| Commit message (Expand) | Author | Age |
* | Dafny: | Rustan Leino | 2011-05-26 |
* | Dafny implementation: removed always-true "allowGhostFeatures" parameter | Rustan Leino | 2011-05-26 |
* | Dafny: retired the "call" keyword | Rustan Leino | 2011-05-26 |
* | Dafny: cleaned up parser, moved foreach statement from AssignStmt<> parsing t... | Rustan Leino | 2011-05-25 |
* | Dafny: changed local "var" introductions to use new VarDeclStmt instead of pa... | Rustan Leino | 2011-05-24 |
* | Dafny: | Rustan Leino | 2011-05-24 |
* | Dafny: refactored code into separate method ResolveIdentifierSequence and all... | Rustan Leino | 2011-05-22 |
* | Dafny: allow class names to be used when referring to static functions (and, ... | Rustan Leino | 2011-05-21 |
* | Dafny: | Rustan Leino | 2011-05-21 |
* | Dafny: added alternative statement and alternative-loop statement | Rustan Leino | 2011-05-19 |
* | Merge | Rustan Leino | 2011-05-19 |
|\ |
|
* | | Dafny: let verifier, not the resolver, check for missing cases in match expre... | Rustan Leino | 2011-05-19 |
| * | close the file stream opened by the parser | Unknown | 2011-05-19 |
|/ |
|
* | Dafny: added set comprehension expressions | Rustan Leino | 2011-05-18 |
* | Dafny: To help verifications involving sequences of (boxed) booleans along, a... | Rustan Leino | 2011-05-16 |
* | Merge | qadeer | 2011-05-16 |
|\ |
|
* | | convert assert to requires | qadeer | 2011-05-16 |
| * | Dafny: added optional range expressions to logical quantifiers, preparing for... | Rustan Leino | 2011-05-15 |
|/ |
|
* | Dafny: fixed bug in quantifier bounds discovery | Rustan Leino | 2011-05-14 |
* | Dafny: fixed typo in parser code | Rustan Leino | 2011-05-13 |
* | Merge | Rustan Leino | 2011-05-13 |
|\ |
|
* | | Boogie: added features to help with modular verification. In particular, defi... | Rustan Leino | 2011-05-13 |
* | | Add source file (Expression Design) for the BVD icon in case anyone ever need... | Michal Moskal | 2011-05-12 |
* | | Dafny: fixed bugs in resolution of multi-dimensional arrays | Rustan Leino | 2011-05-12 |
* | | Dafny: forbid "decreases *" on ghost loops | Rustan Leino | 2011-05-12 |
| * | Dafny: | Rustan Leino | 2011-05-11 |
* | | Dafny: fixed compilation bugs, added @-signs in front of identifiers to avoid... | Rustan Leino | 2011-05-11 |
* | | Don't set logic to UFNIA when /useArrayTheory | Michal Moskal | 2011-05-09 |
* | | fixed a bug in block coalescer. previously, an unreachable block could have a... | qadeer | 2011-05-04 |
* | | LetVC can get null label2absy from lazy inlining. So, I weakened the precond... | qadeer | 2011-05-03 |
* | | Use (get-model) Z3 command; quote skolem-ids | Michal Moskal | 2011-04-28 |
* | | Fix parsing of (labels) Z3 response; complain about unrecognized responses there | Michal Moskal | 2011-04-28 |
* | | Use :reason-unknown not :last-failure for Z3 in SMT mode; disable SORT_AND_OR... | Michal Moskal | 2011-04-28 |
* | | fixed a bug in ComputeAllLabels | qadeer | 2011-04-27 |
| * | Dafny: include source location for array types supplied in input | Rustan Leino | 2011-04-22 |
|/ |
|
* | Merge with 1038 | Rustan Leino | 2011-04-22 |
|\ |
|
* | | BVD: Smaller initial window (to better fit on a laptop screen) | Rustan Leino | 2011-04-22 |
| * | Updates for the latest changes in Z3's SMT2 parser | Michal Moskal | 2011-04-22 |
| * | Changed label checking for goto targets in StmtList so that they can be any l... | qadeer | 2011-04-21 |
* | | Dafny: Fix parsing of if-then-else expressions, and don't require parentheses... | Rustan Leino | 2011-04-21 |
* | | Dafny: Alternative (and candidate replacement) syntax for declaring datatypes | Rustan Leino | 2011-04-20 |
|/ |
|
* | Dafny: added type "nat" | Rustan Leino | 2011-04-19 |
* | Merge | qadeer | 2011-04-15 |
|\ |
|
* | | modified letvc generation so that the use of control flow function and labels... | qadeer | 2011-04-15 |
| * | Add "Large font" menu item (for demos) | Michal Moskal | 2011-04-15 |
|/ |
|
* | merge | Unknown | 2011-04-14 |
|\ |
|
* | | added reachability information to the VC and used that to support arbitrary a... | Unknown | 2011-04-14 |
| * | Stratified Inlining: minor bux fix with recording model values | Unknown | 2011-04-14 |
|/ |
|
* | Automated merge with https://hg01.codeplex.com/boogie | Rustan Leino | 2011-04-07 |
|\ |
|
| * | Forro: Fixed bug in binding power | Rustan Leino | 2011-04-07 |