summaryrefslogtreecommitdiff
path: root/Dafny
Commit message (Expand)AuthorAge
* Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ...Gravatar Jason Koenig2012-07-10
* Dafny: fixed bad mergeGravatar Rustan Leino2012-07-09
* Dafny: rebuilt parser/scanner after previous mergeGravatar Rustan Leino2012-07-09
* MergeGravatar Rustan Leino2012-07-09
|\
* | Dafny: More work on the coinduction principleGravatar 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: datatype constructors can be accessed across module boundaries.Gravatar Jason Koenig2012-07-06
| * Dafny: fixed a crash in datatype argument resolutionGravatar Jason Koenig2012-07-05
| * Dafny: Fixed bug in autocontracts where the post resolver was run even if the...Gravatar Jason Koenig2012-07-05
| * Dafny: disallow importing ghost modules into physical ones.Gravatar Jason Koenig2012-07-05
* | MergeGravatar Rustan Leino2012-07-04
|\|
| * Dafny: added static members of _default to the module level scope, at low pri...Gravatar Jason Koenig2012-07-03
| * Dafny: added support for nested abstract modules, fixed some translation issuesGravatar Jason Koenig2012-07-03
* | Dafny: removed old Substitute method (which has been replaced by a Substitute...Gravatar Rustan Leino2012-07-03
* | MergeGravatar Rustan Leino2012-07-03
|\ \
* | | Dafny: added copredicatesGravatar Rustan Leino2012-07-03
| | * Dafny: re-added field non-uniqueness (was accidentally reverted by a bad merge)Gravatar Jason Koenig2012-07-02
| |/
| * Dafny: reinstated autocontractsGravatar Jason Koenig2012-07-02
|/
* Dafny: updated contracts to allow null parent (of the default module)Gravatar Rustan Leino2012-06-29
* Dafny: fixed up test suite (temporarily removed autocontract tests)Gravatar Jason Koenig2012-06-28
* Dafny: fixed bug with translation of class._System.object;Gravatar Jason Koenig2012-06-28
* Dafny: MergeGravatar Jason Koenig2012-06-27
|\
* | Dafny: fixed bug in which _module scope declarations were not verified.Gravatar Jason Koenig2012-06-27
* | Dafny: Fixed module bugsGravatar Jason Koenig2012-06-27
| * Undo bad merge.Gravatar afd2012-06-27
* | Dafny: Implemented abstract modulesGravatar Jason Koenig2012-06-26
| * MergeGravatar Unknown2012-06-25
| |\
| | * Dafny: now, equality-support determination and checking feels ripe; so, codat...Gravatar Rustan Leino2012-06-22
| | * MergeGravatar Unknown2012-06-22
| | |\
| | * | Dafny: mark code for equality-support determination tentativeGravatar Unknown2012-06-22
| | * | Dafny: equality-support test cases. This is just a snapshot--some things sti...Gravatar Unknown2012-06-22
| | * | 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: Fixed bug in CompilerizeName.Gravatar chmaria2012-06-22
| | | * Dafny: fixed two contractsGravatar Rustan Leino2012-06-22
| | * | Dafny: Since it's no longer true that all types support equality at run-time ...Gravatar Unknown2012-06-21
| | |/
| * | MergeGravatar Unknown2012-06-21
| |\|
| | * MergeGravatar Unknown2012-06-19
| | |\
| | * | Dafny: improved refinement features; added staged version of the proof of the...Gravatar Unknown2012-06-19
* | | | Dafny: disallow declare identifiers starting with underscore (_)Gravatar Jason Koenig2012-06-19
* | | | Dafny: Added nested modulesGravatar Jason Koenig2012-06-19
| |_|/ |/| |
| * | Merged with default.Gravatar chmaria2012-06-18
| |\ \ | |/ / |/| |
| * | Dafny: Added CC translation of postconditions.Gravatar chmaria2012-06-18
* | | Dafny: fixed parsing bug.Gravatar Jason Koenig2012-06-15
| |/ |/|
* | Dafny: in compiler, respect C#'s different scoping rules and lack of support ...Gravatar Unknown2012-06-14
* | MergeGravatar Unknown2012-06-14
|\ \
* | | Dafny: fixed a couple of compiler bugsGravatar Unknown2012-06-14