summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * MergeGravatar Unknown2012-07-12
| |\
| | * Dafny: restored soundness for refinement by disallowing certain updates and ↵Gravatar Jason Koenig2012-07-11
| | | | | | | | | | | | method calls
| | * Dafny: fixed translation bug in maps with objects in the domain, added test caseGravatar Jason Koenig2012-07-11
| | |
| * | Dafny: added a copredicate test caseGravatar Unknown2012-07-11
| |/
| * Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ↵Gravatar Jason Koenig2012-07-10
|/ | | | parallel syntax, other minor fixes
* Add some Mono/MonoDevelop files to .hgignoreGravatar Peter Collingbourne2012-07-09
|
* MergeGravatar Unknown2012-07-10
|\
* | Read and write logging variables are now only generated if they do not ↵Gravatar Unknown2012-07-10
| | | | | | | | already exist.
| * Boogie build succeededGravatar CodeplexBot2012-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
| | |
| | * MergeGravatar Jason Koenig2012-07-09
| | |\
| | * | Dafny: fixed test caseGravatar Jason Koenig2012-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
| | | |
| | | * GPUVerify: add beginnings of a test suiteGravatar Peter Collingbourne2012-07-04
| | | |
| | | * GPUVerify: merge blocks into predecessors before and after predicationGravatar Peter Collingbourne2012-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Because predication produces straight line control flow, merging after predication can dramatically reduce the number of blocks to 1 plus 2-3 per loop. We also merge before predication, which reduces VC complexity by reducing the number of possible values for cur.
| | | * VCGen: add MergeBlocksIntoPredecessors functionGravatar Peter Collingbourne2012-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
| | |
| | * MergeGravatar Jason Koenig2012-07-05
| | |\
| | * | Dafny: Fixed bug in autocontracts where the post resolver was run even if ↵Gravatar Jason Koenig2012-07-05
| | | | | | | | | | | | | | | | there were resolution errors.
| | * | Dafny: disallow importing ghost modules into physical ones.Gravatar Jason Koenig2012-07-05
| | | |
| * | | MergeGravatar Rustan Leino2012-07-04
| |\ \ \ | | | |/ | | |/|
| | * | Made error trace generation (without labels) more general for stratifiedGravatar Unknown2012-07-04
| | |/ | | | | | | | | | inlining
| | * Dafny: added static members of _default to the module level scope, at low ↵Gravatar Jason Koenig2012-07-03
| | | | | | | | | | | | priority.
| | * MergeGravatar 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 ↵Gravatar Rustan Leino2012-07-03
| | | | | | | | | | | | Substituter class)
* | | Worked on cross-thread annotations.Gravatar Unknown2012-07-03
| | |
| * | MergeGravatar Rustan Leino2012-07-03
| |\ \
| * | | Dafny: added copredicatesGravatar Rustan Leino2012-07-03
| | | |
| * | | Changed copyright year range to include 2012Gravatar Rustan Leino2012-07-03
| | | |
| | | * Dafny: re-added field non-uniqueness (was accidentally reverted by a bad merge)Gravatar Jason Koenig2012-07-02
| | |/
* | | MergeGravatar Unknown2012-07-02
|\ \ \ | | |/ | |/|
| * | Reinstate GPUVerify filesGravatar Peter Collingbourne2012-07-02
| | |
| * | MergeGravatar Jason Koenig2012-07-02
| |\ \
| | * | Dafny: reinstated autocontractsGravatar Jason Koenig2012-07-02
| | | |
* | | | Added support for non-predicated assertionsGravatar Unknown2012-07-02
|/ / /
* | | MergeGravatar Unknown2012-07-02
|\ \ \
* | | | Started adding support for annotation intrinsics for unstructured programs.Gravatar Unknown2012-07-02
| | | |
| * | | Boogie build succeededGravatar CodeplexBot2012-07-01
| | | |
| * | | Chalice build succeededGravatar CodeplexBot2012-06-30
| | |/ | |/|
| | * MergeGravatar Jason Koenig2012-06-29
| |/|
| * | Dafny: updated contracts to allow null parent (of the default module)Gravatar Rustan Leino2012-06-29
| | |
| * | Boogie: updated test15/Answer (which showed as a permutation of the previous ↵Gravatar Rustan Leino2012-06-29
| | | | | | | | | | | | Answer)
| * | MergeGravatar Jason Koenig2012-06-28
| |\ \ | |/ / |/| |