summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* Dafny:Gravatar Rustan Leino2011-05-26
* Dafny implementation: removed always-true "allowGhostFeatures" parameterGravatar Rustan Leino2011-05-26
* Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
* Dafny: cleaned up parser, moved foreach statement from AssignStmt<> parsing t...Gravatar Rustan Leino2011-05-25
* Dafny: changed local "var" introductions to use new VarDeclStmt instead of pa...Gravatar Rustan Leino2011-05-24
* Dafny:Gravatar Rustan Leino2011-05-24
* Dafny: refactored code into separate method ResolveIdentifierSequence and all...Gravatar Rustan Leino2011-05-22
* 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
* MergeGravatar Rustan Leino2011-05-19
|\
* | Dafny: let verifier, not the resolver, check for missing cases in match expre...Gravatar Rustan Leino2011-05-19
| * close the file stream opened by the parserGravatar Unknown2011-05-19
|/
* Dafny: added set comprehension expressionsGravatar Rustan Leino2011-05-18
* Dafny: To help verifications involving sequences of (boxed) booleans along, a...Gravatar Rustan Leino2011-05-16
* MergeGravatar qadeer2011-05-16
|\
* | convert assert to requiresGravatar qadeer2011-05-16
| * Dafny: added optional range expressions to logical quantifiers, preparing for...Gravatar Rustan Leino2011-05-15
|/
* Dafny: fixed bug in quantifier bounds discoveryGravatar Rustan Leino2011-05-14
* Dafny: fixed typo in parser codeGravatar Rustan Leino2011-05-13
* MergeGravatar Rustan Leino2011-05-13
|\
* | Boogie: added features to help with modular verification. In particular, defi...Gravatar Rustan Leino2011-05-13
* | Add source file (Expression Design) for the BVD icon in case anyone ever need...Gravatar Michal Moskal2011-05-12
* | 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
* | Don't set logic to UFNIA when /useArrayTheoryGravatar Michal Moskal2011-05-09
* | fixed a bug in block coalescer. previously, an unreachable block could have a...Gravatar qadeer2011-05-04
* | LetVC can get null label2absy from lazy inlining. So, I weakened the precond...Gravatar qadeer2011-05-03
* | Use (get-model) Z3 command; quote skolem-idsGravatar Michal Moskal2011-04-28
* | Fix parsing of (labels) Z3 response; complain about unrecognized responses thereGravatar Michal Moskal2011-04-28
* | Use :reason-unknown not :last-failure for Z3 in SMT mode; disable SORT_AND_OR...Gravatar Michal Moskal2011-04-28
* | fixed a bug in ComputeAllLabelsGravatar qadeer2011-04-27
| * Dafny: include source location for array types supplied in inputGravatar Rustan Leino2011-04-22
|/
* Merge with 1038Gravatar Rustan Leino2011-04-22
|\
* | BVD: Smaller initial window (to better fit on a laptop screen)Gravatar Rustan Leino2011-04-22
| * Updates for the latest changes in Z3's SMT2 parserGravatar Michal Moskal2011-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
* MergeGravatar qadeer2011-04-15
|\
* | modified letvc generation so that the use of control flow function and labels...Gravatar qadeer2011-04-15
| * Add "Large font" menu item (for demos)Gravatar Michal Moskal2011-04-15
|/
* mergeGravatar Unknown2011-04-14
|\
* | added reachability information to the VC and used that to support arbitrary a...Gravatar Unknown2011-04-14
| * Stratified Inlining: minor bux fix with recording model valuesGravatar Unknown2011-04-14
|/
* Automated merge with https://hg01.codeplex.com/boogieGravatar Rustan Leino2011-04-07
|\
| * Forro: Fixed bug in binding powerGravatar Rustan Leino2011-04-07