summaryrefslogtreecommitdiff
path: root/Test/dafny0
Commit message (Expand)AuthorAge
* Snapshot, to be continuedGravatar leino2014-12-02
* MergeGravatar leino2014-11-19
|\
* | Fixed bug where resolution was overly restrictive with ghost variables appear...Gravatar leino2014-11-19
| * Updated test output after change in Boogie.Gravatar wuestholz2014-11-16
|/
* Bug fixes in the compilation of forall statements.Gravatar leino2014-11-13
* MergeGravatar leino2014-11-06
|\
* | Started fixing a number of LL(1) warningsGravatar leino2014-11-06
| * Updated test.Gravatar chmaria2014-11-06
| * Added computation of free variables in dirty while statements.Gravatar chmaria2014-11-06
|/
* MergeGravatar leino2014-11-04
|\
| * Made dirty statements ghost.Gravatar chmaria2014-11-04
| * Fixed test output after refactoring in Boogie.Gravatar wuestholz2014-11-03
| * Fixed test output after refactoring in Boogie.Gravatar wuestholz2014-11-02
* | MergeGravatar leino2014-11-01
|\|
| * Added initial support for dirty while statements.Gravatar chmaria2014-11-01
* | Improved power of axioms Seq#FromArrayGravatar leino2014-10-31
|/
* Allow assignment LHSs in a forall statement to be the same, so long as the th...Gravatar leino2014-10-30
* Resolve attributes of a forall statement only after bound variables have been...Gravatar leino2014-10-29
* Fix bug in translation of 'new' for arraysGravatar Rustan Leino2014-10-29
* Fixed type-inference bug that could create cycles in proxy type graphGravatar leino2014-10-28
* Disallow automatic completion of type arguments to the LHS of datatype declar...Gravatar leino2014-10-28
* Fixed a bug in the Substituter for datatype update expressions.Gravatar leino2014-10-28
* Marked "free" as soon-to-be-deprecatedGravatar leino2014-10-25
* Allow underscores in numeric literals (and in field/destructor names that are...Gravatar leino2014-10-23
* When guessing decreases clauses for loops, convert numeric values to their ul...Gravatar leino2014-10-21
* Comparisons and well-founded order of charGravatar leino2014-10-21
* Add char literals.Gravatar leino2014-10-20
* MergeGravatar leino2014-10-20
|\
* | Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
| * Minor changeGravatar wuestholz2014-10-19
| * Minor changeGravatar wuestholz2014-10-18
|/
* Made it use the '/traceCaching' flag for the 'snapshots' tests.Gravatar wuestholz2014-10-18
* Changed variable names in test caseGravatar leino2014-10-13
* Some more test cases for associativity and short-circuitness of <==Gravatar leino2014-10-13
* A few more sequence slice test cases.Gravatar leino2014-10-11
* Test cases for sequence slicing with non-int integer-based numeric types.Gravatar leino2014-10-11
* Fixed parsing crash on malformed chaining with == and !!Gravatar leino2014-10-09
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Allow any integer-based type, not just 'int', in the following places:Gravatar leino2014-10-06
* Bounds discovery now takes newtype constraints into consideration.Gravatar leino2014-08-28
* Disallow parentheses-less declarations of predicates and co-predicates, along...Gravatar leino2014-08-27
* Refactored ArrowType's to be resolved with other types. ArrowTypeDecl's are n...Gravatar leino2014-08-27
* Renamed some test files.Gravatar leino2014-08-26
* Various resolution fixes and improvementsGravatar leino2014-08-26
* Changed syntax of newtypeGravatar leino2014-08-26
* Fixed scoping to allow a datatype to have a constructor with the same name.Gravatar leino2014-08-26
* Implemented arbitrary numeric conversions (but name resolution still needs wo...Gravatar leino2014-08-25
* Check that result of newtype operations satisfy the newtype constraintGravatar leino2014-08-25
* Allow $Heap to occur in constraints (even though it isn't actually used)Gravatar leino2014-08-25
* Define $Is and $IsAlloc predicates for newtypes.Gravatar leino2014-08-24