| Commit message (Expand) | Author | Age |
* | DafnyExtension: fix up compilation (once again) | Rustan Leino | 2011-11-22 |
* | DafnyExtension: fixed build problems | Rustan Leino | 2011-11-15 |
* | Dafny: allow single-quote as a character in identifiers in the VS2010 mode | Rustan Leino | 2011-11-09 |
* | Dafny: added "multiset" keyword to syntax highlighting in emacs, vim, latex, VSX | Rustan Leino | 2011-11-09 |
* | Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s... | Rustan Leino | 2011-10-26 |
* | Dafny: changed triggers (which are never really used, anyhow) from having a s... | Rustan Leino | 2011-10-21 |
* | Jennisys: added "ensures" to emacs mode | Rustan Leino | 2011-10-19 |
* | Jennisys: change of keywords, now: interface/datamodel/code | Rustan Leino | 2011-09-28 |
* | Merge | Rustan Leino | 2011-08-04 |
|\ |
|
* | | Dafny: for VS mode, let lexer allow "?" | Rustan Leino | 2011-08-04 |
| * | Chalie: Fix Visual Studio integration and add note about JVM stack size probl... | stefanheule | 2011-08-04 |
|/ |
|
* | Chalice VS integration: recognize string literals | Rustan Leino | 2011-08-03 |
* | Chalice: added string type and string literals (but no other string operations) | Rustan Leino | 2011-07-26 |
* | Added new multiset keyword to VS2010 syntax highlighter. | Jason Koenig | 2011-07-11 |
* | Dafny: removed deprecated "call" and "use" keywords from syntax highlighters | Rustan Leino | 2011-06-20 |
* | Dafny: added constructors | Rustan Leino | 2011-05-28 |
* | Better VisualStudio plugin feedback. | Jason Koenig | 2011-05-27 |
* | VisualStudio plugin now informs the user of a timeout. | Jason Koenig | 2011-05-26 |
* | Dafny: Alternative (and candidate replacement) syntax for declaring datatypes | Rustan Leino | 2011-04-20 |
* | Dafny: added type "nat" | Rustan Leino | 2011-04-19 |
* | Jennisys: Parse and print | Rustan Leino | 2011-04-07 |
* | Dafny: added "choose" operator on sets | rustanleino | 2011-03-26 |
* | Dafny: | rustanleino | 2011-02-17 |
* | Dafny: implemented a more precise scheme for allowing use of a function's rep... | rustanleino | 2011-02-03 |
* | Dafny: Improved default decreases clauses for methods and functions | rustanleino | 2010-11-25 |
* | VSIP integration into VS: Changed idle delay to 300ms (from 1s). Distinguis... | rustanleino | 2010-11-17 |
* | Dafny: Record source positions of start/end curly braces for declaration con... | rustanleino | 2010-10-27 |
* | Added AssemblyInfo.cs, missing from previous DafnyExtension check-in | rustanleino | 2010-10-22 |
* | New Dafny mode for Visual Studio 2010, using the VS2010 extensions. | rustanleino | 2010-10-22 |
* | Miscellaneous changes: | rustanleino | 2010-10-22 |
* | Chalice: | rustanleino | 2010-10-09 |
* | Util: Minor changes to the LaTeX listings packages for Boogie and Dafny. | wuestholz | 2010-09-30 |
* | Dafny: | rustanleino | 2010-09-17 |
* | Vim: add keywords to Chalice | kyessenov | 2010-09-02 |
* | VS 2010: add "spec" as keyword in Chalice | kyessenov | 2010-09-02 |
* | VS2010 mode for Dafny and Boogie: updated, for example to properly deal with... | rustanleino | 2010-09-01 |
* | Boogie: Adding an autobuild and regression cmd file for Boogie and Dafny - Cl... | tabarbe | 2010-08-27 |
* | VS 2010 mode for Chalice: some errors didn't show up in the window because po... | kyessenov | 2010-08-20 |
* | Simplified grammar for Chalice VS 2010 integration. It should now work and be... | kyessenov | 2010-08-19 |
* | Dafny: Fixed VS 2010 mode to really include all Dafny keywords | rustanleino | 2010-08-06 |
* | Boogie: Added a new code snippet for IEnumerable out parameters | tabarbe | 2010-08-02 |
* | Code Snippets: Corrected an annoyance in one of the snippets | tabarbe | 2010-08-02 |
* | Chalice: | kyessenov | 2010-07-30 |
* | Boogie/Dafny: For those who may have not used custom code snippets before, so... | tabarbe | 2010-07-30 |
* | Boogie/Dafny: Boogie and Dafny's conversion to C# and Code Contracts does not... | tabarbe | 2010-07-30 |
* | VS2010 integration: fixed typo in Boogie mode (install for .bpl files, not .d... | rustanleino | 2010-07-19 |
* | Chalice: Introduced '[[ S ]]' as a shorthand syntax for 'lock (this) { S }'.... | rustanleino | 2010-07-19 |
* | Visual Studio 2010 integration for Dafny and Chalice. See the "How to instal... | rustanleino | 2010-07-15 |
* | Syntax file for Chalice. | kyessenov | 2010-07-14 |
* | Chalice: No longer use Mask for "held" field; instead, only use the value of... | rustanleino | 2010-07-14 |