summaryrefslogtreecommitdiff
path: root/Util/latex
Commit message (Expand)AuthorAge
* 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
* Added "modify" statement.Gravatar Rustan Leino2014-04-03
* Fixed typo in latex style fileGravatar Rustan Leino2014-03-20
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" -...Gravatar Rustan Leino2014-02-23
* Syntax highlighting for realsGravatar Rustan Leino2014-02-13
* Increased space around "..." in latex style for Dafny.Gravatar Rustan Leino2014-02-13
* Italicize attributes in latex mode for DafnyGravatar Rustan Leino2014-02-10
* 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
* Include <== operator in LaTeX style fileGravatar Rustan Leino2013-05-12
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* New feature:Gravatar Rustan Leino2012-10-11
* MergeGravatar Rustan Leino2012-10-04
|\
* | Dafny: added iterators; for now, only parsing and resolving (and printing and...Gravatar Rustan Leino2012-09-25
| * Added the new keyword (calc) to UtilGravatar Nadia Polikarpova2012-09-16
|/
* Dafny: fixed typo in latex modeGravatar Unknown2012-09-05
* Dafny: removed the defunct "havoc" keyword from various source-code highlightersGravatar Unknown2012-08-15
* Dafny: removed allocated keyword, changed module import syntax. "opened" keyw...Gravatar Jason Koenig2012-07-30
* Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ...Gravatar Jason Koenig2012-07-10
* Dafny: added copredicatesGravatar Rustan Leino2012-07-03
* Dafny: equality-support test cases. This is just a snapshot--some things sti...Gravatar Unknown2012-06-22
* Dafny: removed support for the old keyword "unlimited" (all functions are lim...Gravatar Unknown2012-06-11
* Dafny: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25
* Dafny: added predicatesGravatar Rustan Leino2012-01-10
* Dafny: Start of new refinement features -- clean out old onesGravatar Rustan Leino2012-01-04
* Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...Gravatar Rustan Leino2011-11-21
* Dafny: added "multiset" keyword to syntax highlighting in emacs, vim, latex, VSXGravatar Rustan Leino2011-11-09
* Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s...Gravatar Rustan Leino2011-10-26
* Dafny: changed triggers (which are never really used, anyhow) from having a s...Gravatar Rustan Leino2011-10-21
* Dafny: removed deprecated "call" and "use" keywords from syntax highlightersGravatar Rustan Leino2011-06-20
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26
* Dafny:Gravatar rustanleino2011-02-17
* Util: Minor changes to the LaTeX listings packages for Boogie and Dafny.Gravatar wuestholz2010-09-30
* Dafny:Gravatar rustanleino2010-09-17
* Dafny:Gravatar rustanleino2010-07-06
* Dafny:Gravatar rustanleino2010-05-21
* Dafny:Gravatar rustanleino2010-05-08
* Dafny:Gravatar rustanleino2010-05-06
* Dafny:Gravatar rustanleino2010-03-16
* Dafny: Added if-then-else expressions (replacing and extending the previous b...Gravatar rustanleino2010-02-04