summaryrefslogtreecommitdiff
path: root/Source/Dafny/Printer.cs
Commit message (Expand)AuthorAge
* Add /view:<view1, view2> option to filter module exports to be printed.Gravatar qunyanm2016-02-11
* Fix issue 128. Change the translation of CanCallAssumption for let-such-thatGravatar qunyanm2016-02-04
* Fix printing for ForallStmt. Previously we traverse the resolved forallGravatar qunyanm2015-12-04
* Made an adjustment in the printing of resolved forall expressions (previous c...Gravatar leino2015-11-28
* Fix issue 103. Emit the quantifiers for ForallStmt before AutoTrigger so thatGravatar qunyanm2015-11-25
* Fix issue 94. Allow tuple-based assignment in statement contexts.Gravatar qunyanm2015-11-14
* Introduced new datatype update syntax: D.(f := E)Gravatar leino2015-10-23
* Parsing and pretty printing of the new "existential guards" of the two kinds ...Gravatar leino2015-10-03
* Only print extraneous comments if asked.Gravatar Michael Lowell Roberts2015-09-17
* Merge.Gravatar Clément Pit--Claudel2015-08-19
|\
* | Refactor calls to 'new CallCmd' and clear a few FIXMEsGravatar Clément Pit--Claudel2015-08-18
* | Review preceding commit with RustanGravatar Clément Pit--Claudel2015-08-17
* | Start committing split quantifiersGravatar Clément Pit--Claudel2015-08-14
| * Change the induction heuristic for lemmas to also look in precondition for cl...Gravatar leino2015-08-12
| * Bug fixes and improvements in pretty printingGravatar leino2015-08-11
| * Disallow user-defined attributes that begin with an underscoreGravatar leino2015-08-11
| * Moved discovery of induction variables into a Rewriter.Gravatar leino2015-08-11
| * Added routine OneAttributeToString to pretty printerGravatar leino2015-08-10
|/
* Small refactoring of Printer.csGravatar Clément Pit--Claudel2015-07-06
* Add an infinite set collection type.Gravatar qunyanm2015-05-29
* Allow MatchExpr and MatchStmt to have nested patterns. Such asGravatar qunyanm2015-05-14
* Added "inductive lemma" methodsGravatar leino2015-05-07
* Added inductive predicatesGravatar leino2015-05-06
* Make sure that PrintTopLevelDecls receives program FullName, not just Name, s...Gravatar chrishaw2015-04-07
* Fixed some bugs in override axioms (but still missing support for classes wit...Gravatar leino2015-04-05
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
* Add imap display/update expressionsGravatar chrishaw2015-02-27
* Add imap type, which is like map but may have have infinite sizeGravatar chrishaw2015-02-26
* Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s...Gravatar leino2015-01-23
* Fixed resolution of method calls with explicit type parameters.Gravatar leino2015-01-02
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* MergeGravatar leino2014-12-09
|\
* | Allow user-specified type parametersGravatar leino2014-12-09
* | Finished up refactoring of the new name segment parsing, AST, and resolution.Gravatar leino2014-12-07
| * added multiple trait inheritance.Gravatar Reza Ahmadi2014-12-03
* | Snapshot, to be continuedGravatar leino2014-12-02
|/
* Now the parser parses "Type" rather than "IToken" for a traitGravatar Reza Ahmadi2014-11-05
* Added initial support for dirty while statements.Gravatar chmaria2014-11-01
* Add support for counting spec/impl/proof lines by supressing, e.g., ghost sta...Gravatar Bryan Parno2014-10-27
* Add char literals.Gravatar leino2014-10-20
* Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
* Print system module (in a comment) with /rprint.Gravatar leino2014-09-09
* Disallow parentheses-less declarations of predicates and co-predicates, along...Gravatar leino2014-08-27
* Refactoring: renamed DerivedTypeDecl to NewtypeDeclGravatar leino2014-08-26
* Changed syntax of newtypeGravatar leino2014-08-26
* Type check and pretty print newtype constraintsGravatar leino2014-08-22
* Start of derived types (aka "new types")Gravatar leino2014-08-20
* Refactor: Change ApplyExpr's Receiver to FunctionGravatar Dan Rosén2014-08-14
* MergeGravatar leino2014-08-13
|\