summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* DafnyExtension: improvementsGravatar Rustan Leino2012-08-08
* MergeGravatar Unknown2012-08-08
|\
* | Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and v...Gravatar Unknown2012-08-08
| * Houdini: recognise candidates of the form (p => (q => (... => (e => phi)))) w...Gravatar Peter Collingbourne2012-08-07
| * Smart block predicator: track parents, and use to emit the invariant that if ...Gravatar Peter Collingbourne2012-08-06
| * Smart block predicator: move *Map from parameters to fieldsGravatar Peter Collingbourne2012-08-06
| * Smart block predicator: drop the unused createCandidateInvariants parameterGravatar Peter Collingbourne2012-08-06
| * Dafny: corrected commentGravatar Jason Koenig2012-08-03
| * Core: attach :partition to assumes generated from structured ifs and whilesGravatar Peter Collingbourne2012-08-03
|/
* 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: support opening modules into the local scopeGravatar Jason Koenig2012-07-30
* Dafny: removed allocated keyword, changed module import syntax. "opened" keyw...Gravatar Jason Koenig2012-07-30
* GPUVerify: add an option which controls whether to use smart predicationGravatar Peter Collingbourne2012-07-30
* VCGeneration: implement smart predicationGravatar Peter Collingbourne2012-07-30
* Graph: make DomRelation and DominatorMap publicGravatar Peter Collingbourne2012-07-11
* BoogieDriver: correctly display time taken by prover if >60 secondsGravatar Peter Collingbourne2012-07-30
* Dafny: removed allocated, changed semantics of freshGravatar Jason Koenig2012-07-29
* Dafny: added structural refinement checkGravatar Jason Koenig2012-07-29
* MergeGravatar Unknown2012-07-20
|\
* | Implemented Houdini-based pointer analysis. Made inter-group race checking d...Gravatar Unknown2012-07-20
| * Dafny: fixed datatype GetHashCode() to make it consistent with Equals()Gravatar Jason Koenig2012-07-18
| * Dafny: allowed strictly finite datatypes in comprehensions, quantifiers, and ...Gravatar Jason Koenig2012-07-17
| * Dafny: compilation of abstract modules, including local definitions (as in mo...Gravatar Jason Koenig2012-07-17
| * Dafny: allow implict self (as in "`field") in frame declarations.Gravatar Jason Koenig2012-07-16
|/
* MergeGravatar Unknown2012-07-17
|\
* | GPUVerify only generates _READ/WRITE_OFFSET variabls if they do not already e...Gravatar Unknown2012-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: check that resolution successfully resolved all types, where appropriate.Gravatar Jason Koenig2012-07-12
| * Dafny: restored soundness for refinement by disallowing certain updates and m...Gravatar Jason Koenig2012-07-11
| * Dafny: fixed translation bug in maps with objects in the domain, added test caseGravatar Jason Koenig2012-07-11
| * Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ...Gravatar Jason Koenig2012-07-10
|/
* MergeGravatar Unknown2012-07-10
|\
* | Read and write logging variables are now only generated if they do not alread...Gravatar Unknown2012-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: 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: merge blocks into predecessors before and after predicationGravatar Peter Collingbourne2012-07-09
| | | * 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
| | |\