Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set up the same test infrastructure as in Boogie. | wuestholz | 2014-05-29 |
| | |||
* | Added ghost let expressions. | Rustan Leino | 2014-01-05 |
| | |||
* | Add support for the :axiom attribute for ghost methods. | Bryan Parno | 2013-12-13 |
| | | | | | | This suppresses compiler errors for ghost methods and functions without bodies. Also changed the parser to complain about bodyless methods and functions without bodies if /noCheating:1 is specified. | ||
* | Allow field names to be sequences of digits (this is nice, for example, to ↵ | Rustan Leino | 2013-07-24 |
| | | | | define a Tuple with fields .0 and .1) | ||
* | Fixed compilation bug where C# keywords were not being escaped | Rustan Leino | 2013-06-25 |
| | |||
* | renamed "abstract module" to "module facade" | Rustan Leino | 2012-10-22 |
| | | | | renamed "ghost module" to "abstract module", adding a keyword "abstract" | ||
* | Dafny: updated test suite to new syntax | Jason Koenig | 2012-07-30 |
| | |||
* | Dafny: compilation of abstract modules, including local definitions (as in ↵ | Jason Koenig | 2012-07-17 |
| | | | | | | | module A as B = C) * * * Dafny: compilation of abstract modules, including local definitions (as in module A as B = C) | ||
* | Dafny: added support for co-recursive calls | Rustan Leino | 2012-05-01 |
| | |||
* | Dafny: fixed resolution bug for inductive datatypes (previous check did not ↵ | Unknown | 2012-04-25 |
handle generic datatypes correctly) Dafny: fixed compiler bug in inductive datatypes (missing type parameters in emitted code) Dafny: added "codatatype" declaration (syntax only for now) |