summaryrefslogtreecommitdiff
path: root/Util
Commit message (Expand)AuthorAge
...
* Dafny: removed allocated keyword, changed module import syntax. "opened" keyw...Gravatar Jason Koenig2012-07-30
* Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ...Gravatar Jason Koenig2012-07-10
* 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 sti...Gravatar Unknown2012-06-22
|/
* Dafny: removed support for the old keyword "unlimited" (all functions are lim...Gravatar Unknown2012-06-11
* Dafny: added finite mapsGravatar Unknown2012-05-25
* Dafny: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25
* 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 arbi...Gravatar Rustan Leino2011-11-21
|/
* 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" s...Gravatar Rustan Leino2011-10-26
* Dafny: changed triggers (which are never really used, anyhow) from having a s...Gravatar Rustan Leino2011-10-21
* Jennisys: added "ensures" to emacs modeGravatar Rustan Leino2011-10-19
* Jennisys: change of keywords, now: interface/datamodel/codeGravatar Rustan Leino2011-09-28
* MergeGravatar Rustan Leino2011-08-04
|\
* | Dafny: for VS mode, let lexer allow "?"Gravatar Rustan Leino2011-08-04
| * Chalie: Fix Visual Studio integration and add note about JVM stack size probl...Gravatar stefanheule2011-08-04
|/
* Chalice VS integration: recognize string literalsGravatar Rustan Leino2011-08-03
* Chalice: added string type and string literals (but no other string operations)Gravatar Rustan Leino2011-07-26
* Added new multiset keyword to VS2010 syntax highlighter.Gravatar Jason Koenig2011-07-11
* Dafny: removed deprecated "call" and "use" keywords from syntax highlightersGravatar Rustan Leino2011-06-20
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* Better VisualStudio plugin feedback.Gravatar Jason Koenig2011-05-27
* VisualStudio plugin now informs the user of a timeout.Gravatar Jason Koenig2011-05-26
* Dafny: Alternative (and candidate replacement) syntax for declaring datatypesGravatar Rustan Leino2011-04-20
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
* Jennisys: Parse and printGravatar Rustan Leino2011-04-07
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26
* Dafny:Gravatar rustanleino2011-02-17
* Dafny: implemented a more precise scheme for allowing use of a function's rep...Gravatar rustanleino2011-02-03
* Dafny: Improved default decreases clauses for methods and functionsGravatar rustanleino2010-11-25
* VSIP integration into VS: Changed idle delay to 300ms (from 1s). Distinguis...Gravatar rustanleino2010-11-17
* Dafny: Record source positions of start/end curly braces for declaration con...Gravatar rustanleino2010-10-27
* Added AssemblyInfo.cs, missing from previous DafnyExtension check-inGravatar rustanleino2010-10-22
* New Dafny mode for Visual Studio 2010, using the VS2010 extensions.Gravatar rustanleino2010-10-22
* Miscellaneous changes:Gravatar rustanleino2010-10-22
* Chalice:Gravatar rustanleino2010-10-09
* Util: Minor changes to the LaTeX listings packages for Boogie and Dafny.Gravatar wuestholz2010-09-30
* Dafny:Gravatar rustanleino2010-09-17
* Vim: add keywords to ChaliceGravatar kyessenov2010-09-02
* VS 2010: add "spec" as keyword in ChaliceGravatar kyessenov2010-09-02
* VS2010 mode for Dafny and Boogie: updated, for example to properly deal with...Gravatar rustanleino2010-09-01