summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* MergeGravatar Rustan Leino2011-11-22
|\
| * MergeGravatar Rustan Leino2011-11-22
| |\
| * | Dafny: call C# compiler directly from inside Dafny, and optionally produce a ...Gravatar Rustan Leino2011-11-22
| | * MergeGravatar qadeer2011-11-22
| | |\ | | |/ | |/|
| * | Boogie: don't resolve ignored types (that is, "extern" types that have been t...Gravatar Rustan Leino2011-11-22
| | * MergeGravatar qadeer2011-11-22
| | |\ | | |/ | |/|
| | * added support for handling duplicate axiomsGravatar qadeer2011-11-22
| * | fixes to summary computationGravatar Unknown2011-11-22
| |/
* | Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...Gravatar Rustan Leino2011-11-21
| * MergeGravatar Unknown2011-11-21
| |\
| * | Generating useful, and guarateed by construction, postconditions and loop inv...Gravatar Unknown2011-11-21
| | * Added lazy summary computation to stratified inlining (not finished yet)Gravatar akashlal2011-11-20
| | * commented calls to GC.Collect()Gravatar qadeer2011-11-18
| | * changed the semantics of requires and ensures for inlined proceduresGravatar qadeer2011-11-17
| |/ |/|
* | Dafny: fixed bad Code ContractsGravatar Rustan Leino2011-11-16
* | MergeGravatar qadeer2011-11-16
|\ \
* | | /contractInfer always prints the computed assignment nowGravatar qadeer2011-11-16
* | | refactoring houdini so that it creates only a single instance of z3Gravatar qadeer2011-11-16
| * | Boogie: fixed build error (incorrect type in Contract.Result)Gravatar Rustan Leino2011-11-16
* | | Eliminated unused argument in the constructor for CheckerGravatar qadeer2011-11-16
| * | MergeGravatar Michal Moskal2011-11-16
| |\|
* | | MergeGravatar qadeer2011-11-16
|\ \ \ | | |/ | |/|
* | | simple fix in houdiniGravatar qadeer2011-11-16
| * | Small fix.Gravatar Unknown2011-11-16
| * | MergeGravatar Unknown2011-11-16
| |\ \
| * | | Better support for race-checking contractsGravatar Unknown2011-11-16
| | * | MergeGravatar akashlal2011-11-16
| | |\ \
| | | * | Debugging output for stratified inlining. Emit attribute on Ensures whileGravatar Unknown2011-11-16
| |_|/ / |/| | |
| | | * BVD: Fix display bugGravatar Michal Moskal2011-11-15
| | | * VCC: Further data type improvementsGravatar Michal Moskal2011-11-15
| | | * VCC: Better display of data type valuesGravatar Michal Moskal2011-11-15
| | * | DafnyExtension: fixed build problemsGravatar Rustan Leino2011-11-15
| | * | Boogie (and Dafny, with effects also on SscBoogie): I refactored CommandLine...Gravatar Rustan Leino2011-11-15
| | | * VCC: Recognize $resultGravatar Michal Moskal2011-11-15
| |_|/ |/| |
| | * MergeGravatar Rustan Leino2011-11-15
| | |\ | |_|/ |/| |
* | | MergeGravatar qadeer2011-11-15
|\| |
* | | changed inlining code so that candidate preconditions and postconditions are ...Gravatar qadeer2011-11-15
| * | Some fixes for race checking contractsGravatar Unknown2011-11-15
| * | Modified solution to build on all platforms.Gravatar Unknown2011-11-15
|/ /
| * Dafny: added let expressions (syntax: "var x := E0; E1")Gravatar Rustan Leino2011-11-14
* | fixed another bug in model parser related to datatype valuesGravatar qadeer2011-11-14
* | added the option /inlineDepth:n. This option defaults to -1. If the user prov...Gravatar qadeer2011-11-13
| * Dafny: implemented the wellformedness check that datatype destructors are onl...Gravatar Rustan Leino2011-11-11
|/
* MergeGravatar qadeer2011-11-11
|\
| * moved the addition of selectors and testers to program.ResolveGravatar qadeer2011-11-11
* | Produce unsat cores only when enabled (in stratified inlining)Gravatar Unknown2011-11-11
|/
* Dafny: allow assert/assume expressions in more placesGravatar Rustan Leino2011-11-09
* Dafny: added assert/assume expressionsGravatar Rustan Leino2011-11-09
* MergeGravatar qadeer2011-11-09
|\
* | copied all attributes of the constructor (except for :constructor) to the sel...Gravatar qadeer2011-11-09