summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* added reachability information to the VC and used that to support arbitrary a...Gravatar 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
* | Introduce states more aggressively. Show is_null() for pointers.Gravatar Michal Moskal2011-04-06
* | Test commitGravatar Michal Moskal2011-04-05
|/
* 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
| * Removing unused field (and testing mecurial checkins)Gravatar Stephan Tobies2011-04-05
| * Dafny: fixed bug in induction over integersGravatar Unknown2011-04-04
|/
* Improvements in map and skolem functions display.Gravatar MichalMoskal2011-04-02
* Use new, SMT2 compliant, Z3 syntax for labelsGravatar MichalMoskal2011-04-02
* model viewer:Gravatar stobies2011-04-01
* boogie.exe: allow to reset the command line options so we can re-use the boog...Gravatar stobies2011-04-01
* model viewer:Gravatar stobies2011-04-01
* Model viewer:Gravatar stobies2011-04-01
* Dafny:Gravatar rustanleino2011-03-30
* Dafny: refactoring to soon support more general assignment statementsGravatar rustanleino2011-03-29
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Minor fixesGravatar schaef2011-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
* Boogie: fixed contract violation in stratified inliningGravatar rustanleino2011-03-23
* Print recorded value of any typeGravatar akashlal2011-03-21
* Bug fix with model generation.Gravatar akashlal2011-03-21
* Made CallCmd.callee public for easy manipulation of un-resolved programsGravatar akashlal2011-03-21
* Fixed a tricky bug in z3apiGravatar akashlal2011-03-18
* minor fix with loopy counterexample generationGravatar akashlal2011-03-18
* Print out requested values in the counterexample traceGravatar akashlal2011-03-17
* Re-enabled quantifier checking in the Checked configuration.Gravatar mikebarnett2011-03-16
* new algorithm for dead code detection (vc:doomed)Gravatar schaef2011-03-15
* Add labels to extracted procedures for loopsGravatar akashlal2011-03-14
* Turn off quantifier checking in the runtime checking.Gravatar mikebarnett2011-03-14
* Replaced all dictionaries that mapped to bool (i.e., were being used to imple...Gravatar mikebarnett2011-03-10
* Renamed NonNullElements to NonNullDictionaryAndValues because the keys to dic...Gravatar mikebarnett2011-03-10
* Updated PrepareBoogieZip.bat to include BVD and smt2Gravatar rustanleino2011-03-10
* Added a new solution configuration, Checked, that builds the Checked configur...Gravatar mikebarnett2011-03-07
* Fix some more contracts.Gravatar mikebarnett2011-03-07
* Fix contracts so runtime checking can be turned on.Gravatar mikebarnett2011-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
* Dafny: Non-empty Visual-Studio error messages for related split-expr locations.Gravatar rustanleino2011-02-27
* Mimic Z3 logic for figuring out the blocking clause for the next counterexampleGravatar MichalMoskal2011-02-23
* Don't ever put a label under a quantifier.Gravatar MichalMoskal2011-02-23
* Add MULTI_TRACES prover option (equivalent of /z3multipleErrors)Gravatar MichalMoskal2011-02-23
* Add IEnumerable.Concat1 method.Gravatar MichalMoskal2011-02-23
* Add hack for {:bvbuiltin "sign_extend 42"}, which requires slightly different...Gravatar MichalMoskal2011-02-23