summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* Dafny: fixed compilation bugs, added @-signs in front of identifiers to avoid...Gravatar Rustan Leino2011-05-11
* Merge with 1038Gravatar Rustan Leino2011-04-22
|\
| * Changed label checking for goto targets in StmtList so that they can be any l...Gravatar qadeer2011-04-21
* | Dafny: Fix parsing of if-then-else expressions, and don't require parentheses...Gravatar Rustan Leino2011-04-21
* | Dafny: Alternative (and candidate replacement) syntax for declaring datatypesGravatar Rustan Leino2011-04-20
|/
* Dafny: added type "nat"Gravatar Rustan Leino2011-04-19
* Automated merge with https://hg01.codeplex.com/boogieGravatar Rustan Leino2011-04-16
|\
* \ mergeGravatar Unknown2011-04-14
|\ \
* | | added reachability information to the VC and used that to support arbitrary a...Gravatar Unknown2011-04-14
| * | Dafny: added manual proofs for 5 theorems in Rippling.dfyGravatar Rustan Leino2011-04-12
|/ /
| * Jennisys: First cut of injectivity analysisGravatar Rustan Leino2011-04-11
|/
* Jennisys: Allow model members to occur in any orderGravatar Rustan Leino2011-04-07
* Jennisys: Refined parsing of expressions, frames, and routine bodiesGravatar Rustan Leino2011-04-07
* Jennisys: Improved parsing by using operator binding powersGravatar Rustan Leino2011-04-07
* Jennisys: Parse and printGravatar Rustan Leino2011-04-07
* Dafny: don't require parentheses in syntax of "choose" statementsGravatar Rustan Leino2011-04-05
* branch mergeGravatar Rustan Leino2011-04-05
|\
* | Dafny: Allow field selections and array-element selection as LHSs of assignme...Gravatar Unknown2011-04-05
| * Dafny: fixed bug in induction over integersGravatar Unknown2011-04-04
|/
* Dafny:Gravatar rustanleino2011-03-30
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Reflect effect of Celebrity.dfy change in previous check-inGravatar rustanleino2011-03-27
* Dafny: added "choose" operator on setsGravatar rustanleino2011-03-26
* Dafny: improved and corrected physical/ghost distinctionGravatar rustanleino2011-03-26
* Dafny: compile quantifiersGravatar rustanleino2011-03-26
* Dafny: Fixed typo in P16 of Rippling benchmarks, which now makes it (true and...Gravatar rustanleino2011-03-07
* Dafny:Gravatar rustanleino2011-03-06
* Dafny: Added heuristic for when to turn on the induction tacticGravatar rustanleino2011-03-05
* Dafny:Gravatar rustanleino2011-03-04
* Dafny: support for nested match expressionsGravatar rustanleino2011-03-01
* Updates to Answer files from recent changesGravatar rustanleino2011-03-01
* Add tests for -z3multipleErrors from Shuvendu.Gravatar MichalMoskal2011-02-23
* Add workaround for cmd raceGravatar MichalMoskal2011-02-23
* Dafny: Improved scheme for splitting expressions. Also, report each split i...Gravatar rustanleino2011-02-19
* Don't run test21 with the untyped Z3, as this is no longer going to be availableGravatar MichalMoskal2011-02-18
* Run dafny and boogie tests by defaultGravatar MichalMoskal2011-02-18
* Don't stop when some test failsGravatar MichalMoskal2011-02-18
* Allow for running Boogie and Dafny testcases separatelyGravatar MichalMoskal2011-02-18
* Remove a testcase for bvInt (feature to be killed soon)Gravatar MichalMoskal2011-02-18
* Allow for passing flags to test runsGravatar MichalMoskal2011-02-18
* Dafny:Gravatar rustanleino2011-02-17
* Dafny: added test harness to Test/dafny1/ExtensibleArray.dfyGravatar rustanleino2011-02-16
* Dafny: added ExtensibleArray program as a testGravatar rustanleino2011-02-16
* Dafny: added alternate version of PriorityQueueGravatar rustanleino2011-02-15
* Fix a bug in cloning of nested lambda expressions in AI engineGravatar MichalMoskal2011-02-11
* implemented /UseUnsatCoreForInlining option for use in stratified inliningGravatar qadeer2011-02-06
* Dafny: Answer file to go with previously updated test fileGravatar rustanleino2011-02-04
* Dafny: every decreases clause implicitly ends with a never-ending sequence of...Gravatar rustanleino2011-02-03
* Dafny: allow self-calls in function postconditions--these simply refer to the...Gravatar rustanleino2011-02-03
* Dafny: implemented a more precise scheme for allowing use of a function's rep...Gravatar rustanleino2011-02-03