summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* Dafny: translate call statements with fancy LHSsGravatar Rustan Leino2011-05-31
* Dafny: Translate general LHSs for var and := (not yet for call, no compilatio...Gravatar Rustan Leino2011-05-30
* Dafny: changed syntax of havoc statements from "havoc X;" to "X := *;"Gravatar Rustan Leino2011-05-28
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* MergeGravatar Rustan Leino2011-05-27
|\
* | Dafny:Gravatar Rustan Leino2011-05-27
| * MergeGravatar Rustan Leino2011-05-27
| |\ | |/ |/|
* | Dafny: permanently changed the syntax of "datatype" declarations to what prev...Gravatar Rustan Leino2011-05-27
* | Dafny: retired "use" statementsGravatar Rustan Leino2011-05-27
* | Dafny: added chaining operatorsGravatar Rustan Leino2011-05-27
* | Dafny:Gravatar Rustan Leino2011-05-26
| * Dafny: fixed bug in induction-tactic heuristic (should never pick values whos...Gravatar Rustan Leino2011-05-26
| * Dafny: fixed bug (ill-formed Boogie) in translation of "foreach" for sequencesGravatar Rustan Leino2011-05-26
* | Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
* | Dafny: allow class names to be used when referring to static functions (and, ...Gravatar Rustan Leino2011-05-21
* | Dafny:Gravatar Rustan Leino2011-05-21
|/
* Dafny: added alternative statement and alternative-loop statementGravatar Rustan Leino2011-05-19
* Dafny: let verifier, not the resolver, check for missing cases in match expre...Gravatar Rustan Leino2011-05-19
* Dafny: added set comprehension expressionsGravatar Rustan Leino2011-05-18
* Dafny: Test case for sequence of boxed booleansGravatar Rustan Leino2011-05-16
* Dafny: added some test cases that use natGravatar Rustan Leino2011-05-16
* Dafny: added optional range expressions to logical quantifiers, preparing for...Gravatar Rustan Leino2011-05-15
* MergeGravatar Rustan Leino2011-05-13
|\
* | Boogie: added features to help with modular verification. In particular, defi...Gravatar Rustan Leino2011-05-13
* | Cleaner version of ghost loop termination example.Gravatar Unknown2011-05-13
* | Dafny: fixed bugs in resolution of multi-dimensional arraysGravatar Rustan Leino2011-05-12
* | Dafny: forbid "decreases *" on ghost loopsGravatar Rustan Leino2011-05-12
| * Dafny:Gravatar Rustan Leino2011-05-11
* | 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