summaryrefslogtreecommitdiff
path: root/Source/Dafny/Resolver.cs
Commit message (Expand)AuthorAge
* MergeGravatar Rustan Leino2012-07-09
|\
* | Dafny: More work on the coinduction principleGravatar Rustan Leino2012-07-09
| * Dafny: added verification that replaced expressions are the same as the originalGravatar Jason Koenig2012-07-09
| * Dafny: added named expressions and replacementGravatar Jason Koenig2012-07-09
| * Dafny: types can now be qualified with full module pathsGravatar Jason Koenig2012-07-06
| * Dafny: datatype constructors can be accessed across module boundaries.Gravatar Jason Koenig2012-07-06
| * Dafny: fixed a crash in datatype argument resolutionGravatar Jason Koenig2012-07-05
| * Dafny: Fixed bug in autocontracts where the post resolver was run even if the...Gravatar Jason Koenig2012-07-05
| * Dafny: disallow importing ghost modules into physical ones.Gravatar Jason Koenig2012-07-05
* | MergeGravatar Rustan Leino2012-07-04
|\|
| * Dafny: added static members of _default to the module level scope, at low pri...Gravatar Jason Koenig2012-07-03
| * Dafny: added support for nested abstract modules, fixed some translation issuesGravatar Jason Koenig2012-07-03
* | MergeGravatar Rustan Leino2012-07-03
|\|
* | Dafny: added copredicatesGravatar Rustan Leino2012-07-03
| * Dafny: reinstated autocontractsGravatar Jason Koenig2012-07-02
|/
* Dafny: MergeGravatar Jason Koenig2012-06-27
|\
* | Dafny: fixed bug in which _module scope declarations were not verified.Gravatar Jason Koenig2012-06-27
* | Dafny: Fixed module bugsGravatar Jason Koenig2012-06-27
* | Dafny: Implemented abstract modulesGravatar Jason Koenig2012-06-26
| * Dafny: now, equality-support determination and checking feels ripe; so, codat...Gravatar Rustan Leino2012-06-22
| * Dafny: mark code for equality-support determination tentativeGravatar Unknown2012-06-22
| * Dafny: equality-support test cases. This is just a snapshot--some things sti...Gravatar Unknown2012-06-22
| * Dafny: added contracts to IRewriter methodsGravatar Unknown2012-06-22
| * Dafny: deal with equality-support issues in refinementsGravatar Unknown2012-06-22
| * Dafny: Since it's no longer true that all types support equality at run-time ...Gravatar Unknown2012-06-21
* | Dafny: Added nested modulesGravatar Jason Koenig2012-06-19
|/
* Dafny: in compiler, respect C#'s different scoping rules and lack of support ...Gravatar Unknown2012-06-14
* MergeGravatar Jason Koenig2012-06-13
|\
* | Dafny: allow parallel assignments to assign to the same LHS if the RHS match.Gravatar Jason Koenig2012-06-13
| * MergeGravatar Unknown2012-06-13
| |\ | |/ |/|
| * Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to c...Gravatar Unknown2012-06-13
* | Dafny: liberalized equality to work when the types could possibly be the sameGravatar Jason Koenig2012-06-13
|/
* Dafny: allow types to be qualified with the name of the module that declares ...Gravatar Unknown2012-06-11
* 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: 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: fixed resolution bug for inductive datatypes (previous check did not h...Gravatar Unknown2012-04-25
* 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: 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: 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