summaryrefslogtreecommitdiff
path: root/Source/Dafny/Cloner.cs
Commit message (Expand)AuthorAge
* Fix issue 125. Add the missing case 2 and 3 with refinement and opened imports.Gravatar qunyanm2016-02-05
* Implement module export so we can export a subset of items defined in theGravatar qunyanm2016-01-29
* 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
* Hover text includes #[_k-1] suffix for terms rewritten in prefix predicates/l...Gravatar Rustan Leino2015-10-02
* MergeGravatar leino2015-09-28
|\
* | Changed computation of ghosts until pass 2 of resolution.Gravatar leino2015-09-28
| * merged IronDafny updates. two unit tests related to traits do not pass if ENA...Gravatar Michael Lowell Roberts2015-09-21
|/
* Merge.Gravatar Clément Pit--Claudel2015-08-19
|\
| * Changed hover-text location for recursive ind/co-lemma callsGravatar Rustan Leino2015-08-17
* | Review preceding commit with RustanGravatar Clément Pit--Claudel2015-08-17
* | Start committing split quantifiersGravatar Clément Pit--Claudel2015-08-14
* | Refactor the error reporting codeGravatar Clément Pit--Claudel2015-08-18
| * Bug fixes and improvements in pretty printingGravatar leino2015-08-11
| * Disallow user-defined attributes that begin with an underscoreGravatar leino2015-08-11
|/
* Merge my autoTriggers work into the master branchGravatar Clément Pit--Claudel2015-07-17
|\
| * [IronDafny] implemented workaround for "import opened" bug(s).Gravatar Michael Lowell Roberts2015-07-13
* | Small refactoring of Printer.csGravatar Clément Pit--Claudel2015-07-06
| * multiple changes...Gravatar Michael Lowell Roberts2015-07-02
| * Add the ability to specify how much "fuel" a function should have,Gravatar Bryan Parno2015-07-01
|/
* Fix various bugs in nested match patterns listed in issue #83Gravatar qunyanm2015-06-19
* 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
* Revised look-up and compilation of inherited trait members (static functions/...Gravatar leino2015-04-07
* Fixed some bugs in override axioms (but still missing support for classes wit...Gravatar leino2015-04-05
* Allow trigger annotations in more statements and expressionsGravatar chrishaw2015-03-11
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
* 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
* When ambiguous references all resolve to the same declaration, don't complainGravatar leino2015-01-09
* 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
| * removing one unnessessary check in the clonerGravatar Reza Ahmadi2014-12-02
| * - fixed a bug in merging fields that come from a parent traitGravatar Reza Ahmadi2014-12-02
|/
* Now the parser parses "Type" rather than "IToken" for a traitGravatar Reza Ahmadi2014-11-05
* Comparisons and well-founded order of charGravatar leino2014-10-21
* Add char literals.Gravatar leino2014-10-20
* Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
* Disallow parentheses-less declarations of predicates and co-predicates, along...Gravatar leino2014-08-27
* Merge, and refactored bit in Cloner into class ClonerButDropMethodBodies.Gravatar leino2014-08-27
|\