summaryrefslogtreecommitdiff
path: root/Test/dafny0/TypeTests.dfy
Commit message (Expand)AuthorAge
* Changed computation of ghosts until pass 2 of resolution.Gravatar leino2015-09-28
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
* Make sure to check that subrange types are not used as type parametersGravatar leino2015-01-23
* Fixed type-inference bug that could create cycles in proxy type graphGravatar leino2014-10-28
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Fixed resolution bug where "var x := x" was allowed.Gravatar Rustan Leino2014-03-17
* Fixed spurious complaint about assignment to non-ghost variableGravatar Rustan Leino2014-01-11
* improved and fixed compilation and resolution of assign-such-that statementsGravatar Rustan Leino2012-10-05
* Dafny: deal with equality-support issues in refinementsGravatar Unknown2012-06-22
* Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c...Gravatar Unknown2012-06-13
* Dafny: removed support for assigning to an array-range (that is, an assignmen...Gravatar Rustan Leino2011-10-26
* Dafny: changed syntax of havoc statements from "havoc X;" to "X := *;"Gravatar Rustan Leino2011-05-28
* Dafny: permanently changed the syntax of "datatype" declarations to what prev...Gravatar Rustan Leino2011-05-27
* Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
* Dafny:Gravatar Rustan Leino2011-05-21
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
* Dafny: Allow field selections and array-element selection as LHSs of assignme...Gravatar Unknown2011-04-05
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Dafny:Gravatar rustanleino2010-09-17
* Dafny:Gravatar rustanleino2010-07-06
* Dafny:Gravatar rustanleino2010-05-21
* Dafny: Added stratosphere tests for datatypes--that is, it is now checked th...Gravatar rustanleino2010-03-11
* * Added decreases clauses to functionsGravatar rustanleino2009-11-24