| Commit message (Expand) | Author | Age |
* | Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codepl... | Rustan Leino | 2013-03-05 |
* | Merge | Rustan Leino | 2012-10-04 |
|\ |
|
* | | Dafny: compile iterators | Rustan Leino | 2012-09-26 |
* | | Dafny: added test cases for resolving iterators | Rustan Leino | 2012-09-25 |
| * | Bugfix in the translation of calc statements (oops), added more resolution an... | 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: support opening modules into the local scope | Jason Koenig | 2012-07-30 |
* | Dafny: fixed bug in which old locals were not properly forbidden from being m... | Jason Koenig | 2012-07-12 |
* | Dafny: More work on the coinduction principle | Rustan Leino | 2012-07-09 |
* | Dafny: equality-support test cases. This is just a snapshot--some things sti... | Unknown | 2012-06-22 |
* | Dafny: cleaned up test scripts a little | Unknown | 2012-06-14 |
* | Dafny: liberalized equality to work when the types could possibly be the same | Jason Koenig | 2012-06-13 |
* | Dafny: Added maps to regression tests. | Unknown | 2012-05-29 |
* | 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: allow more skeleton statements in refinements | Unknown | 2012-03-02 |
* | Dafny: allow various forms of leaving off type arguments in declarations | Rustan Leino | 2012-02-16 |
* | Dafny: Fixed a bug in the printing of let expressions. | wuestholz | 2012-01-24 |
* | Dafny: added predicates | Rustan Leino | 2012-01-10 |
* | Dafny: added support for simple superposition refinements | Rustan Leino | 2012-01-09 |
* | Dafny: firmed up the module system | Rustan Leino | 2012-01-05 |
* | Dafny: disengaged old refinement test files | Rustan Leino | 2012-01-04 |
* | Dafny: Fixed a bug in the pretty printer. | wuestholz | 2011-12-26 |
* | Dafny: Made sure that error locations refer to the Dafny program, even if the... | wuestholz | 2011-12-15 |
* | Dafny: added let expressions (syntax: "var x := E0; E1") | Rustan Leino | 2011-11-14 |
* | Dafny: added assert/assume expressions | Rustan Leino | 2011-11-09 |
* | Dafny: implemented compilation of parallel statements | Rustan Leino | 2011-10-25 |
* | Dafny: continued translation of "parallel" statements (Assign and Proof forms... | Rustan Leino | 2011-10-24 |
* | Dafny: Fixed a bug in the printer that led to a stack overflow. | wuestholz | 2011-08-11 |
* | Fixed regression test failures due to removal of bodiless methods and functions. | Jason Koenig | 2011-07-15 |
* | Dafny: Fixed bug in call statements where mutability of out parameters was no... | Jason Koenig | 2011-07-06 |
* | Dafny: Updated regression tests to include chaining disjoint operators. | Jason Koenig | 2011-07-05 |
* | Added regression tests for new return statements with parameters. | Jason Koenig | 2011-06-29 |
* | Added regression test for loop modifies clauses. | Jason Koenig | 2011-06-28 |
* | Dafny: retired "use" statements | Rustan Leino | 2011-05-27 |
* | Dafny: added chaining operators | Rustan Leino | 2011-05-27 |
* | Dafny: allow class names to be used when referring to static functions (and, ... | Rustan Leino | 2011-05-21 |
* | Dafny: let verifier, not the resolver, check for missing cases in match expre... | Rustan Leino | 2011-05-19 |
* | Dafny: added set comprehension expressions | Rustan Leino | 2011-05-18 |
* | Dafny: forbid "decreases *" on ghost loops | Rustan Leino | 2011-05-12 |
* | Dafny: added type "nat" | Rustan Leino | 2011-04-19 |
* | Dafny: Allow field selections and array-element selection as LHSs of assignme... | Unknown | 2011-04-05 |
* | Dafny: compile quantifiers | rustanleino | 2011-03-26 |
* | Dafny: | rustanleino | 2011-02-17 |
* | Dafny: allow self-calls in function postconditions--these simply refer to the... | rustanleino | 2011-02-03 |
* | Dafny: | rustanleino | 2010-09-17 |
* | Dafny: better error reporting on resolution of refinements. Replace assertion... | kyessenov | 2010-07-14 |
* | Dafny: added Carrol Morgan's calculator regression test. | kyessenov | 2010-07-02 |
* | Dafny: added a regression test for the refinement extension. | kyessenov | 2010-07-02 |