summaryrefslogtreecommitdiff
path: root/Source/Dafny/Printer.cs
Commit message (Expand)AuthorAge
* 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
|\
* | Check for proper use of equality-supporting types also in local variables and...Gravatar leino2014-08-13
| * MergeGravatar Dan Rosén2014-08-11
| |\ | |/ |/|
| * Add higher-order-functions and some other goodiesGravatar Dan Rosén2014-08-11
* | Resolved further merge issuesGravatar leino2014-08-05
* | added trait feature:Gravatar Reza Ahmadi2014-07-18
|/
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
* Added type synonyms. (No support yet for these in refinements.)Gravatar Rustan Leino2014-07-11
* MergeGravatar Rustan Leino2014-07-08
|\