| Commit message (Expand) | Author | Age |
* | Dafny: changed iterators to become special cases of classes | Rustan Leino | 2012-09-25 |
* | Dafny: added iterators; for now, only parsing and resolving (and printing and... | Rustan Leino | 2012-09-25 |
* | Dafny: clone and merge attributes in refinements | Unknown | 2012-09-12 |
* | Dafny: did a little to extend the support of labeled statements in refinement... | Unknown | 2012-09-10 |
* | 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: for refinements, don't consider a newly provided predicate body to be ... | Unknown | 2012-08-30 |
* | Dafny: fixed bug in reverifying allowing old locals to be modified. | Jason Koenig | 2012-08-01 |
* | Dafny: reverify if the refining method modifies the heap. | Jason Koenig | 2012-08-01 |
* | Dafny: fixed bug where expressions were not replaced. | Jason Koenig | 2012-08-01 |
* | Dafny: added structural refinement check | Jason Koenig | 2012-07-29 |
* | Dafny: compilation of abstract modules, including local definitions (as in mo... | Jason Koenig | 2012-07-17 |
* | Dafny: update statements match up correctly in skeletons. | Jason Koenig | 2012-07-13 |
* | Dafny: fixed bug in which old locals were not properly forbidden from being m... | Jason Koenig | 2012-07-12 |
* | Dafny: labeled (and unlabled) block statements are now matched during refinem... | Jason Koenig | 2012-07-12 |
* | Dafny: restored soundness for refinement by disallowing certain updates and m... | Jason Koenig | 2012-07-11 |
* | Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ... | Jason Koenig | 2012-07-10 |
* | Merge | 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: added copredicates | Rustan Leino | 2012-07-03 |
|/ |
|
* | 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: added contracts to IRewriter methods | 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: 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: 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: fixed bug in type cloning, as part of refinement machinery | 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: fixed resolution bug for inductive datatypes (previous check did not h... | Unknown | 2012-04-25 |
* | Dafny: support assign-such-that in var declarations in refinements | Unknown | 2012-03-15 |
* | Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr; | Unknown | 2012-03-15 |
* | Dafny: added ghost modules (the meaning is simply that such a module will not... | Rustan Leino | 2012-03-07 |
* | 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: improved error location for violations of function postconditions | Rustan Leino | 2012-01-18 |
* | Dafny: allow a refinement to provide a function/method body if the function/m... | Rustan Leino | 2012-01-18 |
* | Dafny: added signature checking to refinement | Rustan Leino | 2012-01-17 |
* | Dafny: Recheck specifications that contain refined (extended) predicates, eve... | Rustan Leino | 2012-01-16 |
* | Dafny: handle refinement of nested tokens that come from SpliExpr (still need... | Rustan Leino | 2012-01-12 |