summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
Commit message (Expand)AuthorAge
* Dafny: added support for co-recursive callsGravatar Rustan Leino2012-05-01
* Dafny: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25
* Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr;Gravatar Unknown2012-03-15
* Dafny: fixed compilation problem with names in _default moduleGravatar Rustan Leino2012-03-08
* Dafny: added ghost modules (the meaning is simply that such a module will not...Gravatar Rustan Leino2012-03-07
* Dafny: added experimental feature {:autocontracts} to de-clutter idiomatic sp...Gravatar Unknown2012-03-05
* Dafny: allow more skeleton statements in refinementsGravatar Unknown2012-03-02
* Dafny: make sure assume->assert transformation gives rise to a checkGravatar Rustan Leino2012-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
* Dafny: allow a refinement to provide a function/method body if the function/m...Gravatar Rustan Leino2012-01-18
* Dafny: allow parallel statements with an empty list of bound variablesGravatar Rustan Leino2012-01-17
* Dafny: Recheck specifications that contain refined (extended) predicates, eve...Gravatar Rustan Leino2012-01-16
* Dafny: allow class-member declarations at top level of any module (not just t...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: 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: firmed up the module systemGravatar Rustan Leino2012-01-05
* Dafny: Start of new refinement features -- clean out old onesGravatar Rustan Leino2012-01-04
* 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: Added support for attributes on various specification constructs (asse...Gravatar wuestholz2011-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: Added "type" declaration (syntax: "type X;"), which introduces an arbi...Gravatar Rustan Leino2011-11-21
|/
* Dafny: added let expressions (syntax: "var x := E0; E1")Gravatar Rustan Leino2011-11-14
* Dafny: implemented the wellformedness check that datatype destructors are onl...Gravatar Rustan Leino2011-11-11
* Dafny: added assert/assume expressionsGravatar Rustan Leino2011-11-09
* Dafny induction:Gravatar Rustan Leino2011-10-29
* Dafny: removed Dafny's "foreach" statements (replaced by the new "parallel" s...Gravatar Rustan Leino2011-10-26
* Dafny: changed triggers (which are never really used, anyhow) from having a s...Gravatar Rustan Leino2011-10-21
* Dafny: Added some assertions.Gravatar wuestholz2011-09-23
* Dafny: Added a 'Checked' configuration and fixed some runtime assertion viola...Gravatar wuestholz2011-09-23
* MergeGravatar Jason Koenig2011-07-15
|\
| * Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
* | Multiset forming operators added.Gravatar Jason Koenig2011-07-11
* | MergeGravatar Jason Koenig2011-07-11
|\ \
* | | Added s[..] syntax in anticipation of sequence forming operation. (also updat...Gravatar Jason Koenig2011-07-11
| |/ |/|
| * Partial implementation of multisets.Gravatar Jason Koenig2011-07-11
|/
* Refactor. Renamed update statement field and removed unused field in AST.Gravatar Jason Koenig2011-06-30
* Made Receiver mutable, as this cannot be linked properly by the parser.Gravatar Jason Koenig2011-06-29
* Initial implementation of return statments with parameters.Gravatar Jason Koenig2011-06-29
* Initial modifies on loops implementation. Still some errors remaining.Gravatar Jason Koenig2011-06-28
* Added loop modifies clause syntax.Gravatar Jason Koenig2011-06-23
* Dafny: added implicit datatype query fields and datatype destructor fieldsGravatar Rustan Leino2011-06-05
* Dafny: Translate general LHSs for var and := (not yet for call, no compilatio...Gravatar Rustan Leino2011-05-30
* Dafny: changed syntax of havoc statements from "havoc X;" to "X := *;"Gravatar Rustan Leino2011-05-28
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* Dafny: permanently changed the syntax of "datatype" declarations to what prev...Gravatar Rustan Leino2011-05-27