summaryrefslogtreecommitdiff
path: root/Util
Commit message (Collapse)AuthorAge
* DafnyExtension: addressed a class initialization order problemGravatar Rustan Leino2012-09-09
|
* DafnyExtension: new color (violet) for buffer snapshot sent to the verifierGravatar Unknown2012-09-07
|
* Dafny: fixed typo in latex modeGravatar Unknown2012-09-05
|
* DafnyExtension: don't duplicate names of inherited identifiersGravatar Unknown2012-08-30
|
* DafnyExtension: changed how "_" is displayed (now display as a keyword, not ↵Gravatar Unknown2012-08-30
| | | | as an identifier definition)
* Dafny: allow "_" as don't-care variable nameGravatar Unknown2012-08-30
|
* DafnyExtension: fixed bug (omitted case: VarDeclStmt has no Update component)Gravatar Unknown2012-08-29
|
* DafnyExtension: don't reverify a buffer with no changesGravatar Rustan Leino2012-08-27
|
* DafnyExtensions: better error handlingGravatar Rustan Leino2012-08-21
|
* Dafny and Boogie: get rid of 'static' fields in parserGravatar Rustan Leino2012-08-21
|
* 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)
* DafnyExtension: hide execution-trace output, show split-expr related error ↵Gravatar Rustan Leino2012-08-10
| | | | locations, set a 10-second timeout
* DafnyExtension: improvementsGravatar Rustan Leino2012-08-08
|
* DafnyExtension: fixed build issues; added support for some refinement featuresGravatar Rustan Leino2012-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 VS Extension: edited to make it build with new AST types, fixed some ↵Gravatar Unknown2012-08-02
| | | | bugs, added a temporary progress indicator
* Dafny: removed allocated keyword, changed module import syntax. "opened" ↵Gravatar Jason Koenig2012-07-30
| | | | keyword is parsed but ignored.
* Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ↵Gravatar Jason Koenig2012-07-10
| | | | parallel syntax, other minor fixes
* Dafny: added copredicatesGravatar Rustan Leino2012-07-03
|
* Dafny: MergeGravatar Jason Koenig2012-06-27
|\
* | Dafny: Implemented abstract modulesGravatar Jason Koenig2012-06-26
| |
| * Dafny: equality-support test cases. This is just a snapshot--some things ↵Gravatar Unknown2012-06-22
|/ | | | still to be fixed up.
* Dafny: removed support for the old keyword "unlimited" (all functions are ↵Gravatar Unknown2012-06-11
| | | | limited)
* Dafny: added finite mapsGravatar Unknown2012-05-25
|
* Dafny: fixed resolution bug for inductive datatypes (previous check did not ↵Gravatar Unknown2012-04-25
| | | | | | | handle generic datatypes correctly) Dafny: fixed compiler bug in inductive datatypes (missing type parameters in emitted code) Dafny: added "codatatype" declaration (syntax only for now)
* Dafny VSX: fixed compilation inconsistencyGravatar Rustan Leino2012-01-10
|
* Dafny: added predicatesGravatar Rustan Leino2012-01-10
|
* Dafny: Start of new refinement features -- clean out old onesGravatar Rustan Leino2012-01-04
|
* MergeGravatar Rustan Leino2011-11-22
|\
| * DafnyExtension: fix up compilation (once again)Gravatar Rustan Leino2011-11-22
| |
* | Dafny: Added "type" declaration (syntax: "type X;"), which introduces an ↵Gravatar Rustan Leino2011-11-21
|/ | | | arbitrary type (like a global type parameter). In the future, a refined module may allow such types to be instantiated.
* DafnyExtension: fixed build problemsGravatar Rustan Leino2011-11-15
|
* Dafny: allow single-quote as a character in identifiers in the VS2010 modeGravatar Rustan Leino2011-11-09
|
* Dafny: added "multiset" keyword to syntax highlighting in emacs, vim, latex, VSXGravatar Rustan Leino2011-11-09
|
* Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" ↵Gravatar Rustan Leino2011-10-26
| | | | statement)