summaryrefslogtreecommitdiff
path: root/Source/Dafny/Translator.cs
Commit message (Collapse)AuthorAge
* Removed Dafny, Jennisys, Chalice, and BCT, which now live in different ↵Gravatar Rustan Leino2013-03-05
| | | | Codeplex repositories.
* MergeGravatar Rustan Leino2012-10-04
|\
* | Dafny: complete implementation of iteratorsGravatar Rustan Leino2012-10-03
| |
* | Dafny: automatically update iterator _new field upon allocationsGravatar Rustan Leino2012-10-03
| |
* | Dafny: good error locations for yield statements; other iterator ↵Gravatar Rustan Leino2012-10-03
| | | | | | | | improvements / bug fixes
* | Dafny: more part of verifying iteratorsGravatar Rustan Leino2012-10-03
| |
* | Dafny: changed iterator body to resolve to implicit fields rather than to ↵Gravatar Rustan Leino2012-10-02
| | | | | | | | the formal in- and yield-parameters
* | Dafny: handle decreases clause for iteratorsGravatar Rustan Leino2012-10-02
| |
* | Dafny: incomplete snapshot of verification of iteratorsGravatar Rustan Leino2012-10-02
| |
* | Dafny: compile iteratorsGravatar Rustan Leino2012-09-26
| |
* | Dafny: added iterators; for now, only parsing and resolving (and printing ↵Gravatar Rustan Leino2012-09-25
| | | | | | | | and refining), no compilation or verification
| * Use expression splitting for checking calculation stepsGravatar Nadia Polikarpova2012-09-23
| |
| * Bugfix in the translation of calc statements (oops), added more resolution ↵Gravatar Nadia Polikarpova2012-09-21
| | | | | | | | and verification tests
| * Well-formedness check for calc linesGravatar Nadia Polikarpova2012-09-19
| |
| * Allow multiple calc/block statements in a hint. Removed the empty calc test ↵Gravatar Nadia Polikarpova2012-09-19
| | | | | | | | from dafny2/Calculations, as it actually belongs in dafny0.
| * Made verification error message more explicitGravatar Nadia Polikarpova2012-09-19
| |
| * Allow empty calc statementsGravatar Nadia Polikarpova2012-09-19
| |
| * Allow custom operators on a lineGravatar Nadia Polikarpova2012-09-17
| |
| * Renamed terms into lines (according to the proposal), fixed some contractsGravatar Nadia Polikarpova2012-09-16
| |
| * Error reporting for calculation stepsGravatar Nadia Polikarpova2012-09-14
| |
| * Calc statements: Renamed Steps into Terms; introduced Steps (expressions ↵Gravatar Nadia Polikarpova2012-09-14
|/ | | | t<i> op t<i + 1>), generated during resolution; first version of the translation
* Dafny: improved checking of inherited postconditions (in refinements)Gravatar Unknown2012-09-10
|
* MergeGravatar Rustan Leino2012-09-10
|\
* | Dafny: allow 'decreases *' (that is, non-terminating recursion) on ↵Gravatar Rustan Leino2012-09-09
| | | | | | | | tail-recursive methods
* | Dafny: for refinements, don't consider a newly provided predicate body to be ↵Gravatar Unknown2012-08-30
| | | | | | | | an extension--clients don't need to be reverified if the body is new, only an extensions to a previous definition need to be
| * Dafny: allow more corecursive calls for copredicatesGravatar Rustan Leino2012-08-30
|/
* Dafny: fixed bug in checking postconditions of functions that mention the ↵Gravatar Unknown2012-08-29
| | | | result the function itself
* Dafny: added heuristics for finding witnesses in assign-such-that checkingGravatar Unknown2012-08-10
|
* DafnyExtension: hide execution-trace output, show split-expr related error ↵Gravatar Rustan Leino2012-08-10
| | | | locations, set a 10-second timeout
* 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
| | | | | -allocated(x) removed, as really only useful in old(...) -old(allocated(x)) and !fresh(x) are equivalent (for x with type ref, set, sequence, and datatype).
* Dafny: added structural refinement checkGravatar Jason Koenig2012-07-29
|
* Dafny: restored soundness for refinement by disallowing certain updates and ↵Gravatar Jason Koenig2012-07-11
| | | | method calls
* 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 ↵Gravatar Rustan Leino2012-07-03
| | | | | | | | Substituter class)
* | 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 ↵Gravatar Unknown2012-06-19
| | | | | | | | the Schorr-Waite algorithm (the staging features, as well as the newly added comments, make the verification much more digestible)
* | Dafny: Added nested modulesGravatar Jason Koenig2012-06-19
|/
* MergeGravatar Jason Koenig2012-06-13
|\