summaryrefslogtreecommitdiff
path: root/Source/Dafny/Cloner.cs
Commit message (Expand)AuthorAge
* 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
|\
* | Refactored ArrowType's to be resolved with other types. ArrowTypeDecl's are n...Gravatar leino2014-08-27
* | Refactoring: renamed DerivedTypeDecl to NewtypeDeclGravatar leino2014-08-26
* | Changed syntax of newtypeGravatar leino2014-08-26
| * MergeGravatar Dan Rosén2014-08-22
| |\ | |/ |/|
| * Remove the cloner inside the ResolverGravatar Dan Rosén2014-08-21
* | Start of derived types (aka "new types")Gravatar leino2014-08-20
|/
* Refactor: Change ApplyExpr's Receiver to FunctionGravatar Dan Rosén2014-08-14
* 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
| * MergeGravatar leino2014-08-02
| |\
| * | Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in th...Gravatar leino2014-08-02
|/ /
| * - fixed a bug in inheriting members from a traitGravatar Reza Ahmadi2014-07-20
| * added trait feature:Gravatar Reza Ahmadi2014-07-18
|/
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
* Support for type synonyms in refinementsGravatar Rustan Leino2014-07-14
* Added type synonyms. (No support yet for these in refinements.)Gravatar Rustan Leino2014-07-11
* MergeGravatar Rustan Leino2014-07-08
|\
* | Implemented compilation of the int<->real conversions, and changed the resolu...Gravatar Rustan Leino2014-07-08
| * MergeGravatar Dan Rosén2014-07-07
| |\
| * | New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
| | * Allow array-type parameters to be filled in automatically.Gravatar leino2014-07-02
| |/ |/|
* | Added tuples and tuple types. Syntax is the expected one, namely parentheses ...Gravatar Rustan Leino2014-06-27
* | Make syntax of "match" expressions and "match" statements the same -- curly b...Gravatar Rustan Leino2014-06-24
|/
* Added "modify Frame { Body }" statement.Gravatar Rustan Leino2014-04-04