summaryrefslogtreecommitdiff
path: root/Source/Dafny/Resolver.cs
Commit message (Expand)AuthorAge
* Don't include arrow types among ordered types.Gravatar leino2015-05-11
* Added "inductive lemma" methodsGravatar leino2015-05-07
* Added inductive predicatesGravatar leino2015-05-06
* Fix issue #72. Add the constructor questionmark to a function's axiom if theGravatar qunyanm2015-04-24
* Rearranged handling ambiguously named declarations, so that the multitudes of...Gravatar Rustan Leino2015-04-22
* Fix issue #70. Check the ctors for equality before marking them as duplicates.Gravatar qunyanm2015-04-21
* Fix issue #69. If we can't find a member in classMembers, search the staticGravatar qunyanm2015-04-17
* Include axioms about $Is and $IsAlloc for traitsGravatar leino2015-04-07
* Support calls to static trait methods/functions via the classGravatar leino2015-04-07
* 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
* Added test cases and fixes for overrides termination checksGravatar leino2015-04-03
* Fix issue 61. Decreases are by default in ghost context. Therefore,Gravatar qunyanm2015-03-31
* Optimize datatype/tuple update expression to coalesce adjacent updates into a...Gravatar chrishaw2015-03-17
* Fixed merge issuesGravatar leino2015-03-13
* MergeGravatar leino2015-03-13
|\
* | Allow let-such-that expression to be compiled, provided that they provably ha...Gravatar leino2015-03-13
| * Allow trigger annotations in more statements and expressionsGravatar chrishaw2015-03-11
|/
* Fixed bug in resolution of illegal programs.Gravatar leino2015-03-10
* This changeset changes the default visibility of a function/predicate body ou...Gravatar leino2015-03-09
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
* Fix issue #60Gravatar qunyanm2015-03-06
* 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