| Commit message (Expand) | Author | Age |
* | Dafny: make full predicate definitions available only inside a module (outsid... | Rustan Leino | 2012-01-11 |
* | Dafny: allow class-member declarations at top level of any module (not just t... | Rustan Leino | 2012-01-10 |
* | Dafny: added test case for refinement and predicates (and fixed a parsing bug) | Rustan Leino | 2012-01-10 |
* | Dafny: allow definitions and uses of parameter-less predicates to go without ... | Rustan Leino | 2012-01-10 |
* | Dafny: added predicates | Rustan Leino | 2012-01-10 |
* | Dafny: added support for simple superposition refinements | Rustan Leino | 2012-01-09 |
* | Dafny: firmed up the module system | Rustan Leino | 2012-01-05 |
* | Dafny: disengaged old refinement test files | Rustan Leino | 2012-01-04 |
* | Dafny: don't allow ghost expressions in print statements | Rustan Leino | 2012-01-03 |
* | Dafny: Fixed a bug in the pretty printer. | wuestholz | 2011-12-26 |
* | Dafny: Extended the support for attributes on method/constructor calls. | wuestholz | 2011-12-23 |
* | Dafny: Added support for attributes on method/constructor calls. | wuestholz | 2011-12-21 |
* | Dafny: for a datatype with just one constructor, don't check (but do assume) ... | Rustan Leino | 2011-12-19 |
* | Dafny: Made sure that error locations refer to the Dafny program, even if the... | wuestholz | 2011-12-15 |
* | Dafny: Added support for attributes on various specification constructs (asse... | wuestholz | 2011-12-07 |
* | Dafny: implemented thresholds for the new interval domain (/infer:j) | Rustan Leino | 2011-12-12 |
* | Dafny: fix bug in translation of (the splitting of) if-then-else expressions ... | Rustan Leino | 2011-12-10 |
* | Merge | Rustan Leino | 2011-12-07 |
|\ |
|
* \ | Merge | Rustan Leino | 2011-12-07 |
|\ \ |
|
| * | | Dafny: Forward attributes on Dafny functions to Boogie (e.g., to disable well... | wuestholz | 2011-12-07 |
* | | | Dafny tests: Disabled SnapshotableTrees.dfy for now while performance issues ... | Rustan Leino | 2011-12-07 |
* | | | Boogie: Added new abstract interpretation harness, which uses native Boogie E... | Rustan Leino | 2011-12-05 |
|/ / |
|
| * | Merge | Rustan Leino | 2011-11-22 |
| |\
| |/
|/| |
|
* | | Dafny: call C# compiler directly from inside Dafny, and optionally produce a ... | Rustan Leino | 2011-11-22 |
| * | Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi... | Rustan Leino | 2011-11-21 |
|/ |
|
* | Added Dafny solutions to the VSTTE 2012 program verification competition | Rustan Leino | 2011-11-15 |
* | Dafny: added let expressions (syntax: "var x := E0; E1") | Rustan Leino | 2011-11-14 |
* | Dafny: implemented the wellformedness check that datatype destructors are onl... | Rustan Leino | 2011-11-11 |
* | Dafny: allow assert/assume expressions in more places | Rustan Leino | 2011-11-09 |
* | Dafny: added assert/assume expressions | Rustan Leino | 2011-11-09 |
* | Dafny: fixed part of a type-inference issue with datatypes and the < operator... | Rustan Leino | 2011-11-09 |
* | Dafny: fixed bug in reads checking of array-to-sequence conversions | Rustan Leino | 2011-11-08 |
* | Dafny: Cleaned up proof of RevConcat in test case | Rustan Leino | 2011-11-08 |
* | Dafny: in test suite (Rippling.dfy), replaced an inline lemma with a call to ... | Rustan Leino | 2011-11-04 |
* | Added some Dafny and Boogie test cases, including Turing's factorial program,... | Rustan Leino | 2011-11-03 |
* | Dafny induction: | Rustan Leino | 2011-10-29 |
* | Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s... | Rustan Leino | 2011-10-26 |
* | Dafny: removed support for assigning to an array-range (that is, an assignmen... | Rustan Leino | 2011-10-26 |
* | Dafny: Commented out SnapshotableTrees.Node.FunctionalInsert while performanc... | Rustan Leino | 2011-10-26 |
* | Dafny: implemented compilation of parallel statements | Rustan Leino | 2011-10-25 |
* | Dafny: check subrange restriction in parallel Assign statement | Rustan Leino | 2011-10-24 |
* | Dafny: continued translation of "parallel" statements (Assign and Proof forms... | Rustan Leino | 2011-10-24 |
* | Dafny: added translation of Assign case of the parallel statement | Rustan Leino | 2011-10-22 |
* | Dafny: changed triggers (which are never really used, anyhow) from having a s... | Rustan Leino | 2011-10-21 |
* | Dafny: fixed performance-buggy translation of exists, and also added some oth... | Rustan Leino | 2011-10-19 |
* | Dafny: added COST Verification Competition challenge programs to test suite | Rustan Leino | 2011-10-07 |
* | Dafny: Updated snapshotable tree to remove IsReadonly precondition for Create... | Rustan Leino | 2011-09-30 |
* | Dafny: fixed bug in translator when LHS of a call was an array element or a nat | Rustan Leino | 2011-09-30 |
* | Dafny: beautification in one test case, and fixed an Answer file | Rustan Leino | 2011-09-29 |
* | Dafny: Added TreeBarrier as a test case | peter mueller peter.mueller@inf.ethz.ch | 2011-09-29 |