summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/TokenTagger.cs
Commit message (Expand)AuthorAge
* VS IDE performance - invoke dafny parser when the buffer hasn't changed forGravatar qunyanm2016-01-20
* Fix some VS IDE performance issues.Gravatar qunyanm2016-01-06
* Add an infinite set collection type.Gravatar qunyanm2015-05-29
* Added inductive predicatesGravatar leino2015-05-06
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
* Add imap keyword to VS/emacs/vim/latex filesGravatar chrishaw2015-02-26
* Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
* Changed syntax of derived types to "newtype"Gravatar leino2014-08-21
* added trait feature:Gravatar Reza Ahmadi2014-07-18
* Dispose DafnyTokenTaggerGravatar Rustan Leino2014-07-01
* Color nested comments correctly in the Dafny IDEGravatar Rustan Leino2014-07-01
* Added "modify" statement.Gravatar Rustan Leino2014-04-03
* Fixed build-break typoGravatar Rustan Leino2014-02-23
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" -...Gravatar Rustan Leino2014-02-23
* Syntax highlighting for realsGravatar Rustan Leino2014-02-13
* Fixed bug in DafnyExtension (hover text computation would crash if Translator...Gravatar Rustan Leino2014-02-06
* Add support for the "include" keyword, which accepts a (possibly relative) pathGravatar Bryan Parno2013-12-10
* Removed old keyword "choose"Gravatar Rustan Leino2013-08-06
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...Gravatar Rustan Leino2013-08-02
* DafnyExtension: Made it display if a variable was updated in a given model st...Gravatar wuestholz2013-08-01
* DafnyExtension: Added support for displaying values from the model as hover t...Gravatar wuestholz2013-07-30
* DafnyExtension: Added support for collecting additional information during re...Gravatar wuestholz2013-07-15
* DafnyExtension: Did some refactoring.Gravatar wuestholz2013-06-11
* Deleted a non-keywordGravatar Rustan Leino2013-04-04
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* Rename _reverifyPost to $_reverifyPost, so that it doesn't show up in BVDGravatar Rustan Leino2012-10-30
* removed deprecated "allocated" keyword from DafnyExtension syntax highlightingGravatar Rustan Leino2012-10-22
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* allow a refinement to introduce "return" statements, at the price of re-verif...Gravatar Rustan Leino2012-10-22
* New feature:Gravatar Rustan Leino2012-10-11
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04