summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Improved error messages for doomed program points.Gravatar schaef2010-06-15
* Dafny:Gravatar rustanleino2010-06-14
* Dafny: Added two additional heuristics for guessing missing loop decreases c...Gravatar rustanleino2010-06-11
* fixed a compiler warning about initialization of a non-null field inside the ...Gravatar qadeer2010-06-10
* Dafny: Another bug fix in SplitExpr, having to do with generic results of fu...Gravatar rustanleino2010-06-09
* Chalice: fixed bug in the exhale of permissions (to handle negative epsilons)Gravatar mueller2010-06-09
* Dafny: Fix type bug in SplitExpr translation.Gravatar rustanleino2010-06-08
* Dafny: For functions with an empty decreases clause that use the reads clause...Gravatar rustanleino2010-06-08
* Boogie:Gravatar rustanleino2010-06-08
* Consistently use the new code pattern for translating locations to tokens and...Gravatar mikebarnett2010-06-07
* Added forgotten file.Gravatar mikebarnett2010-06-06
* Updated the project to .NET v4.0.Gravatar mikebarnett2010-06-06
* Dafny:Gravatar rustanleino2010-06-05
* added lazyinline to the regressionsGravatar qadeer2010-05-28
* Updated to find the latest version of Z3 (2.7) and made the algorithm slightl...Gravatar wuestholz2010-05-28
* changed the behavior of /loopUnroll:n so that the parameter n is applied per ...Gravatar qadeer2010-05-26
* Dafny: Allow < and > for comparisons of datatype values (which then compares ...Gravatar rustanleino2010-05-21
* Dafny:Gravatar rustanleino2010-05-21
* Dafny: Fixed crash in parser (that occurred when the Dafny input had a parti...Gravatar rustanleino2010-05-18
* Script that gathers the files for the binary distribution Boogie.zip.Gravatar rustanleino2010-05-17
* Boogie:Gravatar rustanleino2010-05-15
* Dafny:Gravatar rustanleino2010-05-13
* Changed the 'svn:ignore' property of /Binaries such that ALL currently not sv...Gravatar mschwerhoff2010-05-12
* BCT: Added prelude. Started test1 as a test of verification.Gravatar rustanleino2010-05-12
* Dafny:Gravatar rustanleino2010-05-08
* Dafny:Gravatar rustanleino2010-05-06
* Dafny:Gravatar rustanleino2010-05-06
* Added another option for lazy inlining based on macro expansion. This option...Gravatar qadeer2010-05-03
* Updated to find the latest version of Z3 (2.6).Gravatar wuestholz2010-05-02
* 1. Fixed lazy inlining implementation so that inlined procedures use live var...Gravatar qadeer2010-04-30
* 1. couple of bug fixes in interprocedural error trace generationGravatar qadeer2010-04-23
* Added callee args information to calleeCounterexamplesGravatar qadeer2010-04-21
* Fixed bug in translation of select/store arguments that are BooleanGravatar qadeer2010-04-20
* Fixed bug in interprocedural counterexample generationGravatar qadeer2010-04-19
* 1. Fixed an off-by-one error in parsing array partitions in Z3 modelsGravatar qadeer2010-04-19
* Forgotten to turn the echo off.Gravatar mikebarnett2010-04-19
* Updated list of tests to just include test0.Gravatar mikebarnett2010-04-19
* New, simpler way of running regressions.Gravatar mikebarnett2010-04-19
* Fixed a bug. Call RegisterType before the collection of Select and Store fun...Gravatar qadeer2010-04-19
* First cut of lazy inlining. The option can be turned on by the flag /lazyInl...Gravatar qadeer2010-04-17
* Moved BCT project references for Boogie to the Boogie\Binaries directory.Gravatar rustanleino2010-04-16
* Upgraded solution file and project file to VS2010.Gravatar mikebarnett2010-04-16
* Updated to use new CCI API.Gravatar mikebarnett2010-04-16
* Dafny: Removed the previous optional curly braces in match expressions (use p...Gravatar rustanleino2010-04-02
* Dafny:Gravatar rustanleino2010-03-31
* Dafny: Ensures that function axioms are not being used while their consisten...Gravatar rustanleino2010-03-19
* Dafny:Gravatar rustanleino2010-03-18
* Dafny:Gravatar rustanleino2010-03-16
* Dafny:Gravatar rustanleino2010-03-16
* Dafny: Added definedness checks for all statements (previously, some were mi...Gravatar rustanleino2010-03-13