summaryrefslogtreecommitdiff
path: root/Dafny
Commit message (Expand)AuthorAge
* MergeGravatar Rustan Leino2012-10-04
|\
* | Dafny: complete implementation of iteratorsGravatar Rustan Leino2012-10-03
* | Dafny: automatically update iterator _new field upon allocationsGravatar Rustan Leino2012-10-03
* | Dafny: fixed compiler bug in array allocation (reported as boogie:397957)Gravatar Rustan Leino2012-10-03
* | Dafny: good error locations for yield statements; other iterator improvements...Gravatar Rustan Leino2012-10-03
* | Dafny: more part of verifying iteratorsGravatar Rustan Leino2012-10-03
* | Dafny: changed iterator body to resolve to implicit fields rather than to the...Gravatar Rustan Leino2012-10-02
* | Dafny: handle decreases clause for iteratorsGravatar Rustan Leino2012-10-02
* | Dafny: incomplete snapshot of verification of iteratorsGravatar Rustan Leino2012-10-02
* | Dafny: fixed compilation issue (a datatype is now allowed to be called "d")Gravatar Rustan Leino2012-09-29
| * MergeGravatar Nadia Polikarpova2012-09-29
| |\
| | * Dafny: Removed assembly reference to 'AIFramework'.Gravatar wuestholz2012-09-28
* | | Dafny: compile iteratorsGravatar Rustan Leino2012-09-26
* | | Dafny: changed iterators to become special cases of classesGravatar Rustan Leino2012-09-25
* | | Dafny: added iterators; for now, only parsing and resolving (and printing and...Gravatar Rustan Leino2012-09-25
| * | Use expression splitting for checking calculation stepsGravatar Nadia Polikarpova2012-09-23
| * | Bugfix in the translation of calc statements (oops), added more resolution an...Gravatar Nadia Polikarpova2012-09-21
| * | Added tests for parsing and resolution of calc statementsGravatar Nadia Polikarpova2012-09-21
| * | Allow a single != in a calcGravatar Nadia Polikarpova2012-09-20
| * | Not reusing RelOp parser in CalcOp to avoid the conflict between !in and !Gravatar Nadia Polikarpova2012-09-19
| * | Well-formedness check for calc linesGravatar Nadia Polikarpova2012-09-19
| * | Allow multiple calc/block statements in a hint. Removed the empty calc test f...Gravatar Nadia Polikarpova2012-09-19
| * | Made verification error message more explicitGravatar Nadia Polikarpova2012-09-19
| * | Allow empty calc statementsGravatar Nadia Polikarpova2012-09-19
| |/
| * Allow custom operators on a lineGravatar Nadia Polikarpova2012-09-17
| * Allow several calculation operators (for the whole calculation)Gravatar Nadia Polikarpova2012-09-16
| * Allowing calc as hint (without braces)Gravatar Nadia Polikarpova2012-09-16
| * Renamed terms into lines (according to the proposal), fixed some contractsGravatar Nadia Polikarpova2012-09-16
| * Error reporting for calculation stepsGravatar Nadia Polikarpova2012-09-14
| * Calc statements: Renamed Steps into Terms; introduced Steps (expressions t<i>...Gravatar Nadia Polikarpova2012-09-14
| * MergeGravatar Nadia Polikarpova2012-09-14
| |\ | |/ |/|
| * Pretty-print calc statementsGravatar Nadia Polikarpova2012-09-14
| * Resolve and clone calc statements; fixed a small grammar bugGravatar Nadia Polikarpova2012-09-13
| * Added calc statement to the AST and the grammar (first attempt)Gravatar Nadia Polikarpova2012-09-13
* | Dafny: clone and merge attributes in refinementsGravatar Unknown2012-09-12
* | Dafny: things about sequences: parse Suffix expressions after DisplayExpr's, ...Gravatar Unknown2012-09-12
|/
* Dafny: did a little to extend the support of labeled statements in refinement...Gravatar Unknown2012-09-10
* Dafny: improved checking of inherited postconditions (in refinements)Gravatar Unknown2012-09-10
* MergeGravatar Rustan Leino2012-09-10
|\
* | Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur...Gravatar Rustan Leino2012-09-09
* | Dafny: Added detection and support for tail recursive calls (and an optional...Gravatar Unknown2012-09-07
* | Dafny: for refinements, don't consider a newly provided predicate body to be ...Gravatar Unknown2012-08-30
* | DafnyExtension: changed how "_" is displayed (now display as a keyword, not a...Gravatar Unknown2012-08-30
* | Dafny: allow "_" as don't-care variable nameGravatar Unknown2012-08-30
| * Dafny: allow more corecursive calls for copredicatesGravatar Rustan Leino2012-08-30
|/
* Dafny: fixed bug in checking postconditions of functions that mention the res...Gravatar Unknown2012-08-29
* Dafny: fixed contract violation in parser (for non-parsing Lhs production)Gravatar Unknown2012-08-29
* Dafny: fixed contract bug in resolverGravatar Rustan Leino2012-08-27
* Dafny and Boogie: get rid of 'static' fields in parserGravatar Rustan Leino2012-08-21
* DafnyExtension: simplified display of type names and field namesGravatar Unknown2012-08-17