summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Dafny: added "multiset" keyword to syntax highlighting in emacs, vim, latex, VSXGravatar 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: added a new /inductionHeuristic optionGravatar Rustan Leino2011-11-04
* Dafny: in test suite (Rippling.dfy), replaced an inline lemma with a call to ...Gravatar Rustan Leino2011-11-04
* Dafny: added options to make Induction Heuristic apply to array index express...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: allow attributes on function/method declarations to refer to the (in- ...Gravatar Rustan Leino2011-10-26
* 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
* BVD: fixed two basic but damning problems with the Dafny provider, and elided...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
* Jennisys: changed the fixpoint solver to pick only the true clause in a disju...Gravatar Unknown2011-10-10
* Jennisys: implemented minimization of inferred guardsGravatar Unknown2011-10-10
* Jennisys: added some more simple methods in Simple.jen, implemented a couple ofGravatar Unknown2011-10-08
* MergeGravatar Aleksandar Milicevic2011-10-07
|\
| * Dafny: added COST Verification Competition challenge programs to test suiteGravatar Rustan Leino2011-10-07
* | MergeGravatar Aleksandar Milicevic2011-10-07
|\|
* | Jennisys: Implemented some support for mutator methods by keeping track of th...Gravatar Aleksandar Milicevic2011-10-07
| * MergeGravatar Rustan Leino2011-09-30
| |\
| * | 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: Fixed the 'Answer' file for test 'dafny2'.Gravatar wuestholz2011-09-30
| * | Dafny: beautification in one test case, and fixed an Answer fileGravatar Rustan Leino2011-09-29
| * | Dafny: improved a resolution error message, and fixed a crash in the resolverGravatar Rustan Leino2011-09-29
| |/
| * Dafny: Added TreeBarrier as a test caseGravatar peter mueller peter.mueller@inf.ethz.ch2011-09-29
|/
* - updated the examples to use the new keywords (interface/datamodel)Gravatar Aleksandar Milicevic2011-09-29
* MergeGravatar Rustan Leino2011-09-28
|\
* | Jennisys: change of keywords, now: interface/datamodel/codeGravatar Rustan Leino2011-09-28
| * Dafny: Added some assertions.Gravatar wuestholz2011-09-23
| * Dafny: Added a 'Checked' configuration and fixed some runtime assertion viola...Gravatar wuestholz2011-09-23
* | Jennisys: added /break flag as a convenient way to break into the debuggerGravatar Rustan Leino2011-09-21
| * Dafny: Fixed an assertion violation in the "Checked" configuration.Gravatar wuestholz2011-09-20
| * Dafny: Added support for attributes on methods and constructors.Gravatar wuestholz2011-09-16
* | Dafny: added Snapshotable Trees exampleGravatar Rustan Leino2011-09-11
* | Dafny: generate a compiler error upon encountering an assume statementGravatar Rustan Leino2011-09-11
* | Dafny: fixed compilation bug (datatype equality had used pointer equality, no...Gravatar Rustan Leino2011-09-11
* | Dafny: fixed compilation error where type of target "null" was undeterminedGravatar Rustan Leino2011-09-11
* | Dafny: added Flatten example to test suiteGravatar Rustan Leino2011-09-11
|/
* MergeGravatar Rustan Leino2011-09-08
|\
* | Dafny: fixed parsing bug with "!in"Gravatar Rustan Leino2011-09-08
| * Jennisys: added synthesized code for examplesGravatar Aleksandar Milicevic2011-08-26