summaryrefslogtreecommitdiff
path: root/Test/dafny0/AutoReq.dfy
Commit message (Collapse)AuthorAge
* Added /autoTriggers to two tests where it only makes a cosmetic differenceGravatar Clément Pit--Claudel2015-08-23
|
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
|
* Language change: All functions and methods declared lexically outside any ↵Gravatar leino2014-12-12
| | | | | | | | | | class are now automatically static, and fields are no longer allowed to be declared there. Stated differently, all heap state must now be declared inside an explicitly declared class, and functions and methods declared outside any class can be viewed as belonging to the module. The motivating benefit of this change is to no longer need the 'static' keyword when declaring a module of functions and methods.
* Test file whitespace deltaGravatar leino2014-07-23
|
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Improve autoReq's interactions with opaqueGravatar Bryan Parno2014-01-13
|
* A better fix to deal with StaticReceiverTypes affected by autoReq.Gravatar Bryan Parno2014-01-10
|
* :autoReq now works with static functions.Gravatar Bryan Parno2014-01-08
| | | | This required fixing a small bug in how StaticReceiverExpr's were being handled
* Add autoReq support for matches.Gravatar Bryan Parno2014-01-08
| | | | Add better handling of resolved data types in autoReq.
* Added support for automatic generation of function requirements via the ↵Gravatar Bryan Parno2014-01-08
:autoReq attribute.