summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* MergeGravatar leino2014-11-06
|\
* | Started fixing a number of LL(1) warningsGravatar leino2014-11-06
| * Extracted a separate class to generate fresh variable names.Gravatar wuestholz2014-11-06
| * Updated test.Gravatar chmaria2014-11-06
| * Added computation of free variables in dirty while statements.Gravatar chmaria2014-11-06
|/
* MergeGravatar Rustan Leino2014-11-05
|\
* | Temporarily disabled one of the methods in NumberRepresentations.dfy -- this ...Gravatar leino2014-11-05
* | MergeGravatar leino2014-11-04
|\ \
* \ \ MergeGravatar leino2014-11-04
|\ \ \
* | | | Refactored SnapshotableTrees a bit and made it verify in a reasonable amount ...Gravatar leino2014-11-04
| | * | Made dirty statements ghost.Gravatar chmaria2014-11-04
| | | * MergeGravatar Rustan Leino2014-11-03
| | | |\ | | | |/ | | |/|
| | | * Updated a test case for new syntax and convensionsGravatar Rustan Leino2014-11-03
| | * | 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
| |\| |
| | * | Minor fix in test dafny2/SnapshotableTrees.dfy.Gravatar chmaria2014-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
| * 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