summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* Dafny: added let expressions (syntax: "var x := E0; E1")Gravatar Rustan Leino2011-11-14
* Dafny: implemented the wellformedness check that datatype destructors are onl...Gravatar Rustan Leino2011-11-11
* Dafny: allow assert/assume expressions in more placesGravatar Rustan Leino2011-11-09
* Dafny: added assert/assume expressionsGravatar Rustan Leino2011-11-09
* Dafny: fixed part of a type-inference issue with datatypes and the < operator...Gravatar Rustan Leino2011-11-09
* Dafny: fixed bug in reads checking of array-to-sequence conversionsGravatar Rustan Leino2011-11-08
* 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: removed Dafny's "foreach" statements (replaced by the new "parallel" s...Gravatar Rustan Leino2011-10-26
* Dafny: removed support for assigning to an array-range (that is, an assignmen...Gravatar Rustan Leino2011-10-26
* Dafny: Commented out SnapshotableTrees.Node.FunctionalInsert while performanc...Gravatar Rustan Leino2011-10-26
* Dafny: implemented compilation of parallel statementsGravatar Rustan Leino2011-10-25
* Dafny: check subrange restriction in parallel Assign statementGravatar Rustan Leino2011-10-24
* 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: changed triggers (which are never really used, anyhow) from having a s...Gravatar Rustan Leino2011-10-21
* Dafny: fixed performance-buggy translation of exists, and also added some oth...Gravatar Rustan Leino2011-10-19
* Dafny: added COST Verification Competition challenge programs to test suiteGravatar Rustan Leino2011-10-07
* Dafny: Updated snapshotable tree to remove IsReadonly precondition for Create...Gravatar Rustan Leino2011-09-30
* Dafny: fixed bug in translator when LHS of a call was an array element or a natGravatar Rustan Leino2011-09-30
* Dafny: beautification in one test case, and fixed an Answer fileGravatar Rustan Leino2011-09-29
* Dafny: Added TreeBarrier as a test caseGravatar peter mueller peter.mueller@inf.ethz.ch2011-09-29
* MergeGravatar Rustan Leino2011-09-28
|\
| * Dafny: Added support for attributes on methods and constructors.Gravatar wuestholz2011-09-16
* | Dafny: added Snapshotable Trees exampleGravatar Rustan Leino2011-09-11
* | Dafny: added Flatten example to test suiteGravatar Rustan Leino2011-09-11
|/
* Dafny: fixed parsing bug with "!in"Gravatar Rustan Leino2011-09-08
* 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
* MergeGravatar Rustan Leino2011-08-18
|\
* | Dafny: fixed bug in looking at the arguments of the :induction attributeGravatar Rustan Leino2011-08-18
| * 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: fix resolution crash (using multi-dimensional arrays in loop alternative)Gravatar Rustan Leino2011-08-03
* 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
| * Fixed failing regression tests.Gravatar Jason Koenig2011-07-14
| * MergeGravatar Jason Koenig2011-07-14
| |\ | |/ |/|
| * Added multiset from sequence axioms, removed array range RHSs. Fixed issue wi...Gravatar Jason Koenig2011-07-13
* | MergeGravatar Rustan Leino2011-07-11
|\ \
* | | Dafny: allow constructors only inside classes, removed semi-colons at end of ...Gravatar Rustan Leino2011-07-11
| | * Added s[..] syntax in anticipation of sequence forming operation. (also updat...Gravatar Jason Koenig2011-07-11
| |/
| * Dafny: Added Euclidean regression test (Verifier only).Gravatar Jason Koenig2011-07-08
|/
* Dafny: Fixed bug in call statements where mutability of out parameters was no...Gravatar Jason Koenig2011-07-06
* Dafny: Updated regression tests to include chaining disjoint operators.Gravatar Jason Koenig2011-07-05