summaryrefslogtreecommitdiff
path: root/Source/Dafny/Resolver.cs
Commit message (Expand)AuthorAge
* Add imap display/update expressionsGravatar chrishaw2015-02-27
* Add imap type, which is like map but may have have infinite sizeGravatar chrishaw2015-02-26
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-28
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
* Fixed an encoding bug for newtypes (this fixes Issue #50)Gravatar Rustan Leino2015-01-27
* Make sure to check that subrange types are not used as type parametersGravatar leino2015-01-23
* MergeGravatar leino2015-01-23
|\
* | Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s...Gravatar leino2015-01-23
| * MergeGravatar Bryan Parno2015-01-13
| |\ | |/ |/|
* | When ambiguous references all resolve to the same declaration, don't complainGravatar leino2015-01-09
| * Check the AllowGlobals flag in one additional location to avoid a contract fa...Gravatar Bryan Parno2015-01-08
|/
* MergeGravatar leino2015-01-03
|\
* | Fixed resolution of method calls with explicit type parameters.Gravatar leino2015-01-02
| * When in DafnyCC mode, ignore termination checkingGravatar Bryan Parno2014-12-16
* | Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
|/
* Fixed two crashes in resolverGravatar leino2014-12-10
* MergeGravatar leino2014-12-09
|\
| * Add nativeType attribute for newtype declarations. Change Compiler.cs to use...Gravatar chrishaw2014-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
|/
* Fixed bug where resolution was overly restrictive with ghost variables appear...Gravatar leino2014-11-19
* Now the parser parses "Type" rather than "IToken" for a traitGravatar Reza Ahmadi2014-11-05
* Extracted a separate class to generate fresh variable names.Gravatar wuestholz2014-11-06
* Added computation of free variables in dirty while statements.Gravatar chmaria2014-11-06
* Refactored the generation of unique IDs for temporary variable names.Gravatar wuestholz2014-11-05
* Made dirty statements ghost.Gravatar chmaria2014-11-04
* 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