summaryrefslogtreecommitdiff
path: root/Source/Dafny/Resolver.cs
Commit message (Expand)AuthorAge
* Added initial support for dirty while statements.Gravatar chmaria2014-11-01
* Allow assignment LHSs in a forall statement to be the same, so long as the th...Gravatar leino2014-10-30
* Resolve attributes of a forall statement only after bound variables have been...Gravatar leino2014-10-29
* Fixed type-inference bug that could create cycles in proxy type graphGravatar leino2014-10-28
* Disallow automatic completion of type arguments to the LHS of datatype declar...Gravatar leino2014-10-28
* Fixed a bug in the Substituter for datatype update expressions.Gravatar leino2014-10-28
* Add a DafnyCC option that disables some of Dafny's cleverness to better match...Gravatar Bryan Parno2014-10-27
* Fix datatype updates so chained updates don't explode performanceGravatar Bryan Parno2014-10-27
* Added an attribute :timeLimitMultiplier for setting relative time outs.Gravatar Bryan Parno2014-10-27
* When guessing decreases clauses for loops, convert numeric values to their ul...Gravatar leino2014-10-21
* 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
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Allow any integer-based type, not just 'int', in the following places:Gravatar leino2014-10-06
* Bounds discovery now takes newtype constraints into consideration.Gravatar leino2014-08-28
* 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
* | Various resolution fixes and improvementsGravatar leino2014-08-26
* | Refactoring: renamed DerivedTypeDecl to NewtypeDeclGravatar leino2014-08-26
* | Changed syntax of newtypeGravatar leino2014-08-26
* | Fixed scoping to allow a datatype to have a constructor with the same name.Gravatar leino2014-08-26
* | Implemented arbitrary numeric conversions (but name resolution still needs wo...Gravatar leino2014-08-25
* | Cycle detection among newtypes. Start of well-formedness check for newtypes.Gravatar leino2014-08-24
| * MergeGravatar Dan Rosén2014-08-22
| |\ | |/ |/|
* | Type check and pretty print newtype constraintsGravatar leino2014-08-22
* | Added .Trunc field to real-based typesGravatar leino2014-08-21
* | Support for non-constrained derived types ("new types").Gravatar leino2014-08-21
| * Remove the cloner inside the ResolverGravatar Dan Rosén2014-08-21
* | MergeGravatar leino2014-08-20
|\ \
* | | Start of derived types (aka "new types")Gravatar leino2014-08-20
| |/ |/|
| * Change behavior of 'decreases *', which can be applied to loops and methods. ...Gravatar Rustan Leino2014-08-19
|/
* Fix type inference bug in data rank comparison when one side can be a TypeVarGravatar Dan Rosén2014-08-19
* Refactor resolver, and really allow reads to take fields of type A -> set<obj>Gravatar Dan Rosén2014-08-15
* Make arrow types not look like reference types for the resolverGravatar Dan Rosén2014-08-14
* Reword error message for type error in lambda requires clauseGravatar Dan Rosén2014-08-14
* Fix bug in type substitution for type variablesGravatar Dan Rosén2014-08-14
* Allow reads to take fields of type A -> set<object>Gravatar Dan Rosén2014-08-14
* Refactor: Change ApplyExpr's Receiver to FunctionGravatar Dan Rosén2014-08-14
* Re-included lost calls to CheckEqualityTypes_TypeGravatar leino2014-08-13
* 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
* | 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
|/