summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* using model instead of labelsGravatar Unknown2012-02-23
* MergeGravatar Rustan Leino2012-02-19
|\
* | Dafny: make sure assume->assert transformation gives rise to a checkGravatar Rustan Leino2012-02-19
| * verbose modeGravatar akashlal2012-02-19
|/
* Dafny: added syntactic support for ...'s in statements, and started implement...Gravatar Unknown2012-02-18
* Dafny: allow signatures to be omitted on refining functions/methodsGravatar Unknown2012-02-16
* MergeGravatar Rustan Leino2012-02-16
|\
* | Dafny: allow various forms of leaving off type arguments in declarationsGravatar Rustan Leino2012-02-16
* | Dafny: re-ran parser generator to use latest .frame filesGravatar Rustan Leino2012-02-16
* | Dafny: re-ran parser generator to use latest .frame filesGravatar Rustan Leino2012-02-16
* | Dafny: fixed a couple of compiler bugsGravatar Rustan Leino2012-02-16
| * minor fix in tracingGravatar qadeer2012-02-14
|/
* Small fix to previous commit.Gravatar paulthomson2012-02-13
* Allow any file extension, but give warning if it is not .gbplGravatar paulthomson2012-02-10
* Fix: Check for duplicate special constants (with attributes).Gravatar paulthomson2012-02-09
* MergeGravatar qadeer2012-02-09
|\
* | minor bug in printing z3 path when running with /traceGravatar qadeer2012-02-09
| * fixed a problem in model parsingGravatar Unknown2012-02-08
|/
* MergeGravatar qadeer2012-02-08
|\
* | houdini will not request models nowGravatar qadeer2012-02-08
| * Predicated assumesGravatar Unknown2012-02-08
|/
* MergeGravatar Unknown2012-02-07
|\
* | Support for language-specific thread ids.Gravatar Unknown2012-02-07
| * Print procs that reached the recursion bound.Gravatar Unknown2012-02-07
| * fixed bug in model parsingGravatar qadeer2012-02-06
| * 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