Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improved and fixed compilation and resolution of assign-such-that statements | Rustan Leino | 2012-10-05 |
| | |||
* | Support default (which, here, means nameless) class-instance constructors | Rustan Leino | 2012-10-05 |
| | |||
* | Fixed some goof-ups in the test script edits | Rustan Leino | 2012-10-04 |
| | | | | Changed the test output to make it easier to spot (in the console output) that everything passed with success or if there were any failures | ||
* | Added Test/dafny3 and another test file for iterators (hey, you can even run ↵ | Rustan Leino | 2012-10-04 |
| | | | | | | Iter.dfy!) Fixed migration issues | ||
* | changed default decreases clause for functions with a reads clause: use the ↵ | Rustan Leino | 2012-10-04 |
| | | | | reads clause followed by the list of parameters | ||
* | Fixed some build/migration issues | Rustan Leino | 2012-10-04 |
| | |||
* | 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 ↵ | Rustan Leino | 2012-10-03 |
| | | | | | | | | improvements / bug fixes | ||
* | | Dafny: more part of verifying iterators | Rustan Leino | 2012-10-03 |
| | | |||
* | | Dafny: changed iterator body to resolve to implicit fields rather than to ↵ | Rustan Leino | 2012-10-02 |
| | | | | | | | | the formal in- and yield-parameters | ||
* | | 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 ↵ | Unknown | 2012-09-27 |
| | | | | | | | | | | | | temporary hack in FloydCycleDetect.dfy to be corrected shortly) | ||
* | | | 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 ↵ | Rustan Leino | 2012-09-25 |
| |/ |/| | | | | | and refining), no compilation or verification | ||
| * | Bugfix in the translation of calc statements (oops), added more resolution ↵ | Nadia Polikarpova | 2012-09-21 |
| | | | | | | | | and verification tests | ||
| * | 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 ↵ | Rustan Leino | 2012-09-09 |
| | | | | tail-recursive methods | ||
* | Dafny: fixed bug in checking postconditions of functions that mention the ↵ | Unknown | 2012-08-29 |
| | | | | result the function itself | ||
* | 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: updated test suite to new syntax | Jason Koenig | 2012-07-30 |
| | |||
* | Dafny: removed allocated, changed semantics of fresh | Jason Koenig | 2012-07-29 |
| | | | | | -allocated(x) removed, as really only useful in old(...) -old(allocated(x)) and !fresh(x) are equivalent (for x with type ref, set, sequence, and datatype). | ||
* | Dafny: allowed strictly finite datatypes in comprehensions, quantifiers, and ↵ | Jason Koenig | 2012-07-17 |
| | | | | parallel statements. | ||
* | 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: fixed bug in which old locals were not properly forbidden from being ↵ | Jason Koenig | 2012-07-12 |
| | | | | modified during refinement | ||
* | 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: Merge | Jason Koenig | 2012-06-27 |
|\ | |||
| * | Undo bad merge. | afd | 2012-06-27 |
| | | |||
| * | Merge | Unknown | 2012-06-25 |
| |\ | |||
| | * | Dafny: now, equality-support determination and checking feels ripe; so, ↵ | Rustan Leino | 2012-06-22 |
| | | | | | | | | | | | | | | | | | | codatatypes would then be sound Dafny: added special case to allow equality comparison against parameter-less datatype values | ||
| | * | Dafny: mark code for equality-support determination tentative | Unknown | 2012-06-22 |
| | | | |||
| | * | Dafny: equality-support test cases. This is just a snapshot--some things ↵ | Unknown | 2012-06-22 |
| | | | | | | | | | | | | still to be fixed up. | ||
| | * | Dafny: deal with equality-support issues in refinements | Unknown | 2012-06-22 |
| | | | | | | | | | | | | Dafny: a small amount of refactoring and bug fixes | ||
| | * | Dafny: Since it's no longer true that all types support equality at run-time ↵ | Unknown | 2012-06-21 |
| |/ |/| | | | | | (in particular, codatatypes), Dafny needs to check this. In these changes, Dafny supports the "(==)" suffix to type parameters, infers that suffix in some cases, and enforces equality support in many places. Refinement and datatypes still need more attention in the Dafny implementation. | ||
| * | Merged with default. | chmaria | 2012-06-18 |
| |\ | |/ |/| |