summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Dafny: allow signatures to be omitted on refining functions/methodsGravatar Unknown2012-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
* Jennisys: added code that Jennisys synthesizes for the DList exampleGravatar Unknown2012-02-06
* Jennisys: now actually adding the DList.jen exampleGravatar Unknown2012-02-06
* Jennisys: (1) fixed Jennisys to work with the latest version of Dafny/BoogieGravatar Unknown2012-02-06
* 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
* 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
* 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 VSX: fixed compilation inconsistencyGravatar 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: 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: disengaged old refinement test filesGravatar Rustan Leino2012-01-04
* 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
* 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
* Dafny: Added support for attributes on method/constructor calls.Gravatar wuestholz2011-12-21
* 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
* Dafny: Made sure that error locations refer to the Dafny program, even if the...Gravatar wuestholz2011-12-15
* Dafny: Added support for attributes on various specification constructs (asse...Gravatar wuestholz2011-12-07
* Dafny: implemented thresholds for the new interval domain (/infer:j)Gravatar Rustan Leino2011-12-12