summaryrefslogtreecommitdiff
path: root/Source/Dafny
Commit message (Collapse)AuthorAge
* Dafny: added Statement.SubExpressions getterGravatar Unknown2012-08-15
| | | | DafnyExtension: added hover text for identifiers
* Dafny: two bug fixes (resolution crashing on bad input, DafnyExtension ↵Gravatar Unknown2012-08-14
| | | | crashing after certain deletes)
* Dafny: internal renamingGravatar Unknown2012-08-10
|
* 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: fixed parser crashGravatar Unknown2012-08-09
|
* DafnyExtension: improvementsGravatar Rustan Leino2012-08-08
|
* MergeGravatar Unknown2012-08-08
|\
* | Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and ↵Gravatar Unknown2012-08-08
| | | | | | | | visually indicates a non-verified buffer
| * Dafny: corrected commentGravatar Jason Koenig2012-08-03
|/
* Dafny: fixed bug in reverifying allowing old locals to be modified.Gravatar Jason Koenig2012-08-01
|
* Dafny: reverify if the refining method modifies the heap.Gravatar Jason Koenig2012-08-01
|
* Dafny: fixed bug where expressions were not replaced.Gravatar Jason Koenig2012-08-01
|
* Dafny: support opening modules into the local scopeGravatar Jason Koenig2012-07-30
|
* Dafny: removed allocated keyword, changed module import syntax. "opened" ↵Gravatar Jason Koenig2012-07-30
| | | | keyword is parsed but ignored.
* 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: fixed datatype GetHashCode() to make it consistent with Equals()Gravatar Jason Koenig2012-07-18
|
* Dafny: allowed strictly finite datatypes in comprehensions, quantifiers, and ↵Gravatar Jason Koenig2012-07-17
| | | | parallel statements.
* Dafny: compilation of abstract modules, including local definitions (as in ↵Gravatar Jason Koenig2012-07-17
| | | | | | | module A as B = C) * * * Dafny: compilation of abstract modules, including local definitions (as in module A as B = C)
* Dafny: allow implict self (as in "`field") in frame declarations.Gravatar Jason Koenig2012-07-16
|
* Dafny: update statements match up correctly in skeletons.Gravatar Jason Koenig2012-07-13
|
* Dafny: fixed bug in which old locals were not properly forbidden from being ↵Gravatar Jason Koenig2012-07-12
| | | | modified during refinement
* Dafny: labeled (and unlabled) block statements are now matched during ↵Gravatar Jason Koenig2012-07-12
| | | | refinement.
* Dafny: check that resolution successfully resolved all types, where appropriate.Gravatar Jason Koenig2012-07-12
|
* 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 ghost checking for labeled (i.e. named) expressions, changed to ↵Gravatar Jason Koenig2012-07-10
| | | | parallel syntax, other minor fixes
* Dafny: fixed bad mergeGravatar Rustan Leino2012-07-09
|
* Dafny: rebuilt parser/scanner after previous 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
| |
| * Dafny: types can now be qualified with full module pathsGravatar Jason Koenig2012-07-06
| |
| * Dafny: datatype constructors can be accessed across module boundaries.Gravatar Jason Koenig2012-07-06
| |
| * Dafny: fixed a crash in datatype argument resolutionGravatar Jason Koenig2012-07-05
| |
| * Dafny: Fixed bug in autocontracts where the post resolver was run even if ↵Gravatar Jason Koenig2012-07-05
| | | | | | | | there were resolution errors.
| * Dafny: disallow importing ghost modules into physical ones.Gravatar Jason Koenig2012-07-05
| |
* | MergeGravatar Rustan Leino2012-07-04
|\|
| * Dafny: added static members of _default to the module level scope, at low ↵Gravatar Jason Koenig2012-07-03
| | | | | | | | priority.
| * 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)
* | MergeGravatar 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: reinstated autocontractsGravatar Jason Koenig2012-07-02
|/
* Dafny: updated contracts to allow null parent (of the default module)Gravatar Rustan Leino2012-06-29
|
* Dafny: fixed up test suite (temporarily removed autocontract tests)Gravatar Jason Koenig2012-06-28
|
* Dafny: fixed bug with translation of class._System.object;Gravatar Jason Koenig2012-06-28
|