summaryrefslogtreecommitdiff
path: root/Chalice
Commit message (Expand)AuthorAge
* Small changes to compile and test Chalice on Linux.Gravatar kyessenov2010-12-04
* Chalice: white space delta in test fileGravatar rustanleino2010-11-17
* Chalice: Automatically created a simple class diagram of the current ASTGravatar mschwerhoff2010-11-13
* Chalice: Added axioms about div and mod. Updated DuplicatesVideo.chaliceGravatar rustanleino2010-11-06
* Miscellaneous changes:Gravatar rustanleino2010-10-22
* Chalice: Now compiles with Scala 2.7.7 and 2.8.0, the latter yields many warn...Gravatar mschwerhoff2010-10-21
* Chalice: allow replace by to match LocalVarGravatar kyessenov2010-10-09
* Chalice:Gravatar rustanleino2010-10-09
* Chalice: permit replaces by to match assign clausesGravatar kyessenov2010-10-09
* Chalice: fix a bug where output variables of a method were not decoupled.Gravatar kyessenov2010-10-05
* Chalice: incorporate another regression testGravatar kyessenov2010-09-03
* Chalice: added Duplicates refinement from Verification Corner videoGravatar kyessenov2010-09-02
* Chalice: fix in refinement loop target resolution; added "spec" as a keyword ...Gravatar kyessenov2010-09-02
* Chalice: working out mask transfers between concrete and abstract heaps -- ne...Gravatar kyessenov2010-08-24
* Chalice:Gravatar kyessenov2010-08-24
* Chalice: exhale spec statement post condition in refinement block translation...Gravatar kyessenov2010-08-23
* Chalice: copy concrete values for every permission in coupling invariants of ...Gravatar kyessenov2010-08-23
* Chalice:Gravatar kyessenov2010-08-23
* Chalice: spec stmt was unimplementable; changed it and refined; Z3 produces e...Gravatar kyessenov2010-08-22
* Chalice: start of a DSW refinementGravatar kyessenov2010-08-22
* Chalice: refining lists doesn't quite work yet...Gravatar kyessenov2010-08-22
* Chalice: limited functions are still problematic (see Calculator.chalice)Gravatar kyessenov2010-08-22
* Chalice:Gravatar kyessenov2010-08-22
* Chalice:Gravatar kyessenov2010-08-21
* server-side renameGravatar kyessenov2010-08-21
* Chalice: added syntax, printer and resolver for coupling invariantsGravatar kyessenov2010-08-20
* VS 2010 mode for Chalice: some errors didn't show up in the window because po...Gravatar kyessenov2010-08-20
* Chalice: more regression tests; cosmetic changes to codeGravatar kyessenov2010-08-19
* Chalice: added finite differencing refinementGravatar kyessenov2010-08-19
* Chalice:Gravatar kyessenov2010-08-19
* Chalice:Gravatar kyessenov2010-08-19
* Chalice: turn asserts into assumes for method refinements (use -noFreeAssume ...Gravatar kyessenov2010-08-19
* Chalice:Gravatar kyessenov2010-08-18
* Chalice:Gravatar kyessenov2010-08-18
* Chalice: added surface syntax for transform, AST matching algorithmGravatar kyessenov2010-08-17
* Chalice: refactored AST code for class hierarchy (no need for caches since Sc...Gravatar kyessenov2010-08-17
* Chalice: bug fixes -- "check termination" flag was not properly preserved (i....Gravatar kyessenov2010-08-16
* Chalice: add pre-conditions to specification statements; semantically spec st...Gravatar kyessenov2010-08-13
* Chalice: add specification statement ( ghost? (const|var) (x (:T)?)+ [P(x)] )Gravatar kyessenov2010-08-13
* Chalice: accept many input files at once; read from stdin if no input file sp...Gravatar kyessenov2010-08-12
* Chalice: example proving a simple identity (for refinement demonstration), re...Gravatar kyessenov2010-08-12
* Chalice: put classes and objects into package "chalice"Gravatar kyessenov2010-08-11
* Chalice: fix "assume false" in the example (intended a spec statement)Gravatar kyessenov2010-08-11
* Chalice: finite differences with recursion instead of loopsGravatar kyessenov2010-08-10
* Chalice: added uninterpreted functions; attempting to re-verify Celebrity in ...Gravatar kyessenov2010-08-10
* Chalice: forcefully kill Boogie with taskkill /T /F on terminationGravatar kyessenov2010-08-10
* Chalice: refinement of a list with nodes (instead of lists pointing to sublists)Gravatar kyessenov2010-08-06
* Chalice: terminate Boogie subprocess manually on interrupt; Z3 still stays al...Gravatar kyessenov2010-08-06
* Chalice: still cannot verify refinement of List.get (Z3 goes out of memory); ...Gravatar kyessenov2010-08-06
* Chalice: try using output coupling assertion as loop invariantGravatar kyessenov2010-08-05