summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* 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
* Made semi-colons are specification clauses optional. In a future version, th...Gravatar 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
* Fixed crash in inferred descreases clauses involving newtypes.Gravatar leino2014-10-21
* Added VC Splitting switch to dafny2/SnapshotableTrees.dfy to try to avoid som...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
* Print arrow types with parentheses around the domain type when the domain con...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
* Enabled 'SnapshotableTrees.dfy' in the test suite.Gravatar wuestholz2014-09-24
* Made 'SnapshotableTrees.dfy' verify again.Gravatar wuestholz2014-09-24
* 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
* Cycle detection among newtypes. Start of well-formedness check for newtypes.Gravatar leino2014-08-24
* Type check and pretty print newtype constraintsGravatar leino2014-08-22
* Added .Trunc field to real-based typesGravatar leino2014-08-21
* Changed syntax of derived types to "newtype"Gravatar leino2014-08-21
* Support for non-constrained derived types ("new types").Gravatar leino2014-08-21
* MergeGravatar leino2014-08-20
|\
* | Start of derived types (aka "new types")Gravatar leino2014-08-20
| * MergeGravatar Rustan Leino2014-08-19
| |\ | |/ |/|
| * Change behavior of 'decreases *', which can be applied to loops and methods. ...Gravatar Rustan Leino2014-08-19