summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Boogie build succeededGravatar codeplexbot2011-03-26
* Dafny: improved and corrected physical/ghost distinctionGravatar rustanleino2011-03-26
* Dafny: compile quantifiersGravatar rustanleino2011-03-26
* Boogie build succeededGravatar codeplexbot2011-03-24
* Boogie: fixed contract violation in stratified inliningGravatar rustanleino2011-03-23
* Boogie build succeeded, 2 test(s) failedGravatar codeplexbot2011-03-22
* Boogie build succeeded, 2 test(s) failedGravatar codeplexbot2011-03-22
* Boogie build succeededGravatar codeplexbot2011-03-22
* Boogie build succeededGravatar codeplexbot2011-03-22
* Boogie build succeededGravatar codeplexbot2011-03-22
* Boogie build succeededGravatar codeplexbot2011-03-22
* Boogie build succeeded, 2 test(s) failedGravatar codeplexbot2011-03-21
* 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
* Boogie build succeeded, 2 test(s) failedGravatar codeplexbot2011-03-18
* 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
* Boogie build succeededGravatar codeplexbot2011-03-15
* 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
* Boogie build succeededGravatar codeplexbot2011-03-12
* 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 translation for typeof expressions.Gravatar mikebarnett2011-03-09
* Can now translate multiple assemblies into one Boogie Program.Gravatar mikebarnett2011-03-08
* Boogie build succeeded, 4 test(s) failedGravatar codeplexbot2011-03-08
* Added a new solution configuration, Checked, that builds the Checked configur...Gravatar mikebarnett2011-03-07
* Dafny: Fixed typo in P16 of Rippling benchmarks, which now makes it (true and...Gravatar rustanleino2011-03-07
* Boogie build succeeded, 4 test(s) failedGravatar codeplexbot2011-03-07
* Fix some more contracts.Gravatar mikebarnett2011-03-07
* Fix contracts so runtime checking can be turned on.Gravatar mikebarnett2011-03-07
* Fix Sink.FindOrCreateProcedure so that it takes an IMethodDefinition instead ...Gravatar mikebarnett2011-03-06
* Added support for stub methods. If a method definition is marked with a custo...Gravatar mikebarnett2011-03-06
* Dafny:Gravatar rustanleino2011-03-06
* In the Sink, keep track of any procedures defined in the initial program (whi...Gravatar mikebarnett2011-03-06
* Changes needed to translate both contracts and method bodies. The Statement a...Gravatar mikebarnett2011-03-05
* Dafny: Added heuristic for when to turn on the induction tacticGravatar rustanleino2011-03-05
* changes for dealing with delegatesGravatar qadeer2011-03-05
* Dafny:Gravatar rustanleino2011-03-04
* Fix translation of "new" so that a procedure is generated (if needed) for the...Gravatar mikebarnett2011-03-03
* Made it unnecessary to set the types on the Boogie ASTs as we create them.Gravatar mikebarnett2011-03-03
* Create a static constructor only for types that don't already define one.Gravatar mikebarnett2011-03-02
* put the call to CreateStaticConstructor back inGravatar qadeer2011-03-02
* some fixesGravatar qadeer2011-03-02
* Fix null-equivalent initialization of fields so that instance fields are init...Gravatar mikebarnett2011-03-02