summaryrefslogtreecommitdiff
path: root/Test/dafny0/ResolutionErrors.dfy
Commit message (Expand)AuthorAge
* Fixed bug in tuplesGravatar leino2015-04-24
* 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
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
* When ambiguous references all resolve to the same declaration, don't complainGravatar leino2015-01-09
* 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
* 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
* 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
* MergeGravatar Rustan Leino2014-07-08
|\
* | Test cases for int<->real conversionsGravatar Rustan Leino2014-07-08
| * 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
* Fixed bug #32 dafny.codeplex.com.Gravatar Rustan Leino2014-04-15
* Changed an error from a verification error to a syntactic (resolution) errorGravatar Rustan Leino2014-04-04
* Added "modify" statement.Gravatar Rustan Leino2014-04-03
* Fixed problem with propagating allocation information about array elements.Gravatar Rustan Leino2014-03-20
* Added ghost let expressions.Gravatar Rustan Leino2014-01-05
* Allow calls to side-effect-free ghost methods from expressionsGravatar Rustan Leino2013-08-06
* Set up call-graph to keep track of edges between functions and methods. (To ...Gravatar Rustan Leino2013-08-04
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...Gravatar Rustan Leino2013-08-02
* Moved resolution of BinaryExpr.ResolveOp until the CheckTypeInference phase, ...Gravatar Rustan Leino2013-04-01
* Disallow allocations in ghost contextsGravatar Rustan Leino2013-03-06
* Added side-effects and control-flow checks in hints.Gravatar Nadia Polikarpova2013-03-05
* Report error if type of a quantified variable cannot be inferredGravatar Rustan Leino2013-02-11
* Translate let-such-that expressionsGravatar Rustan Leino2013-01-22
* fixed and improved scheme for inferring type parametersGravatar Rustan Leino2012-10-19
* improved and fixed compilation and resolution of assign-such-that statementsGravatar Rustan Leino2012-10-05
* Support default (which, here, means nameless) class-instance constructorsGravatar Rustan Leino2012-10-05
* Bugfix in the translation of calc statements (oops), added more resolution an...Gravatar Nadia Polikarpova2012-09-21
* Added tests for parsing and resolution of calc statementsGravatar Nadia Polikarpova2012-09-21
* Dafny: allow various forms of leaving off type arguments in declarationsGravatar Rustan Leino2012-02-16
* Dafny: don't allow ghost expressions in print statementsGravatar Rustan Leino2012-01-03
* Dafny: implemented the wellformedness check that datatype destructors are onl...Gravatar Rustan Leino2011-11-11
* Dafny: fix resolution crash (using multi-dimensional arrays in loop alternative)Gravatar Rustan Leino2011-08-03
* Dafny: added implicit datatype query fields and datatype destructor fieldsGravatar Rustan Leino2011-06-05
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* Dafny: added chaining operatorsGravatar Rustan Leino2011-05-27