summaryrefslogtreecommitdiff
path: root/Test/dafny0/ResolutionErrors.dfy.expect
Commit message (Expand)AuthorAge
* Renamed identifiers for increased geopolitical appealGravatar Rustan Leino2016-02-08
* Implemented resolution, verification, and (poorly performing) compilation of ...Gravatar leino2015-10-05
* Removed specContextOnly parameter from ResolveStatement.Gravatar leino2015-09-28
* Removed more traces of the previous resolution checks that happened during pa...Gravatar leino2015-09-28
* Additional testsGravatar leino2015-09-28
* Whitespace changes in test fileGravatar leino2015-09-28
* Changed computation of ghosts until pass 2 of resolution.Gravatar leino2015-09-28
* Added back in various ghost testsGravatar leino2015-09-20
* Changes that only affect line numbers in test caseGravatar leino2015-09-20
* Removed tabs from test fileGravatar leino2015-09-20
* Preliminary refactoring of ghost-statement computations to after type checkingGravatar leino2015-09-20
* Bug fix: check that assign-such-that constraint is of type booleanGravatar Rustan Leino2015-07-31
* Fixed crash in resolution where, after reporting an error, the cases #type an...Gravatar Rustan Leino2015-07-29
* clarified error message that occurs when the "opened" keyword is left off of ...Gravatar Michael Lowell Roberts2015-07-20
* Allow let-such-that expression to be compiled, provided that they provably ha...Gravatar leino2015-03-13
* Fixed bug in resolution of illegal programs.Gravatar leino2015-03-10
* 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
* Snapshot, to be continuedGravatar leino2014-12-02
* Fixed bug where resolution was overly restrictive with ghost variables appear...Gravatar leino2014-11-19
* Disallow automatic completion of type arguments to the LHS of datatype declar...Gravatar leino2014-10-28
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Refactored ArrowType's to be resolved with other types. ArrowTypeDecl's are n...Gravatar leino2014-08-27
* Support for non-constrained derived types ("new types").Gravatar leino2014-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
|/
* Refactor resolver, and really allow reads to take fields of type A -> set<obj>Gravatar Dan Rosén2014-08-15
* Resolved further merge issuesGravatar leino2014-08-05
* Fixed bug Issue 37: expand type synonyms in more (hopefully all) places in th...Gravatar leino2014-08-02
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
* Allow an arbitrary-type to take type parametersGravatar Rustan Leino2014-07-15
* Added type synonyms. (No support yet for these in refinements.)Gravatar Rustan Leino2014-07-11
* Further resolved merge conflictsGravatar Rustan Leino2014-07-08
* MergeGravatar Rustan Leino2014-07-08
|\
* | Test cases for int<->real conversionsGravatar 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
* | Added support for 'dirty' forall statements.Gravatar chmaria2014-06-03
|/
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29