summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* 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
* 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
* | 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