Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | New logical encoding of types with Is and IsAlloc | Dan Rosén | 2014-07-07 |
| | |||
* | Set up the same test infrastructure as in Boogie. | wuestholz | 2014-05-29 |
| | |||
* | Dafny: retired the "call" keyword | Rustan Leino | 2011-05-26 |
| | |||
* | Dafny: | rustanleino | 2010-09-17 |
* Added full support for multi-dimensional arrays (except for one issue that still needs to be added in compilation) * Changed syntax of array length from |a| to a.Length (for one-dimensional arrays). The syntax for either dimensions is, for example, b.Length0 and b.Length1 for 2-dimensional arrays. * Internally, this meant adding support for built-in classes and readonly fields |