summaryrefslogtreecommitdiff
path: root/Source/Dafny
Commit message (Expand)AuthorAge
* 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
* 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: 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
* 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: 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
* 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: Added support for attributes on various specification constructs (asse...Gravatar wuestholz2011-12-07
* Dafny: fix bug in translation of (the splitting of) if-then-else expressions ...Gravatar Rustan Leino2011-12-10
* Dafny: corrected merge snafusGravatar Rustan Leino2011-12-07
* Dafny: reran Coco on merged Dafny.atgGravatar Rustan Leino2011-12-07
* MergeGravatar Rustan Leino2011-12-07
|\
* | Dafny: Forward attributes on Dafny functions to Boogie (e.g., to disable well...Gravatar wuestholz2011-12-07
* | Dafny: Made some minor changes to the grammar.Gravatar wuestholz2011-12-06
| * MergeGravatar Rustan Leino2011-11-22
| |\ | |/ |/|
* | Dafny: call C# compiler directly from inside Dafny, and optionally produce a ...Gravatar Rustan Leino2011-11-22
| * Dafny: Added "type" declaration (syntax: "type X;"), which introduces an arbi...Gravatar Rustan Leino2011-11-21
|/
* Dafny: fixed bad Code ContractsGravatar Rustan Leino2011-11-16