summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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 div/mod axioms, since Boogie now interprets div/modGravatar Unknown2012-09-28
| | * Dafny: Removed assembly reference to 'AIFramework'.Gravatar wuestholz2012-09-28
| | * MergeGravatar Unknown2012-09-27
| | |\
| | * | Boogie and Dafny: adjustments to the test suite expected output (and a tempor...Gravatar Unknown2012-09-27
| | | * DafnyExtension: make it usable also in Visual Studio 2012Gravatar Unknown2012-09-27
| | * | Boogie: new syntax for integer division and modulus: use div and mod instead ...Gravatar boehmes2012-09-27
| | * | Removed AIFramework from Boogie -- use native trivial or native interval-base...Gravatar boehmes2012-09-27
| | |/
* | | Dafny: compile iteratorsGravatar Rustan Leino2012-09-26
* | | Dafny: added test cases for resolving iteratorsGravatar Rustan Leino2012-09-25
* | | 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
| * | MergeGravatar Nadia Polikarpova2012-09-25
| |\|
| * | Use expression splitting for checking calculation stepsGravatar Nadia Polikarpova2012-09-23
| | * DafnyExtension: adding some missing keywords (for imports)Gravatar Unknown2012-09-21
| * | 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
| |/
| * Dafny: Updated a test that would take a long time (almost 2h) to verify with ...Gravatar wuestholz2012-09-18
| * Dafny: some test cases for "calc" (very cool!)Gravatar Unknown2012-09-17
| * 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
| * Added the new keyword (calc) to UtilGravatar 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
* Boogie: added /tracePOs option for printing out number of proof obligations w...Gravatar Unknown2012-09-10
* MergeGravatar Rustan Leino2012-09-10
|\
* | DafnyExtension: addressed a class initialization order problemGravatar Rustan Leino2012-09-09
* | Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur...Gravatar Rustan Leino2012-09-09
* | MergeGravatar Unknown2012-09-07
|\ \
* | | Dafny: Added detection and support for tail recursive calls (and an optional...Gravatar Unknown2012-09-07
* | | DafnyExtension: new color (violet) for buffer snapshot sent to the verifierGravatar Unknown2012-09-07
| * | Dafny: Fixed a test that would fail with Z3 4.1.Gravatar wuestholz2012-09-07