summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* slight change to houdini loggingGravatar Unknown2012-02-06
* added more logging in houdiniGravatar Unknown2012-02-06
* VCC: display bitvectorsGravatar Michal Moskal2012-01-28
* MergeGravatar Michal Moskal2012-01-28
|\
* | VCC: fixes in function visibilityGravatar Michal Moskal2012-01-28
| * Dafny: fixed bug in compilation of let expressions.Gravatar Rustan Leino2012-01-26
| * Dafny: Fixed a bug in the resolving of UpdateStmts.Gravatar wuestholz2012-01-25
| * Dafny: Fixed a bug in the printing of let expressions.Gravatar wuestholz2012-01-24
| * Dafny: fixed bug in compilation of generic datatypesGravatar Rustan Leino2012-01-18
| * Dafny: improved error location for violations of function postconditionsGravatar Rustan Leino2012-01-18
| * Dafny: allow a refinement to provide a function/method body if the function/m...Gravatar Rustan Leino2012-01-18
| * Dafny: added signature checking to refinementGravatar Rustan Leino2012-01-17
| * Dafny: allow parallel statements with an empty list of bound variablesGravatar Rustan Leino2012-01-17
| * Dafny: parallel statements:Gravatar Rustan Leino2012-01-17
* | VCC/BVD: what were these null checks all over about?Gravatar Michal Moskal2012-01-17
|/
* Dafny: Recheck specifications that contain refined (extended) predicates, eve...Gravatar Rustan Leino2012-01-16
* Dafny: handle refinement of nested tokens that come from SpliExpr (still need...Gravatar Rustan Leino2012-01-12
* Dafny: make full predicate definitions available only inside a module (outsid...Gravatar Rustan Leino2012-01-11
* Use DateTime.UtcNow instead of DateTime.NowGravatar stobies2012-01-11
* Dafny: fixed bugs in contract types, and a code bug that caused a contract to...Gravatar Rustan Leino2012-01-10
* Dafny: some bug fixesGravatar Rustan Leino2012-01-10
* Dafny: allow class-member declarations at top level of any module (not just t...Gravatar Rustan Leino2012-01-10
* Dafny: added test case for refinement and predicates (and fixed a parsing bug)Gravatar Rustan Leino2012-01-10
* Dafny: allow definitions and uses of parameter-less predicates to go without ...Gravatar Rustan Leino2012-01-10
* Dafny: added predicatesGravatar Rustan Leino2012-01-10
* Dafny: added support for simple superposition refinementsGravatar Rustan Leino2012-01-09
* Dafny: changed translation to be sensitive to refinement inheritance; this fe...Gravatar Rustan Leino2012-01-09
* Boogie: fixed proof-obligation countingGravatar Rustan Leino2012-01-09
* Boogie: output number of proof obligations (asserts) along with timing inform...Gravatar Rustan Leino2012-01-09
* Dafny: disallow changes of datatypes in refinementsGravatar Rustan Leino2012-01-09
* Dafny: finished refinement cloning transformationsGravatar Rustan Leino2012-01-07
* Dafny: filled in more cloning for the refinement transformationsGravatar Rustan Leino2012-01-06
* Dafny: make /infer:j (the new interval domain) the default abstract interpreterGravatar Rustan Leino2012-01-05
* Dafny: fully qualify (with module names) names of types in the translation in...Gravatar Rustan Leino2012-01-05
* Dafny: beginning of the new refinement transformationsGravatar Rustan Leino2012-01-05
* Dafny: firmed up the module systemGravatar Rustan Leino2012-01-05
* Dafny: Start of new refinement features -- clean out old onesGravatar Rustan Leino2012-01-04
* Dafny: compile let expressions efficiently (i.e., with an extra variable, not...Gravatar Rustan Leino2012-01-04
* Dafny: make /help also print the Boogie command-line optionsGravatar Rustan Leino2012-01-04
* Dafny: don't allow ghost expressions in print statementsGravatar Rustan Leino2012-01-03
* made delegate a datatypeGravatar qadeer2011-12-30
* fixed problems with datatypesGravatar qadeer2011-12-29
* Dafny: Fixed a bug in the pretty printer.Gravatar wuestholz2011-12-26
* Dafny: Extended the support for attributes on method/constructor calls.Gravatar wuestholz2011-12-23
* bug fix in the FreeRequiresVisitorGravatar qadeer2011-12-22
* Dafny: Added support for attributes on method/constructor calls.Gravatar wuestholz2011-12-21
* removed some extraneous parametersGravatar qadeer2011-12-19
* Dafny: for a datatype with just one constructor, don't check (but do assume) ...Gravatar Rustan Leino2011-12-19
* Dafny: compile to .exe only if there is a Main method; otherwise, compile to ...Gravatar Rustan Leino2011-12-19
* fixed a completeness problem in houdini with inliningGravatar qadeer2011-12-18