| Commit message (Expand) | Author | Age |
* | Calc statements: Renamed Steps into Terms; introduced Steps (expressions t<i>... | Nadia Polikarpova | 2012-09-14 |
* | Merge | Nadia Polikarpova | 2012-09-14 |
|\ |
|
* | | Pretty-print calc statements | Nadia Polikarpova | 2012-09-14 |
* | | Resolve and clone calc statements; fixed a small grammar bug | Nadia Polikarpova | 2012-09-13 |
* | | Added calc statement to the AST and the grammar (first attempt) | Nadia Polikarpova | 2012-09-13 |
| * | Dafny: clone and merge attributes in refinements | Unknown | 2012-09-12 |
| * | Dafny: things about sequences: parse Suffix expressions after DisplayExpr's, ... | 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 |
* | Merge | Rustan Leino | 2012-09-10 |
|\ |
|
* | | Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur... | Rustan Leino | 2012-09-09 |
* | | Dafny: Added detection and support for tail recursive calls (and an optional... | Unknown | 2012-09-07 |
* | | Dafny: for refinements, don't consider a newly provided predicate body to be ... | Unknown | 2012-08-30 |
* | | DafnyExtension: changed how "_" is displayed (now display as a keyword, not a... | Unknown | 2012-08-30 |
* | | Dafny: allow "_" as don't-care variable name | Unknown | 2012-08-30 |
| * | Dafny: allow more corecursive calls for copredicates | Rustan Leino | 2012-08-30 |
|/ |
|
* | Dafny: fixed bug in checking postconditions of functions that mention the res... | Unknown | 2012-08-29 |
* | Dafny: fixed contract violation in parser (for non-parsing Lhs production) | Unknown | 2012-08-29 |
* | Dafny: fixed contract bug in resolver | Rustan Leino | 2012-08-27 |
* | Dafny and Boogie: get rid of 'static' fields in parser | Rustan Leino | 2012-08-21 |
* | DafnyExtension: simplified display of type names and field names | Unknown | 2012-08-17 |
* | DafnyExtension: various improvements | Unknown | 2012-08-16 |
* | DafnyExtension: fixed more missing cases for hover texts | Unknown | 2012-08-15 |
* | Dafny: fixed some bugs in the newly added DafnyExtension code | Unknown | 2012-08-15 |
* | Dafny: added Statement.SubExpressions getter | Unknown | 2012-08-15 |
* | Dafny: two bug fixes (resolution crashing on bad input, DafnyExtension crashi... | Unknown | 2012-08-14 |
* | Dafny: internal renaming | Unknown | 2012-08-10 |
* | Dafny: added heuristics for finding witnesses in assign-such-that checking | Unknown | 2012-08-10 |
* | DafnyExtension: hide execution-trace output, show split-expr related error l... | Rustan Leino | 2012-08-10 |
* | Dafny: fixed parser crash | Unknown | 2012-08-09 |
* | DafnyExtension: improvements | Rustan Leino | 2012-08-08 |
* | Merge | Unknown | 2012-08-08 |
|\ |
|
* | | Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and v... | Unknown | 2012-08-08 |
| * | Dafny: corrected comment | Jason Koenig | 2012-08-03 |
|/ |
|
* | 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: support opening modules into the local scope | Jason Koenig | 2012-07-30 |
* | Dafny: removed allocated keyword, changed module import syntax. "opened" keyw... | Jason Koenig | 2012-07-30 |
* | Dafny: removed allocated, changed semantics of fresh | Jason Koenig | 2012-07-29 |
* | Dafny: added structural refinement check | Jason Koenig | 2012-07-29 |
* | Dafny: fixed datatype GetHashCode() to make it consistent with Equals() | Jason Koenig | 2012-07-18 |
* | 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 |
* | Dafny: allow implict self (as in "`field") in frame declarations. | Jason Koenig | 2012-07-16 |
* | 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: check that resolution successfully resolved all types, where appropriate. | Jason Koenig | 2012-07-12 |
* | Dafny: restored soundness for refinement by disallowing certain updates and m... | Jason Koenig | 2012-07-11 |