summaryrefslogtreecommitdiff
path: root/Source/Dafny
Commit message (Expand)AuthorAge
* 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: fixed minor map related issuesGravatar Unknown2012-05-29
* Dafny: Added compilation of finite mapsGravatar Unknown2012-05-25
* Dafny: added 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: fixed unsoundness having to do with a function depending on the alloca...Gravatar Unknown2012-04-27
* Dafny: fixed bug that had omitted the computation of .DefaultCtor for some in...Gravatar Unknown2012-04-26
* Dafny: compile co-inductive datatypesGravatar Unknown2012-04-26
* Dafny: rudimentary translation into Boogie of co-inductive datatypesGravatar Unknown2012-04-25
* Dafny: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25
* Dafny: fixed bug (missing Boogie cast) in translation of induction over gener...Gravatar Unknown2012-04-20
* Dafny: support assign-such-that in var declarations in refinementsGravatar Unknown2012-03-15
* Dafny: fixed lack of assign-such-that restriction in parallel statementGravatar Unknown2012-03-15
* Dafny: added assign-such-that statements; syntax: x,y,a[i],o.f :| Expr;Gravatar Unknown2012-03-15
* Dafny: fixed build errorGravatar Rustan Leino2012-03-09
* 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
* MergeGravatar Unknown2012-03-02
|\
* | Dafny: allow more skeleton statements in refinementsGravatar Unknown2012-03-02
| * Dafny: fixed well-formedness checking of LET expressions to allow the RHS to ...Gravatar Rustan Leino2012-02-29
|/
* 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 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