summaryrefslogtreecommitdiff
path: root/Dafny/Translator.cs
Commit message (Expand)AuthorAge
* Dafny: for refinements, don't consider a newly provided predicate body to be ...Gravatar Unknown2012-08-30
* Dafny: fixed bug in checking postconditions of functions that mention the res...Gravatar Unknown2012-08-29
* Dafny: added heuristics for finding witnesses in assign-such-that checkingGravatar Unknown2012-08-10
* DafnyExtension: hide execution-trace output, show split-expr related error l...Gravatar Rustan Leino2012-08-10
* Dafny: reverify if the refining method modifies the heap.Gravatar Jason Koenig2012-08-01
* Dafny: removed allocated, changed semantics of freshGravatar Jason Koenig2012-07-29
* Dafny: added structural refinement checkGravatar Jason Koenig2012-07-29
* Dafny: restored soundness for refinement by disallowing certain updates and m...Gravatar Jason Koenig2012-07-11
* Dafny: fixed translation bug in maps with objects in the domain, added test caseGravatar Jason Koenig2012-07-11
* Dafny: fixed bad mergeGravatar Rustan Leino2012-07-09
* MergeGravatar Rustan Leino2012-07-09
|\
* | Dafny: More work on the coinduction principleGravatar Rustan Leino2012-07-09
| * Dafny: added verification that replaced expressions are the same as the originalGravatar Jason Koenig2012-07-09
| * Dafny: added named expressions and replacementGravatar Jason Koenig2012-07-09
* | MergeGravatar Rustan Leino2012-07-04
|\|
| * Dafny: added support for nested abstract modules, fixed some translation issuesGravatar Jason Koenig2012-07-03
* | Dafny: removed old Substitute method (which has been replaced by a Substitute...Gravatar Rustan Leino2012-07-03
* | Dafny: added copredicatesGravatar Rustan Leino2012-07-03
| * Dafny: re-added field non-uniqueness (was accidentally reverted by a bad merge)Gravatar Jason Koenig2012-07-02
|/
* Dafny: fixed bug with translation of class._System.object;Gravatar Jason Koenig2012-06-28
* Dafny: MergeGravatar Jason Koenig2012-06-27
|\
* | Dafny: Implemented abstract modulesGravatar Jason Koenig2012-06-26
| * Dafny: improved refinement features; added staged version of the proof of the...Gravatar Unknown2012-06-19
* | Dafny: Added nested modulesGravatar Jason Koenig2012-06-19
|/
* MergeGravatar Jason Koenig2012-06-13
|\
* | Dafny: allow parallel assignments to assign to the same LHS if the RHS match.Gravatar Jason Koenig2012-06-13
| * Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c...Gravatar Unknown2012-06-13
|/
* Dafny: allow types to be qualified with the name of the module that declares ...Gravatar Unknown2012-06-11
* Dafny: removed support for the old keyword "unlimited" (all functions are lim...Gravatar Unknown2012-06-11
* Dafny: change labels to use a generic singly linked listGravatar Jason Koenig2012-06-06
* Dafny: Added map comprehensions and updated display syntaxGravatar Unknown2012-05-31
* Dafny: added finite mapsGravatar Unknown2012-05-25
* Dafny: more correct checking of co-inductive productivityGravatar Unknown2012-05-18
* Dafny: improve printing of inductive datatypesGravatar Unknown2012-05-01
* Dafny: added support for co-recursive callsGravatar Rustan Leino2012-05-01
* Dafny: rudimentary translation into Boogie of co-inductive datatypesGravatar Unknown2012-04-25
* Dafny: fixed bug (missing Boogie cast) in translation of induction over gener...Gravatar Unknown2012-04-20
* Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr;Gravatar Unknown2012-03-15
* Dafny: fixed build errorGravatar Rustan Leino2012-03-09
* Dafny: added ghost modules (the meaning is simply that such a module will not...Gravatar Rustan Leino2012-03-07
* Dafny: fixed well-formedness checking of LET expressions to allow the RHS to ...Gravatar Rustan Leino2012-02-29
* Dafny: make sure assume->assert transformation gives rise to a checkGravatar Rustan Leino2012-02-19
* Dafny: improved error location for violations of function postconditionsGravatar Rustan Leino2012-01-18
* Dafny: allow parallel statements with an empty list of bound variablesGravatar Rustan Leino2012-01-17
* Dafny: parallel statements:Gravatar Rustan Leino2012-01-17
* Dafny: Recheck specifications that contain refined (extended) predicates, eve...Gravatar Rustan Leino2012-01-16
* Dafny: handle refinement of nested tokens that come from SpliExpr (still need...Gravatar Rustan Leino2012-01-12
* Dafny: make full predicate definitions available only inside a module (outsid...Gravatar Rustan Leino2012-01-11
* Dafny: fixed bugs in contract types, and a code bug that caused a contract to...Gravatar Rustan Leino2012-01-10
* Dafny: some bug fixesGravatar Rustan Leino2012-01-10