summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
...
| * 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
* Split verification of quantifier expressions into #2 for checked and #1 for a...Gravatar Rustan Leino2013-01-23
* Examples from co-induction paperGravatar Rustan Leino2013-01-22
* Translate let-such-that expressionsGravatar Rustan Leino2013-01-22
* More automatic co-induction for comethodsGravatar Rustan Leino2013-01-20
* Added some co- test cases. Fixed some bugs.Gravatar Rustan Leino2013-01-20
* Fixed the problem with the previous check-in.Gravatar Rustan Leino2013-01-18
* Some additional resolution checks for co stuff.Gravatar Unknown2013-01-18
* Proper support for inlining codatatype equalitiesGravatar Rustan Leino2013-01-18
* Removed the syntactic form copredicate #-form with the implicit argument.Gravatar Rustan Leino2013-01-16
* Encode codatatype equalities by predefined copredicates, including their pref...Gravatar Rustan Leino2013-01-15
* Support for copredicates and prefix predicates in comethods.Gravatar Rustan Leino2012-12-04
* Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
* Beefed up loop invariant to prove a functional postcondition in a test case.Gravatar Rustan Leino2012-11-24
* fixed type resolution bug (http://boogie.codeplex.com/discussions/403801)Gravatar Rustan Leino2012-11-20
* Beautified a test programGravatar Rustan Leino2012-11-19
* 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