summaryrefslogtreecommitdiff
path: root/Test/dafny1
Commit message (Expand)AuthorAge
...
| * 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
| * Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
| * Dafny:Gravatar Rustan Leino2011-05-21
|/
* Dafny: added some test cases that use natGravatar Rustan Leino2011-05-16
* MergeGravatar Rustan Leino2011-05-13
|\
| * Dafny:Gravatar Rustan Leino2011-05-11
* | Dafny: fixed compilation bugs, added @-signs in front of identifiers to avoid...Gravatar Rustan Leino2011-05-11
|/
* Dafny: Fix parsing of if-then-else expressions, and don't require parentheses...Gravatar Rustan Leino2011-04-21
* Dafny: Alternative (and candidate replacement) syntax for declaring datatypesGravatar Rustan Leino2011-04-20
* Dafny: added manual proofs for 5 theorems in Rippling.dfyGravatar Rustan Leino2011-04-12
* Dafny: don't require parentheses in syntax of "choose" statementsGravatar Rustan Leino2011-04-05
* branch mergeGravatar Rustan Leino2011-04-05
|\
* | Dafny: Allow field selections and array-element selection as LHSs of assignme...Gravatar Unknown2011-04-05
| * Dafny: fixed bug in induction over integersGravatar Unknown2011-04-04
|/
* Dafny:Gravatar rustanleino2011-03-30
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26