| Commit message (Expand) | Author | Age |
* | Refactored code that generates an axiom for a function, and changed the prett... | Rustan Leino | 2013-01-17 |
* | Allow attributes on procedure formals, function formals, and bound variables | Unknown | 2013-01-07 |
* | bug fix for interaction between inlining and loops | Unknown | 2013-01-04 |
* | More stuff for abstract houdini; updated test case | Unknown | 2012-12-10 |
* | Disengaged Dafny tests | Rustan Leino | 2012-11-20 |
* | Added Abstract Houdini: an implementation of Houdini based on abstract domains. | Unknown | 2012-11-05 |
* | Merge | Unknown | 2012-10-22 |
|\ |
|
* | | include Test/datatypes | Unknown | 2012-10-22 |
| * | 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: more part of verifying iterators | 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 |
| |\ |
|
| | * | Dafny: removed div/mod axioms, since Boogie now interprets div/mod | Unknown | 2012-09-28 |
| | * | Boogie and Dafny: adjustments to the test suite expected output (and a tempor... | Unknown | 2012-09-27 |
| | * | Boogie: added type 'real' with overloaded arithmetic operations plus real div... | boehmes | 2012-09-27 |
| | * | Boogie: new syntax for integer division and modulus: use div and mod instead ... | boehmes | 2012-09-27 |
| | * | Removed AIFramework from Boogie -- use native trivial or native interval-base... | boehmes | 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 |
| * | | Use expression splitting for checking calculation steps | Nadia Polikarpova | 2012-09-23 |
| * | | 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 |
| * | | Allow multiple calc/block statements in a hint. Removed the empty calc test f... | Nadia Polikarpova | 2012-09-19 |
| * | | Allow empty calc statements | Nadia Polikarpova | 2012-09-19 |
| |/ |
|
| * | Dafny: Updated a test that would take a long time (almost 2h) to verify with ... | wuestholz | 2012-09-18 |
| * | Dafny: some test cases for "calc" (very cool!) | Unknown | 2012-09-17 |
|/ |
|
* | Updated test 'livevars' that would fail with Z3 4.1 (alternative error trace). | wuestholz | 2012-09-12 |
* | Updated test 'test15' that would fail with Z3 4.1 (different ordering of elem... | wuestholz | 2012-09-12 |
* | 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 a test that would fail with Z3 4.1. | wuestholz | 2012-09-07 |
* | Dafny: fixed bug in checking postconditions of functions that mention the res... | Unknown | 2012-08-29 |
* | Dafny and Boogie: get rid of 'static' fields in parser | Rustan Leino | 2012-08-21 |
* | Also updated test15 | Rustan Leino | 2012-08-14 |
* | Update test suite for commit 8a59fbb7ee34. | Peter Collingbourne | 2012-08-14 |
* | Dafny: added heuristics for finding witnesses in assign-such-that checking | Unknown | 2012-08-10 |
* | Dafny: added MonotonicHeapstate refinement example | Unknown | 2012-08-09 |
* | 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 |
* | 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 |