summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension
Commit message (Expand)AuthorAge
* Added inductive predicatesGravatar leino2015-05-06
* Changed version to 1.9.3.20406 and updated copyright year to include 2015.Gravatar leino2015-04-06
* Copy z3.exe and Z3-LICENSE.txt (from Binaries directory to Source/DafnyExtens...Gravatar leino2015-04-06
* Add z3.exe and z3-license.txt to dafny binary and extension distribution.Gravatar qunyanm2015-04-06
* Remove unneeded reference from DafnyExtension.csproj (accidentally added by m...Gravatar chrishaw2015-03-11
* Add DafnyOptions.txt, and have the Dafny Visual Studio extension read command...Gravatar chrishaw2015-03-11
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
* Add imap keyword to VS/emacs/vim/latex filesGravatar chrishaw2015-02-26
* DafnyExtension: Made it use the more advanced on-demand re-verification by de...Gravatar wuestholz2015-01-26
* When ambiguous references all resolve to the same declaration, don't complainGravatar leino2015-01-09
* Fixed range bug that was causing extension to sometimes crashGravatar Bryan Parno2014-10-27
* Ensure that no file is processed twice, even if one command-line file is incl...Gravatar Bryan Parno2014-10-27
* MergeGravatar leino2014-10-20
|\
* | Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
| * DafnyExtension: Fixed minor issue in the menu.Gravatar wuestholz2014-10-19
|/
* MergeGravatar leino2014-09-29
|\
* | Shorter wait-for-idle time in the Dafny IDEGravatar leino2014-09-29
| * DafnyExtension: Made it not log the pretty-printed program.Gravatar wuestholz2014-09-28
| * DafnyExtension: minor change due to change in BoogieGravatar wuestholz2014-09-28
| * Did more refactoring.Gravatar wuestholz2014-09-23
| * Did more refactoring.Gravatar wuestholz2014-09-23
| * DafnyExtension: minor changeGravatar wuestholz2014-09-22
|/
* Various resolution fixes and improvementsGravatar leino2014-08-26
* Changed syntax of derived types to "newtype"Gravatar leino2014-08-21
* Forget the extra copy of DafnyRuntime.cs that gets copied into DafnyExtensionGravatar Rustan Leino2014-08-12
* MergeGravatar Dan Rosén2014-08-11
|\
* | Add higher-order-functions and some other goodiesGravatar Dan Rosén2014-08-11
| * MergeGravatar leino2014-08-02
| |\
| * | Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in th...Gravatar leino2014-08-02
|/ /
| * added trait feature:Gravatar Reza Ahmadi2014-07-18
|/
* Fixed build break from recent changeGravatar leino2014-07-15
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-10
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-09
* Build VS Extension for both VS 2012 and VS 2013.Gravatar Rustan Leino2014-07-08
* MergeGravatar Dan Rosén2014-07-07
|\
| * DafnyExtension: Worked on adding support for Visual Studio 2013.Gravatar wuestholz2014-07-02
| * Dispose DafnyTokenTaggerGravatar Rustan Leino2014-07-01
| * Color nested comments correctly in the Dafny IDEGravatar Rustan Leino2014-07-01
| * Minor change due to change in BoogieGravatar wuestholz2014-06-28
| * DafnyExtension: Made it possible to activate the more advanced verification r...Gravatar wuestholz2014-06-23
* | DafnyExtension: Minor change to deal with a change in the Boogie command-line...Gravatar wuestholz2014-06-20
| * DafnyExtension: Minor change to deal with a change in the Boogie command-line...Gravatar wuestholz2014-06-20
* | Fixed issues with absolute file names in the expected output for the lit tests.Gravatar wuestholz2014-06-04
| * Fixed issues with absolute file names in the expected output for the lit tests.Gravatar wuestholz2014-06-04
|/
* DafnyExtension: Made it display the compilation output in the VS output pane.Gravatar wuestholz2014-04-21
* DafnyExtension: Added some support for logging program snapshots that are sen...Gravatar wuestholz2014-04-21
* Run-time real supportGravatar Rustan Leino2014-04-13
* Added "modify" statement.Gravatar Rustan Leino2014-04-03
* DafnyExtension: Fixed a concurrency issue.Gravatar wuestholz2014-04-03
* Refactoring: renamed VarDecl to LocalVariable, and renamed VarDeclStmt.Lhss t...Gravatar Rustan Leino2014-03-17