summaryrefslogtreecommitdiff
path: root/Dafny/RefinementTransformer.cs
Commit message (Expand)AuthorAge
* Dafny: for refinements, don't consider a newly provided predicate body to be ...Gravatar Unknown2012-08-30
* Dafny: fixed bug in reverifying allowing old locals to be modified.Gravatar Jason Koenig2012-08-01
* Dafny: reverify if the refining method modifies the heap.Gravatar Jason Koenig2012-08-01
* Dafny: fixed bug where expressions were not replaced.Gravatar Jason Koenig2012-08-01
* Dafny: added structural refinement checkGravatar Jason Koenig2012-07-29
* Dafny: compilation of abstract modules, including local definitions (as in mo...Gravatar Jason Koenig2012-07-17
* Dafny: update statements match up correctly in skeletons.Gravatar Jason Koenig2012-07-13
* Dafny: fixed bug in which old locals were not properly forbidden from being m...Gravatar Jason Koenig2012-07-12
* Dafny: labeled (and unlabled) block statements are now matched during refinem...Gravatar Jason Koenig2012-07-12
* Dafny: restored soundness for refinement by disallowing certain updates and m...Gravatar Jason Koenig2012-07-11
* Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ...Gravatar Jason Koenig2012-07-10
* MergeGravatar Rustan Leino2012-07-09
|\
| * Dafny: added verification that replaced expressions are the same as the originalGravatar Jason Koenig2012-07-09
| * Dafny: added named expressions and replacementGravatar Jason Koenig2012-07-09
| * Dafny: types can now be qualified with full module pathsGravatar Jason Koenig2012-07-06
* | Dafny: added copredicatesGravatar Rustan Leino2012-07-03
|/
* Dafny: MergeGravatar Jason Koenig2012-06-27
|\
* | Dafny: Fixed module bugsGravatar Jason Koenig2012-06-27
* | Dafny: Implemented abstract modulesGravatar Jason Koenig2012-06-26
| * Dafny: added contracts to IRewriter methodsGravatar Unknown2012-06-22
| * Dafny: allow "assume ..." as a refining statement (provided it replaces an "a...Gravatar Unknown2012-06-22
| * Dafny: deal with equality-support issues in refinementsGravatar Unknown2012-06-22
| * Dafny: Since it's no longer true that all types support equality at run-time ...Gravatar Unknown2012-06-21
| * Dafny: improved refinement features; added staged version of the proof of the...Gravatar Unknown2012-06-19
|/
* Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c...Gravatar Unknown2012-06-13
* Dafny: allow types to be qualified with the name of the module that declares ...Gravatar Unknown2012-06-11
* Dafny: fixed bug in type cloning, as part of refinement machineryGravatar Unknown2012-06-11
* Dafny: removed support for the old keyword "unlimited" (all functions are lim...Gravatar Unknown2012-06-11
* Dafny: change labels to use a generic singly linked listGravatar Jason Koenig2012-06-06
* Dafny: Added map comprehensions and updated display syntaxGravatar Unknown2012-05-31
* Dafny: added finite mapsGravatar Unknown2012-05-25
* Dafny: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25
* Dafny: support assign-such-that in var declarations in refinementsGravatar Unknown2012-03-15
* Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr;Gravatar Unknown2012-03-15
* Dafny: added ghost modules (the meaning is simply that such a module will not...Gravatar Rustan Leino2012-03-07
* Dafny: allow more skeleton statements in refinementsGravatar Unknown2012-03-02
* Dafny: make sure assume->assert transformation gives rise to a checkGravatar Rustan Leino2012-02-19
* Dafny: added syntactic support for ...'s in statements, and started implement...Gravatar Unknown2012-02-18
* Dafny: allow signatures to be omitted on refining functions/methodsGravatar Unknown2012-02-16
* Dafny: improved error location for violations of function postconditionsGravatar Rustan Leino2012-01-18
* Dafny: allow a refinement to provide a function/method body if the function/m...Gravatar Rustan Leino2012-01-18
* Dafny: added signature checking to refinementGravatar Rustan Leino2012-01-17
* Dafny: Recheck specifications that contain refined (extended) predicates, eve...Gravatar Rustan Leino2012-01-16
* Dafny: handle refinement of nested tokens that come from SpliExpr (still need...Gravatar Rustan Leino2012-01-12
* Dafny: some bug fixesGravatar Rustan Leino2012-01-10
* Dafny: allow definitions and uses of parameter-less predicates to go without ...Gravatar Rustan Leino2012-01-10
* Dafny: added predicatesGravatar Rustan Leino2012-01-10
* Dafny: added support for simple superposition refinementsGravatar Rustan Leino2012-01-09
* Dafny: changed translation to be sensitive to refinement inheritance; this fe...Gravatar Rustan Leino2012-01-09
* Dafny: disallow changes of datatypes in refinementsGravatar Rustan Leino2012-01-09