| Commit message (Expand) | Author | Age |
* | Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codepl... | Rustan Leino | 2013-03-05 |
* | Dafny: adjusted Answer file for reordering | Rustan Leino | 2012-10-18 |
* | Dafny: fixed merge | Rustan Leino | 2012-10-04 |
* | Merge | Rustan Leino | 2012-10-04 |
|\ |
|
* | | Dafny: complete implementation of iterators | Rustan Leino | 2012-10-03 |
* | | Dafny: automatically update iterator _new field upon allocations | Rustan Leino | 2012-10-03 |
* | | Dafny: good error locations for yield statements; other iterator improvements... | Rustan Leino | 2012-10-03 |
* | | Dafny: changed iterator body to resolve to implicit fields rather than to the... | Rustan Leino | 2012-10-02 |
* | | Dafny: incomplete snapshot of verification of iterators | Rustan Leino | 2012-10-02 |
| * | Merge | Nadia Polikarpova | 2012-09-29 |
| |\ |
|
| | * | Boogie and Dafny: adjustments to the test suite expected output (and a tempor... | Unknown | 2012-09-27 |
* | | | Dafny: compile iterators | Rustan Leino | 2012-09-26 |
* | | | Dafny: added test cases for resolving iterators | Rustan Leino | 2012-09-25 |
* | | | Dafny: added iterators; for now, only parsing and resolving (and printing and... | Rustan Leino | 2012-09-25 |
| |/
|/| |
|
| * | Bugfix in the translation of calc statements (oops), added more resolution an... | Nadia Polikarpova | 2012-09-21 |
| * | Added tests for parsing and resolution of calc statements | Nadia Polikarpova | 2012-09-21 |
|/ |
|
* | Dafny: improved checking of inherited postconditions (in refinements) | Unknown | 2012-09-10 |
* | Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur... | Rustan Leino | 2012-09-09 |
* | Dafny: fixed bug in checking postconditions of functions that mention the res... | Unknown | 2012-08-29 |
* | Dafny: added heuristics for finding witnesses in assign-such-that checking | Unknown | 2012-08-10 |
* | Dafny: fixed bug in reverifying allowing old locals to be modified. | Jason Koenig | 2012-08-01 |
* | Dafny: support opening modules into the local scope | Jason Koenig | 2012-07-30 |
* | Dafny: removed allocated, changed semantics of fresh | Jason Koenig | 2012-07-29 |
* | Dafny: compilation of abstract modules, including local definitions (as in mo... | Jason Koenig | 2012-07-17 |
* | Dafny: fixed bug in which old locals were not properly forbidden from being m... | Jason Koenig | 2012-07-12 |
* | Merge | Unknown | 2012-07-12 |
|\ |
|
| * | Dafny: fixed translation bug in maps with objects in the domain, added test case | Jason Koenig | 2012-07-11 |
* | | Dafny: added a copredicate test case | Unknown | 2012-07-11 |
|/ |
|
* | Merge | Rustan Leino | 2012-07-09 |
|\ |
|
* | | Dafny: More work on the coinduction principle | Rustan Leino | 2012-07-09 |
| * | Dafny: fixed test case | Jason Koenig | 2012-07-09 |
| * | Dafny: types can now be qualified with full module paths | Jason Koenig | 2012-07-06 |
* | | Dafny: added copredicates | Rustan Leino | 2012-07-03 |
|/ |
|
* | Dafny: fixed some test cases | Jason Koenig | 2012-06-28 |
* | Dafny: now, equality-support determination and checking feels ripe; so, codat... | Rustan Leino | 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: deal with equality-support issues in refinements | Unknown | 2012-06-22 |
* | Merge | Jason Koenig | 2012-06-13 |
|\ |
|
* | | Dafny: allow parallel assignments to assign to the same LHS if the RHS match. | Jason Koenig | 2012-06-13 |
| * | Merge | Unknown | 2012-06-13 |
| |\
| |/
|/| |
|
| * | Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c... | Unknown | 2012-06-13 |
* | | Dafny: liberalized equality to work when the types could possibly be the same | Jason Koenig | 2012-06-13 |
|/ |
|
* | Dafny: allow types to be qualified with the name of the module that declares ... | Unknown | 2012-06-11 |
* | Dafny: Added map comprehensions and updated display syntax | Unknown | 2012-05-31 |
* | Dafny: fixed regression tests | Unknown | 2012-05-29 |
* | Dafny: more correct checking of co-inductive productivity | Unknown | 2012-05-18 |
* | Dafny: added support for co-recursive calls | Rustan Leino | 2012-05-01 |
* | Dafny: fixed unsoundness having to do with a function depending on the alloca... | Unknown | 2012-04-27 |
* | Dafny: added resolution tests cases for inductive datatypes | Unknown | 2012-04-27 |