summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | Renamed terms into lines (according to the proposal), fixed some contractsGravatar Nadia Polikarpova2012-09-16
| * | | Added the new keyword (calc) to UtilGravatar Nadia Polikarpova2012-09-16
* | | | Added creation of source variable pre- and post- conditions.Gravatar Egor Kyshtymov2012-09-16
| * | | Error reporting for calculation stepsGravatar Nadia Polikarpova2012-09-14
| * | | Calc statements: Renamed Steps into Terms; introduced Steps (expressions t<i>...Gravatar Nadia Polikarpova2012-09-14
| | | * Chalice: Make the triggers for functions so it depends on all dependend predi...Gravatar stefanheule2012-09-14
| * | | MergeGravatar Nadia Polikarpova2012-09-14
| |\ \ \ | |/ / / |/| | |
| * | | Pretty-print calc statementsGravatar Nadia Polikarpova2012-09-14
| | | * Chalice: Extend one test case with more complete specification.Gravatar stefanheule2012-09-13
| | | * Chalice: Allow the postcondition axiom to be used when checking function spec...Gravatar stefanheule2012-09-13
| * | | Resolve and clone calc statements; fixed a small grammar bugGravatar Nadia Polikarpova2012-09-13
| * | | Added calc statement to the AST and the grammar (first attempt)Gravatar Nadia Polikarpova2012-09-13
| | | * Chalice: Merge the two definitional axioms (was previously necessary to work ...Gravatar stefanheule2012-09-13
| | | * Chalice: Update reference file for a test (a recent improvement makes the ver...Gravatar stefanheule2012-09-13
| | | * Chalice: Remove CanAssumeFunctionDefs from framing axiom, as it is not needed...Gravatar stefanheule2012-09-13
| | | * Chalice: Use the height of functions to increase the expressiveness of the po...Gravatar stefanheule2012-09-13
| | | * Chalice: Remove debug output.Gravatar stefanheule2012-09-13
| | | * Chalice: Compute the 'height' for functions (based on the condensation of the...Gravatar stefanheule2012-09-13
| | |/
* | | MergeGravatar Unknown2012-09-12
|\ \ \
* | | | Dafny: clone and merge attributes in refinementsGravatar Unknown2012-09-12
* | | | Dafny: things about sequences: parse Suffix expressions after DisplayExpr's, ...Gravatar Unknown2012-09-12
| |/ / |/| |
| | * Chalice: Test case for permissions in function postconditions.Gravatar stefanheule2012-09-12
| | * Chalice: Disallow accessibility predicates in function postconditions.Gravatar stefanheule2012-09-12
| * | Updated test 'livevars' that would fail with Z3 4.1 (alternative error trace).Gravatar wuestholz2012-09-12
| * | Updated test 'test15' that would fail with Z3 4.1 (different ordering of elem...Gravatar wuestholz2012-09-12
|/ /
| * Chalice: Switch to latest Scala release (there seems to be a compiler bug wit...Gravatar stefanheule2012-09-12
| * Chalice: Also add time information for reg_test, reg_test_all and runalltests.Gravatar stefanheule2012-09-11
| * Chalice: Update reference output for all test-cases due to recent change in t...Gravatar stefanheule2012-09-11
| * Chalice: Adapt test scripts to not output timing information.Gravatar stefanheule2012-09-11
| * Chalice: New command line parameter /time:<n> that allows to output timing in...Gravatar stefanheule2012-09-11
* | 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