summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Dafny: did a little to extend the support of labeled statements in refinement...Gravatar Unknown2012-09-10
* | Dafny: improved checking of inherited postconditions (in refinements)Gravatar Unknown2012-09-10
* | Boogie: added /tracePOs option for printing out number of proof obligations w...Gravatar Unknown2012-09-10
| * Chalice: implemented automatic trigger-finding for quantifiers in user-suppli...Gravatar Unknown2012-09-11
* | MergeGravatar Rustan Leino2012-09-10
|\ \
* | | ignore Chalice/binGravatar Rustan Leino2012-09-10
* | | MergeGravatar Rustan Leino2012-09-10
|\ \ \
| * | | Find implementations of interface methods for dynamic dispatch, not justGravatar Unknown2012-09-09
* | | | DafnyExtension: addressed a class initialization order problemGravatar Rustan Leino2012-09-09
* | | | Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur...Gravatar Rustan Leino2012-09-09
| * | | Avoid creating a dynamic dispatch table for GetHashCode and ToString: it endsGravatar Unknown2012-09-09
| * | | Moved the statement traverser's operand stack (used for explicit push/pop/dupGravatar Unknown2012-09-09
|/ / /
| | * Chalice: added findFunctionAppsContaining(..) to Expression, which finds all ...Gravatar Unknown2012-09-08
| | * Chalice: implemented the final cases of the "inside" feature for predicates. ...Gravatar Unknown2012-09-08
* | | MergeGravatar Unknown2012-09-07
|\ \ \
* | | | Dafny: Added detection and support for tail recursive calls (and an optional...Gravatar Unknown2012-09-07
* | | | DafnyExtension: new color (violet) for buffer snapshot sent to the verifierGravatar Unknown2012-09-07
| * | | Implement support for alternative SMT solvers -- CVC3 and CVC4Gravatar Peter Collingbourne2012-09-06
| * | | Dafny: Fixed a test that would fail with Z3 4.1.Gravatar wuestholz2012-09-07
| | | * Chalice: implemented "inside" information for all cases which translate to st...Gravatar Unknown2012-09-06
| | | * Chalice: added "inside" knowledge of predicate instance nesting to unfold sta...Gravatar Unknown2012-09-06
| | | * Chalice: first part of implementation of tracking which predicate instances o...Gravatar Unknown2012-09-06
* | | | MergeGravatar Unknown2012-09-05
|\| | |
* | | | Dafny: fixed typo in latex modeGravatar Unknown2012-09-05
| | | * Chalice: MergeGravatar Unknown2012-09-05
| | | |\
| | | * | Chalice: support for static functions. Functions declared "static" are axioma...Gravatar Unknown2012-09-05
| | | | * Chalice: Remove accidental changes to chalice.bat.Gravatar stefanheule2012-09-05
| | | |/
| | | * Chalice: adopted triggering/axioms used for "recursive" functions for all fun...Gravatar Unknown2012-09-04
| | | * Chalice: reapplied changes from changesetGravatar Unknown2012-09-03
| | | * reapplied changes from changeset:Gravatar Unknown2012-09-03
| | | * Chalice: added list segment exampleGravatar Unknown2012-09-03
| | | * Chalice: reremoved implementation of (unuses) UpdateSecMask, as was previousl...Gravatar Unknown2012-09-03
| | | * Chalice: reapplied changes from changesetGravatar Unknown2012-09-03
| | | * Reapplied changes from previous updateGravatar Unknown2012-09-03
| | | * Reverted Prelude.scala and Translator.scala to those from version 96adb1c351bdGravatar Unknown2012-09-03
| * | | Moved point at which preprocessed output is shown.Gravatar Unknown2012-08-31
| * | | Shared state is now properly abstracted in requires clauses.Gravatar Unknown2012-08-31
* | | | DafnyExtension: don't duplicate names of inherited identifiersGravatar Unknown2012-08-30
* | | | Dafny: for refinements, don't consider a newly provided predicate body to be ...Gravatar Unknown2012-08-30
* | | | DafnyExtension: changed how "_" is displayed (now display as a keyword, not a...Gravatar Unknown2012-08-30
* | | | Dafny: allow "_" as don't-care variable nameGravatar Unknown2012-08-30
| | * | Dafny: allow more corecursive calls for copredicatesGravatar Rustan Leino2012-08-30
| |/ / |/| |
| * | MergeGravatar Unknown2012-08-30
| |\ \ | |/ / |/| |
| * | Barriers now handled uniformly via bugle_barrier.Gravatar Unknown2012-08-30
* | | Dafny: fixed bug in checking postconditions of functions that mention the res...Gravatar Unknown2012-08-29
* | | DafnyExtension: fixed bug (omitted case: VarDeclStmt has no Update component)Gravatar Unknown2012-08-29
* | | Dafny: fixed contract violation in parser (for non-parsing Lhs production)Gravatar Unknown2012-08-29
|/ /
* | A small fix in variable definition analysis.Gravatar Unknown2012-08-29
* | Added generation of invariants to restrict source location to sensible values.Gravatar Egor Kyshtymov2012-08-28
* | DafnyExtension: don't reverify a buffer with no changesGravatar Rustan Leino2012-08-27