| Commit message (Expand) | Author | Age |
* | Dafny: removed allocated, changed semantics of fresh | Jason Koenig | 2012-07-29 |
* | Dafny: added structural refinement check | Jason Koenig | 2012-07-29 |
* | Dafny: allowed strictly finite datatypes in comprehensions, quantifiers, and ... | Jason Koenig | 2012-07-17 |
* | Dafny: compilation of abstract modules, including local definitions (as in mo... | Jason Koenig | 2012-07-17 |
* | Merge | Rustan Leino | 2012-07-09 |
|\ |
|
* | | Dafny: More work on the coinduction principle | Rustan Leino | 2012-07-09 |
| * | Dafny: added verification that replaced expressions are the same as the original | Jason Koenig | 2012-07-09 |
| * | Dafny: added named expressions and replacement | Jason Koenig | 2012-07-09 |
| * | Dafny: types can now be qualified with full module paths | Jason Koenig | 2012-07-06 |
| * | Dafny: disallow importing ghost modules into physical ones. | Jason Koenig | 2012-07-05 |
* | | Merge | Rustan Leino | 2012-07-04 |
|\| |
|
| * | Dafny: added static members of _default to the module level scope, at low pri... | Jason Koenig | 2012-07-03 |
| * | Dafny: added support for nested abstract modules, fixed some translation issues | Jason Koenig | 2012-07-03 |
* | | Dafny: added copredicates | Rustan Leino | 2012-07-03 |
|/ |
|
* | Dafny: updated contracts to allow null parent (of the default module) | Rustan Leino | 2012-06-29 |
* | Dafny: fixed bug with translation of class._System.object; | Jason Koenig | 2012-06-28 |
* | Dafny: Merge | Jason Koenig | 2012-06-27 |
|\ |
|
* | | Dafny: Fixed module bugs | Jason Koenig | 2012-06-27 |
* | | Dafny: Implemented abstract modules | Jason Koenig | 2012-06-26 |
| * | Dafny: now, equality-support determination and checking feels ripe; so, codat... | Rustan Leino | 2012-06-22 |
| * | Merge | Unknown | 2012-06-22 |
| |\ |
|
| * | | Dafny: mark code for equality-support determination tentative | Unknown | 2012-06-22 |
| * | | Dafny: equality-support test cases. This is just a snapshot--some things sti... | Unknown | 2012-06-22 |
| * | | Dafny: allow "assume ..." as a refining statement (provided it replaces an "a... | Unknown | 2012-06-22 |
| * | | Dafny: deal with equality-support issues in refinements | Unknown | 2012-06-22 |
| | * | Dafny: Fixed bug in CompilerizeName. | chmaria | 2012-06-22 |
| | * | Dafny: fixed two contracts | Rustan Leino | 2012-06-22 |
| * | | Dafny: Since it's no longer true that all types support equality at run-time ... | Unknown | 2012-06-21 |
| |/ |
|
| * | Dafny: improved refinement features; added staged version of the proof of the... | Unknown | 2012-06-19 |
* | | Dafny: Added nested modules | Jason Koenig | 2012-06-19 |
|/ |
|
* | Dafny: in compiler, respect C#'s different scoping rules and lack of support ... | Unknown | 2012-06-14 |
* | Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c... | Unknown | 2012-06-13 |
* | Dafny: allow types to be qualified with the name of the module that declares ... | Unknown | 2012-06-11 |
* | Dafny: removed support for the old keyword "unlimited" (all functions are lim... | Unknown | 2012-06-11 |
* | Dafny: change labels to use a generic singly linked list | Jason Koenig | 2012-06-06 |
* | Dafny: Added map comprehensions and updated display syntax | Unknown | 2012-05-31 |
* | Dafny: added finite maps | Unknown | 2012-05-25 |
* | Dafny: more correct checking of co-inductive productivity | Unknown | 2012-05-18 |
* | Dafny: improve printing of inductive datatypes | Unknown | 2012-05-01 |
* | Dafny: added support for co-recursive calls | Rustan Leino | 2012-05-01 |
* | Dafny: fixed resolution bug for inductive datatypes (previous check did not h... | Unknown | 2012-04-25 |
* | Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr; | Unknown | 2012-03-15 |
* | Dafny: fixed compilation problem with names in _default module | Rustan Leino | 2012-03-08 |
* | Dafny: added ghost modules (the meaning is simply that such a module will not... | Rustan Leino | 2012-03-07 |
* | Dafny: added experimental feature {:autocontracts} to de-clutter idiomatic sp... | Unknown | 2012-03-05 |
* | Dafny: allow more skeleton statements in refinements | Unknown | 2012-03-02 |
* | Dafny: make sure assume->assert transformation gives rise to a check | Rustan Leino | 2012-02-19 |
* | Dafny: added syntactic support for ...'s in statements, and started implement... | Unknown | 2012-02-18 |
* | Dafny: allow signatures to be omitted on refining functions/methods | Unknown | 2012-02-16 |
* | Dafny: allow a refinement to provide a function/method body if the function/m... | Rustan Leino | 2012-01-18 |