summaryrefslogtreecommitdiff
path: root/Util/VS2010
Commit message (Expand)AuthorAge
* 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
* 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
* Dafny:Gravatar rustanleino2010-09-17
* 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
* VS 2010 mode for Chalice: some errors didn't show up in the window because po...Gravatar kyessenov2010-08-20
* Simplified grammar for Chalice VS 2010 integration. It should now work and be...Gravatar kyessenov2010-08-19
* Dafny: Fixed VS 2010 mode to really include all Dafny keywordsGravatar rustanleino2010-08-06
* Chalice:Gravatar kyessenov2010-07-30
* VS2010 integration: fixed typo in Boogie mode (install for .bpl files, not .d...Gravatar rustanleino2010-07-19
* Chalice: Introduced '[[ S ]]' as a shorthand syntax for 'lock (this) { S }'....Gravatar rustanleino2010-07-19
* Visual Studio 2010 integration for Dafny and Chalice. See the "How to instal...Gravatar rustanleino2010-07-15