summaryrefslogtreecommitdiff
path: root/Source/Dafny/Printer.cs
Commit message (Expand)AuthorAge
* New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
* MergeGravatar Rustan Leino2014-04-04
|\
* | Support the transition from "modify Frame;" to "modify Frame { Body }" by ref...Gravatar Rustan Leino2014-04-04
* | Added "modify Frame { Body }" statement.Gravatar Rustan Leino2014-04-04
* | Added "modify" statement.Gravatar Rustan Leino2014-04-03
| * Basic support for datatype-update syntatic sugarGravatar Bryan Parno2014-04-03
|/
* Refactoring: renamed VarDecl to LocalVariable, and renamed VarDeclStmt.Lhss t...Gravatar Rustan Leino2014-03-17
* AST refactoring:Gravatar Rustan Leino2014-03-17
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" -...Gravatar Rustan Leino2014-02-23
* Allow unary minus on realsGravatar Rustan Leino2014-02-13
* Preliminary support for reals in Dafny specs. No compiler suport yet.Gravatar Bryan Parno2014-02-10
* Removed some blank lines at the end of hover texts.Gravatar Rustan Leino2014-02-06
* Produce hover text for many of the refinement omissions (i.e., "..." and the ...Gravatar Rustan Leino2014-01-31
* MergeGravatar Rustan Leino2014-01-08
|\
* | Allow left-hand sides of a let expression to be patterns (like in the case of...Gravatar Rustan Leino2014-01-08
| * Add autoReq support for matches.Gravatar Bryan Parno2014-01-08
| * Added support for automatic generation of function requirements via the :auto...Gravatar Bryan Parno2014-01-08
|/
* Print and translate "match" expressions in general positions, not just at the...Gravatar Rustan Leino2014-01-03
* Added proper parsing for StmtExpr's in all contexts.Gravatar Rustan Leino2013-12-30
* Compute default decreases clauses in Resolver instead of in the Translator.Gravatar Rustan Leino2013-12-19
* Fixed pretty printing of calc statements to use the new(-since-long) format.Gravatar Rustan Leino2013-12-17
* MergeGravatar Rustan Leino2013-11-18
|\
| * Added support for attributes on variable declarations.Gravatar wuestholz2013-11-18
* | Let compiler complain about body-less functions and methods, even if these ar...Gravatar Rustan Leino2013-11-14
|/
* Merged PredicateExpr and CalcExpr into a single StmtExprGravatar Rustan Leino2013-08-06
* Added hover text ("additional information") in places where co-methods provid...Gravatar Rustan Leino2013-08-04
* Set up call-graph to keep track of edges between functions and methods. (To ...Gravatar Rustan Leino2013-08-04
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...Gravatar Rustan Leino2013-08-02
* Fixed printer bug to handle static receivers in function call expressions. (T...Gravatar chmaria2013-07-11
* Fixed an issue in the computation of checksums.Gravatar wuestholz2013-07-07
* DafnyExtension: Worked on integrating the verification result caching.Gravatar wuestholz2013-06-06
* Made the semi-colon after "type" and "module" declarations optional.Gravatar Rustan Leino2013-05-10
* The "choose" statement, hacky and specialized as it was, is now gone. Use th...Gravatar Rustan Leino2013-03-27
* Beefed up assign/let-such-that to generate possible witnesses for set/multise...Gravatar Rustan Leino2013-03-25
* Finished support for ==# in calc, changed Paulson example to use it.Gravatar Nadia Polikarpova2013-03-20
* Added the <== operator.Gravatar Nadia Polikarpova2013-03-14
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* Pretty print the new parentheses-less "if" and "while" statements as such.Gravatar Rustan Leino2013-02-21
* Added Equals method on TypeGravatar Rustan Leino2013-02-20
* First take on calc expressions.Gravatar Nadia Polikarpova2013-02-14
* Added parsing and resolution of a new let-such-that expression. Translation h...Gravatar Rustan Leino2013-01-21
* Added some co- test cases. Fixed some bugs.Gravatar Rustan Leino2013-01-20
* Create prefix methods during resolution, not translation.Gravatar Unknown2013-01-18
* Some additional resolution checks for co stuff.Gravatar Unknown2013-01-18
* Removed the syntactic form copredicate #-form with the implicit argument.Gravatar Rustan Leino2013-01-16
* Corrected pretty printing of 'comethod'Gravatar Rustan Leino2012-11-25
* Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* Support default (which, here, means nameless) class-instance constructorsGravatar Rustan Leino2012-10-05
* Hover text for iterator declarations (and not for the methods they generate)Gravatar Rustan Leino2012-10-04