| Commit message (Expand) | Author | Age |
* | Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codepl... | Rustan Leino | 2013-03-05 |
* | 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: fixed compiler bug in array allocation (reported as boogie:397957) | 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: handle decreases clause for iterators | Rustan Leino | 2012-10-02 |
* | | Dafny: incomplete snapshot of verification of iterators | Rustan Leino | 2012-10-02 |
* | | Dafny: fixed compilation issue (a datatype is now allowed to be called "d") | Rustan Leino | 2012-09-29 |
| * | Merge | Nadia Polikarpova | 2012-09-29 |
| |\ |
|
| | * | Dafny: Removed assembly reference to 'AIFramework'. | wuestholz | 2012-09-28 |
* | | | Dafny: compile iterators | Rustan Leino | 2012-09-26 |
* | | | 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 |
| * | | 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 a single != in a calc | Nadia Polikarpova | 2012-09-20 |
| * | | Not reusing RelOp parser in CalcOp to avoid the conflict between !in and ! | Nadia Polikarpova | 2012-09-19 |
| * | | Well-formedness check for calc lines | Nadia Polikarpova | 2012-09-19 |
| * | | Allow multiple calc/block statements in a hint. Removed the empty calc test f... | Nadia Polikarpova | 2012-09-19 |
| * | | Made verification error message more explicit | Nadia Polikarpova | 2012-09-19 |
| * | | Allow empty calc statements | Nadia Polikarpova | 2012-09-19 |
| |/ |
|
| * | Allow custom operators on a line | Nadia Polikarpova | 2012-09-17 |
| * | Allow several calculation operators (for the whole calculation) | Nadia Polikarpova | 2012-09-16 |
| * | Allowing calc as hint (without braces) | Nadia Polikarpova | 2012-09-16 |
| * | Renamed terms into lines (according to the proposal), fixed some contracts | Nadia Polikarpova | 2012-09-16 |
| * | Error reporting for calculation steps | Nadia Polikarpova | 2012-09-14 |
| * | 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 |