summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* DafnyExtension: fixed bad mergeGravatar Rustan Leino2012-08-17
|
* MergeGravatar Rustan Leino2012-08-17
|\
* | DafnyExtension: improved concurrency behaviorGravatar Unknown2012-08-17
| |
| * DafnyExtension: report out-of-time and out-of-memory errorsGravatar Rustan Leino2012-08-17
|/
* DafnyExtension: toward some fixesGravatar Unknown2012-08-17
|
* DafnyExtension: simplified display of type names and field namesGravatar Unknown2012-08-17
|
* DafnyExtension: various improvementsGravatar Unknown2012-08-16
|
* DafnyExtension: improvementsGravatar Rustan Leino2012-08-15
|
* DafnyExtension: do verification in a non-UI threadGravatar Rustan Leino2012-08-15
|
* DafnyExtension: fixed more missing cases for hover textsGravatar Unknown2012-08-15
|
* Dafny: fixed some bugs in the newly added DafnyExtension codeGravatar Unknown2012-08-15
|
* Dafny: added Statement.SubExpressions getterGravatar Unknown2012-08-15
| | | | DafnyExtension: added hover text for identifiers
* Dafny: added Statement.SubExpressions getterGravatar Unknown2012-08-15
| | | | DafnyExtension: added hover text for identifiers
* Dafny: removed the defunct "havoc" keyword from various source-code highlightersGravatar Unknown2012-08-15
|
* Dafny emacs mode: changed a menu name (Does anyone ever use this menu anyhow?)Gravatar Unknown2012-08-14
|
* 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: added MonotonicHeapstate refinement exampleGravatar Unknown2012-08-09
|
* Dafny: fixed parser crashGravatar Unknown2012-08-09
|
* DafnyExtension: improvementsGravatar Rustan Leino2012-08-08
|
* DafnyExtension: fixed build issues; added support for some refinement featuresGravatar 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
| |
* | MergeGravatar Unknown2012-08-02
|\|
* | Dafny VS Extension: edited to make it build with new AST types, fixed some ↵Gravatar Unknown2012-08-02
| | | | | | | | bugs, added a temporary progress indicator
| * 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: updated test suite to new syntaxGravatar Jason Koenig2012-07-30
|
* 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
|
* MergeGravatar Unknown2012-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: added a copredicate test caseGravatar Unknown2012-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
|