summaryrefslogtreecommitdiff
path: root/Chalice/src/Ast.scala
Commit message (Expand)AuthorAge
* Chalice: Fix two nasty bugs that could lead to contradictions in the Boogie e...Gravatar stefanheule2011-07-19
* Chalice: Smoke testing to find unreachable code, preconditions that are equiv...Gravatar stefanheule2011-07-18
* Chalice: New permission model that provides more abstraction and more flexibi...Gravatar stefanheule2011-07-01
* Fix some deprecation warnings from scalac 2.8.0.Gravatar kyessenov2011-02-16
* Applied patch 7636 - this fixes workitem 9978Gravatar alexanderjsummers2011-01-12
* Chalice: allow replace by to match LocalVarGravatar kyessenov2010-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: fix in refinement loop target resolution; added "spec" as a keyword ...Gravatar kyessenov2010-09-02
* Chalice: limited functions are still problematic (see Calculator.chalice)Gravatar kyessenov2010-08-22
* Chalice:Gravatar kyessenov2010-08-22
* Chalice:Gravatar kyessenov2010-08-21
* Chalice: added syntax, printer and resolver for coupling invariantsGravatar kyessenov2010-08-20
* Chalice: more regression tests; cosmetic changes to codeGravatar 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: 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: put classes and objects into package "chalice"Gravatar kyessenov2010-08-11
* Chalice: added uninterpreted functions; attempting to re-verify Celebrity in ...Gravatar kyessenov2010-08-10
* Chalice:Gravatar kyessenov2010-08-02
* Chalice:Gravatar kyessenov2010-08-02
* Chalice: pretty printer now prints element type for sequences; fixed a bug in...Gravatar kyessenov2010-07-27
* Chalice: introduced proper AST nodes for permission expressions and permissio...Gravatar kyessenov2010-07-21
* Chalice: fixed typos in strings; trying out committing with TFSGravatar kyessenov2010-07-21
* Chalice: added surface syntax for acc(s[*].*) and acc(s[*].f); extended AST, ...Gravatar kyessenov2010-07-20
* Chalice: fixed a bug with permission operations treating AccessAll not as a p...Gravatar kyessenov2010-07-20
* Chalice: adding support for sequence local variables; removed ClassType from ...Gravatar kyessenov2010-07-20
* Chalice: added sequence containment surface syntax ("in" comparison operator)...Gravatar kyessenov2010-07-19
* Chalice: added "exists" quantifier; changed surface syntax for quantifier exp...Gravatar kyessenov2010-07-19
* Implicitly declare as local variables undeclared variables occurring as LHS's...Gravatar rustanleino2009-10-16
* * Implemented channelsGravatar rustanleino2009-08-16
* Parse channels and condition variables.Gravatar rustanleino2009-08-05
* Initial set of files.Gravatar mikebarnett2009-07-15