summaryrefslogtreecommitdiff
path: root/Test/dafny1
Commit message (Expand)AuthorAge
* Beefed up loop invariant to prove a functional postcondition in a test case.Gravatar Rustan Leino2012-11-24
* Beautified a test programGravatar Rustan Leino2012-11-19
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* 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
* Dafny: fixed mergeGravatar Rustan Leino2012-10-04
* Dafny: removed allocated, changed semantics of freshGravatar Jason Koenig2012-07-29
* Dafny: reinstated autocontractsGravatar Jason Koenig2012-07-02
* Dafny: fixed up test suite (temporarily removed autocontract tests)Gravatar Jason Koenig2012-06-28
* Dafny: fixed some test casesGravatar Jason Koenig2012-06-28
* Dafny: MergeGravatar Jason Koenig2012-06-27
|\
| * Undo bad merge.Gravatar afd2012-06-27
| * MergeGravatar Unknown2012-06-25
| |\
| | * Dafny: Since it's no longer true that all types support equality at run-time ...Gravatar Unknown2012-06-21
| * | MergeGravatar Unknown2012-06-21
| |\|
| | * Dafny: improved refinement features; added staged version of the proof of the...Gravatar Unknown2012-06-19
| |/ |/|
| * Merged with default.Gravatar chmaria2012-06-18
| |\ | |/ |/|
* | Dafny: cleaned up test scripts a littleGravatar Unknown2012-06-14
| * Dafny: Added tests.Gravatar chmaria2012-06-12
|/
* Dafny: fixed regression testsGravatar Unknown2012-05-29
* Dafny: Added maps to regression tests.Gravatar Unknown2012-05-29
* Dafny: added experimental feature {:autocontracts} to de-clutter idiomatic sp...Gravatar Unknown2012-03-05
* Dafny: fixed bug in compilation of let expressions.Gravatar Rustan Leino2012-01-26
* Dafny: allow definitions and uses of parameter-less predicates to go without ...Gravatar Rustan Leino2012-01-10
* MergeGravatar Rustan Leino2011-11-22
|\
| * Dafny: call C# compiler directly from inside Dafny, and optionally produce a ...Gravatar Rustan Leino2011-11-22
* | Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...Gravatar Rustan Leino2011-11-21
|/
* Dafny: Cleaned up proof of RevConcat in test caseGravatar Rustan Leino2011-11-08
* Dafny: in test suite (Rippling.dfy), replaced an inline lemma with a call to ...Gravatar Rustan Leino2011-11-04
* Added some Dafny and Boogie test cases, including Turing's factorial program,...Gravatar Rustan Leino2011-11-03
* Dafny induction:Gravatar Rustan Leino2011-10-29
* Dafny: continued translation of "parallel" statements (Assign and Proof forms...Gravatar Rustan Leino2011-10-24
* Dafny: added translation of Assign case of the parallel statementGravatar Rustan Leino2011-10-22
* Dafny: beautification in one test case, and fixed an Answer fileGravatar Rustan Leino2011-09-29
* Dafny: added Flatten example to test suiteGravatar Rustan Leino2011-09-11
* Dafny: updated Answer file from recent test additionsGravatar Rustan Leino2011-08-22
* Dafny: updated test files (will soon update Answer files as well)Gravatar Rustan Leino2011-08-22
* Dafny: Fixed a bug in the printer that led to a stack overflow.Gravatar wuestholz2011-08-11
* Jennisys: started to work on synthesizing some methods. So far, onlyGravatar Aleksandar Milicevic2011-08-10
* Dafny: added reverse*reverse=id example to test suiteGravatar Rustan Leino2011-08-04
* Dafny: re-ran parser generator to include semicolon-less body-less functions/...Gravatar Rustan Leino2011-07-26
* MergeGravatar Rustan Leino2011-07-21
|\
* | Dafny: call previous lemma instead of restating itGravatar Rustan Leino2011-07-21
| * Fixed regression test failures due to removal of bodiless methods and functions.Gravatar Jason Koenig2011-07-15
|/
* Dafny: allow constructors only inside classes, removed semi-colons at end of ...Gravatar Rustan Leino2011-07-11
* Dafny: Translate general LHSs for var and := (not yet for call, no compilatio...Gravatar Rustan Leino2011-05-30
* MergeGravatar Rustan Leino2011-05-27
|\
| * Dafny: permanently changed the syntax of "datatype" declarations to what prev...Gravatar Rustan Leino2011-05-27
| * Dafny:Gravatar Rustan Leino2011-05-26
* | Dafny: fixed bug in induction-tactic heuristic (should never pick values whos...Gravatar Rustan Leino2011-05-26