summaryrefslogtreecommitdiff
path: root/Source/Dafny/Rewriter.cs
Commit message (Expand)AuthorAge
...
* Make reveal axioms from opaque functions quantify over layersGravatar Dan Rosén2014-07-10
* MergeGravatar Rustan Leino2014-07-08
|\
* | Implemented compilation of the int<->real conversions, and changed the resolu...Gravatar Rustan Leino2014-07-08
| * New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
|/
* Refactored code for dealing with SCCs in the call graph.Gravatar Rustan Leino2014-02-24
* Removed some blank lines at the end of hover texts.Gravatar Rustan Leino2014-02-06
* Produce hover text for many of the refinement omissions (i.e., "..." and the ...Gravatar Rustan Leino2014-01-31
* Fix a bug in the interaction between opaque and genericsGravatar Bryan Parno2014-01-23
* Added a missing autoReq resolution stepGravatar Bryan Parno2014-01-14
* Improve autoReq's interactions with opaqueGravatar Bryan Parno2014-01-13
* Small fix to the order in which AutoReq adds its requirements.Gravatar Bryan Parno2014-01-13
* Manually adjusted mergeGravatar Rustan Leino2014-01-08
* Add autoReq support for matches.Gravatar Bryan Parno2014-01-08
* Added support for automatic generation of function requirements via the :auto...Gravatar Bryan Parno2014-01-08
* Added an .EndTok for every statement. (Note, in some places, especially in V...Gravatar Rustan Leino2013-12-19
* Don't expand {:opaque} for inherited functions. (Note, more design is still ...Gravatar Rustan Leino2013-12-17
* Add support for the :axiom attribute for ghost methods.Gravatar Bryan Parno2013-12-13
* Added support for opaque function definitions, indicated via the {:opaque} at...Gravatar Bryan Parno2013-12-13
* When inlining the body of a predicate (in a proof obligation--via TrSplitExpr),Gravatar Rustan Leino2013-04-24
* Disallow allocations in ghost contextsGravatar Rustan Leino2013-03-06
* combine {:autocontracts} and refinementGravatar Rustan Leino2012-10-21
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04