summaryrefslogtreecommitdiff
path: root/Test/dafny0/Compilation.dfy
Commit message (Expand)AuthorAge
* Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requiresGravatar qunyanm2016-03-28
* Mark old "import A as B" syntax as deprecated. The new syntax is "import A : B"Gravatar qunyanm2016-02-02
* Fixed compilation of equality between reference typesGravatar leino2015-11-11
* Implemented resolution, verification, and (poorly performing) compilation of ...Gravatar leino2015-10-05
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* Allow underscores in numeric literals (and in field/destructor names that are...Gravatar leino2014-10-23
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Added ghost let expressions.Gravatar Rustan Leino2014-01-05
* Add support for the :axiom attribute for ghost methods.Gravatar Bryan Parno2013-12-13
* Allow field names to be sequences of digits (this is nice, for example, to de...Gravatar Rustan Leino2013-07-24
* Fixed compilation bug where C# keywords were not being escapedGravatar Rustan Leino2013-06-25
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* Dafny: updated test suite to new syntaxGravatar Jason Koenig2012-07-30
* Dafny: compilation of abstract modules, including local definitions (as in mo...Gravatar Jason Koenig2012-07-17
* Dafny: added support for co-recursive callsGravatar Rustan Leino2012-05-01
* Dafny: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25