summaryrefslogtreecommitdiff
path: root/Test/dafny0/Modules0.dfy.expect
Commit message (Expand)AuthorAge
* Fix issue 125. Add the missing case 2 and 3 with refinement and opened imports.Gravatar qunyanm2016-02-05
* Fix: Unify column numbers in Dafny's errorsGravatar Clément Pit--Claudel2015-07-23
* clarified error message that occurs when the "opened" keyword is left off of ...Gravatar Michael Lowell Roberts2015-07-20
* Type parameters in method/function signatures are no longer auto-declared. A...Gravatar Rustan Leino2015-07-02
* Switched use of List(IToken) in UserDefinedType to NameSegment/ExprDotName, s...Gravatar leino2015-01-23
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* Snapshot, to be continuedGravatar leino2014-12-02
* Refactored ArrowType's to be resolved with other types. ArrowTypeDecl's are n...Gravatar leino2014-08-27
* MergeGravatar Dan Rosén2014-08-11
* Fixed issues with absolute file names in the expected output for the lit tests.Gravatar wuestholz2014-06-04
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29