summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* Adjusted Answer file (ordering issue) after mergeGravatar Rustan Leino2013-05-28
* MergeGravatar Rustan Leino2013-05-28
|\
| * Updated an 'Answer' file.Gravatar wuestholz2013-05-26
| * Updated an 'Answer' file.Gravatar wuestholz2013-05-26
* | Allow more tail calls, on account of considering non-loop aggregate statement...Gravatar Rustan Leino2013-05-21
* | Fixed some omitted cases in Substitute (and added "assume false" to catch any...Gravatar Rustan Leino2013-05-21
| * Updated a test to verify with Z3 4.3.0.Gravatar wuestholz2013-05-21
|/
* Made the semi-colon after "type" and "module" declarations optional.Gravatar Rustan Leino2013-05-10
* When inlining the body of a predicate (in a proof obligation--via TrSplitExpr),Gravatar Rustan Leino2013-04-24
* Made Test/vstte2012/RingBuffer.dfy and Test/dafny1/ExtensibleArray.dfy more s...Gravatar Rustan Leino2013-04-22
* Fixed (completeness) bug in translation of automatic induction--previously, t...Gravatar Rustan Leino2013-04-19
* Moved resolution of BinaryExpr.ResolveOp until the CheckTypeInference phase, ...Gravatar Rustan Leino2013-04-01
* The "choose" statement, hacky and specialized as it was, is now gone. Use th...Gravatar Rustan Leino2013-03-27
* Replaced SuperSetBoundedPool by SubSetBoundedPool, which is much more useful ...Gravatar Rustan Leino2013-03-27
* Type-inference support for cardinality operatorGravatar Rustan Leino2013-03-26
* Enhanced the VSI-Benchmarks tests:Gravatar Rustan Leino2013-03-26
* Beefed up assign/let-such-that to generate possible witnesses for set/multise...Gravatar Rustan Leino2013-03-25
* Updated two test files.Gravatar Rustan Leino2013-03-22
* MergeGravatar Nadia Polikarpova2013-03-20
|\
* | Finished support for ==# in calc, changed Paulson example to use it.Gravatar Nadia Polikarpova2013-03-20
| * Added multiset update.Gravatar Nadia Polikarpova2013-03-20
|/
* Added a coinductive/inductive Filter example to the test suiteGravatar Rustan Leino2013-03-18
* MergeGravatar Rustan Leino2013-03-15
|\
* | Fixed yield statement to process its arguments.Gravatar Rustan Leino2013-03-15
| * Added several co-induction examples from a 1996 paper by Larry Paulson.Gravatar Rustan Leino2013-03-15
| * Added explies support to calculations.Gravatar Nadia Polikarpova2013-03-15
| * Added a test case for <==.Gravatar Nadia Polikarpova2013-03-14
|/
* Adjustments in the /vcsMaxKeepGoingSplits flag in the test suiteGravatar Rustan Leino2013-03-09
* Disallow allocations in ghost contextsGravatar Rustan Leino2013-03-06
* New Answer file from previous changeGravatar Rustan Leino2013-03-06
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* New well-formedness checks for calculations (no cascading).Gravatar Nadia Polikarpova2013-03-05
* Added side-effects and control-flow checks in hints.Gravatar Nadia Polikarpova2013-03-05
* Adjustment in test output from previous commitGravatar Rustan Leino2013-02-21
* Fixed let-such-that and if-then-else encodings so that they will pass the sub...Gravatar Rustan Leino2013-02-21
* Added Equals method on TypeGravatar Rustan Leino2013-02-20
* Added tests: parallel calc, better well-formedness checks, calc expression.Gravatar Nadia Polikarpova2013-02-15
* Support for paren-free guards in if and while statements.Gravatar Nadia Polikarpova2013-02-15
* Updated a test in dafny2 with the new calc syntax.Gravatar Nadia Polikarpova2013-02-14
* MergeGravatar Nadia Polikarpova2013-02-13
|\
| * Frame expressions are now checked to be well formed.Gravatar Rustan Leino2013-02-13
* | MergeGravatar Nadia Polikarpova2013-02-14
|\|
| * Report error if type of a quantified variable cannot be inferredGravatar Rustan Leino2013-02-11
* | MergeGravatar Nadia Polikarpova2013-02-12
|\|
| * Reverted some accidental changes to a test caseGravatar Rustan Leino2013-02-11
* | Changed calc syntax (custom operators are now written before the hint)Gravatar Nadia Polikarpova2013-02-08
|/
* Added some test cases that show exmaples that iterate over set elements.Gravatar Rustan Leino2013-02-02
* Renamed a variable in some test casesGravatar Rustan Leino2013-02-02
* Fixed another specification bug in a test case.Gravatar Rustan Leino2013-01-23
* Fixed bug in translation of method termination checks, and also fixed a (prev...Gravatar Rustan Leino2013-01-23