summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* allow a refinement to introduce "return" statements, at the price of re-verif...Gravatar Rustan Leino2012-10-22
* added some calculational proofs from Dijkstra's writingsGravatar Rustan Leino2012-10-21
* Test cases for co-inductive proofs, and an axiom that makes some of them poss...Gravatar Rustan Leino2012-10-19
* added two "calc" proofs (by Nadia) of the MajorityVote exampleGravatar Unknown2012-10-19
* fixed and improved scheme for inferring type parametersGravatar Rustan Leino2012-10-19
* Added a test case for "all cases of a datatype"Gravatar Unknown2012-10-17
* Included "all cases of a datatype" property for method in-parameters (see htt...Gravatar Unknown2012-10-17
* Added some axioms to try to recover boxed data. In particular, any element '...Gravatar Unknown2012-10-17
* Added/fixed decreases clauses that use multisets or maps.Gravatar Unknown2012-10-16
* Change the encoding of proof certificates to make the two levels explicitGravatar Unknown2012-10-12
* Removed some old code for the defunct array-range assignmentsGravatar Rustan Leino2012-10-11
* Removed the old (though automatic) coinduction principleGravatar Rustan Leino2012-10-11
* New feature:Gravatar Rustan Leino2012-10-11
* improved and fixed compilation and resolution of assign-such-that statementsGravatar Rustan Leino2012-10-05
* Longer output lines to indicate failures in regression test suiteGravatar Rustan Leino2012-10-05
* Support default (which, here, means nameless) class-instance constructorsGravatar Rustan Leino2012-10-05
* Fixed some goof-ups in the test script editsGravatar Rustan Leino2012-10-04
* Added Test/dafny3 and another test file for iterators (hey, you can even run ...Gravatar Rustan Leino2012-10-04
* changed default decreases clause for functions with a reads clause: use the r...Gravatar Rustan Leino2012-10-04
* Fixed some build/migration issuesGravatar Rustan Leino2012-10-04
* Dafny: fixed mergeGravatar Rustan Leino2012-10-04
* MergeGravatar Rustan Leino2012-10-04
|\
* | Dafny: complete implementation of iteratorsGravatar Rustan Leino2012-10-03
* | Dafny: automatically update iterator _new field upon allocationsGravatar Rustan Leino2012-10-03
* | Dafny: good error locations for yield statements; other iterator improvements...Gravatar Rustan Leino2012-10-03
* | Dafny: more part of verifying iteratorsGravatar Rustan Leino2012-10-03
* | Dafny: changed iterator body to resolve to implicit fields rather than to the...Gravatar Rustan Leino2012-10-02
* | Dafny: incomplete snapshot of verification of iteratorsGravatar Rustan Leino2012-10-02
| * MergeGravatar Nadia Polikarpova2012-09-29
| |\
| | * Dafny: removed div/mod axioms, since Boogie now interprets div/modGravatar Unknown2012-09-28
| | * Boogie and Dafny: adjustments to the test suite expected output (and a tempor...Gravatar Unknown2012-09-27
* | | Dafny: compile iteratorsGravatar Rustan Leino2012-09-26
* | | Dafny: added test cases for resolving iteratorsGravatar Rustan Leino2012-09-25
* | | Dafny: added iterators; for now, only parsing and resolving (and printing and...Gravatar Rustan Leino2012-09-25
| * | Use expression splitting for checking calculation stepsGravatar Nadia Polikarpova2012-09-23
| * | 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 multiple calc/block statements in a hint. Removed the empty calc test f...Gravatar 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
|/
* Dafny: improved checking of inherited postconditions (in refinements)Gravatar Unknown2012-09-10
* Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur...Gravatar Rustan Leino2012-09-09
* Dafny: Fixed a test that would fail with Z3 4.1.Gravatar wuestholz2012-09-07
* Dafny: fixed bug in checking postconditions of functions that mention the res...Gravatar Unknown2012-08-29
* Dafny: added heuristics for finding witnesses in assign-such-that checkingGravatar Unknown2012-08-10
* Dafny: added MonotonicHeapstate refinement exampleGravatar Unknown2012-08-09
* Dafny: fixed bug in reverifying allowing old locals to be modified.Gravatar Jason Koenig2012-08-01
* Dafny: support opening modules into the local scopeGravatar Jason Koenig2012-07-30