summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension
Commit message (Expand)AuthorAge
* Refactor the error reporting codeGravatar Clément Pit--Claudel2015-08-18
* Tiny refactoring in the extension's driverGravatar Clément Pit--Claudel2015-07-31
* Fix an issue with column numbers in the VS extensionGravatar Clément Pit--Claudel2015-07-31
* Update the VS extension to use the error interface defined in 576eac2e17ffGravatar Clément Pit--Claudel2015-07-29
* Update DafnyExtension to use the parser constructor introduced in d2e394fc4b93Gravatar Clément Pit--Claudel2015-07-24
* Fix: Visual studio did not show warnings.Gravatar Clément Pit--Claudel2015-07-23
* Fix identifiers in nested match patterns not showing in the IDE bug. RememberGravatar qunyanm2015-06-29
* Added {:auto_generated} trigger, which indicates that a declaration was not e...Gravatar Rustan Leino2015-06-02
* Add an infinite set collection type.Gravatar qunyanm2015-05-29
* DafnyExtension: Added experimental support for diagnosing timeouts.Gravatar wuestholz2015-05-18
* 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