summaryrefslogtreecommitdiff
path: root/Dafny/Compiler.cs
Commit message (Expand)AuthorAge
* Dafny: internal renamingGravatar Unknown2012-08-10
* Dafny: fixed datatype GetHashCode() to make it consistent with Equals()Gravatar Jason Koenig2012-07-18
* Dafny: allowed strictly finite datatypes in comprehensions, quantifiers, and ...Gravatar Jason Koenig2012-07-17
* Dafny: compilation of abstract modules, including local definitions (as in mo...Gravatar Jason Koenig2012-07-17
* Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ...Gravatar Jason Koenig2012-07-10
* Dafny: Implemented abstract modulesGravatar Jason Koenig2012-06-26
* Dafny: in compiler, respect C#'s different scoping rules and lack of support ...Gravatar Unknown2012-06-14
* Dafny: fixed a couple of compiler bugsGravatar Unknown2012-06-14
* Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c...Gravatar Unknown2012-06-13
* Dafny: change labels to use a generic singly linked listGravatar Jason Koenig2012-06-06
* Dafny: Added map comprehensions and updated display syntaxGravatar Unknown2012-05-31
* Dafny: Added compilation of finite mapsGravatar Unknown2012-05-25
* Dafny: more correct checking of co-inductive productivityGravatar Unknown2012-05-18
* Dafny: improve printing of inductive datatypesGravatar Unknown2012-05-01
* Dafny: print inductive datatypesGravatar Rustan Leino2012-05-01
* Dafny: added support for co-recursive callsGravatar Rustan Leino2012-05-01
* Dafny: compile co-inductive datatypesGravatar Unknown2012-04-26
* 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: added ghost modules (the meaning is simply that such a module will not...Gravatar Rustan Leino2012-03-07
* 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 bug in compilation of generic datatypesGravatar Rustan Leino2012-01-18
* Dafny: allow parallel statements with an empty list of bound variablesGravatar Rustan Leino2012-01-17
* Dafny: some bug fixesGravatar Rustan Leino2012-01-10
* 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: compile to .exe only if there is a Main method; otherwise, compile to ...Gravatar Rustan Leino2011-12-19
* 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: 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: removed support for assigning to an array-range (that is, an assignmen...Gravatar Rustan Leino2011-10-26
* Dafny: implemented compilation of parallel statementsGravatar Rustan Leino2011-10-25
* Dafny: changed triggers (which are never really used, anyhow) from having a s...Gravatar Rustan Leino2011-10-21
* MergeGravatar Rustan Leino2011-09-28
|\
| * Dafny: Added some assertions.Gravatar wuestholz2011-09-23
* | Dafny: generate a compiler error upon encountering an assume statementGravatar Rustan Leino2011-09-11
* | Dafny: fixed compilation bug (datatype equality had used pointer equality, no...Gravatar Rustan Leino2011-09-11
* | Dafny: fixed compilation error where type of target "null" was undeterminedGravatar Rustan Leino2011-09-11
|/
* MergeGravatar Jason Koenig2011-07-15
|\
* | Added compilation support for multisets and sequences from arrays.Gravatar Jason Koenig2011-07-15
| * Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
|/
* Dafny: Dafny now uses the Euclidean definition of division. (Verifier and run...Gravatar Jason Koenig2011-07-08
* Fixed bug in compiler relating to returns with parameters.Gravatar Jason Koenig2011-06-29
* Initial implementation of return statments with parameters.Gravatar Jason Koenig2011-06-29
* Dafny: better error message when "decreases *" is attempted on a function or ...Gravatar Rustan Leino2011-06-20