Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Dafny: datatype constructors can be accessed across module boundaries. | Jason Koenig | 2012-07-06 |
| | |||
* | Dafny: fixed a crash in datatype argument resolution | Jason Koenig | 2012-07-05 |
| | |||
* | Dafny: Fixed bug in autocontracts where the post resolver was run even if ↵ | Jason Koenig | 2012-07-05 |
| | | | | there were resolution errors. | ||
* | Dafny: disallow importing ghost modules into physical ones. | Jason Koenig | 2012-07-05 |
| | |||
* | Dafny: added static members of _default to the module level scope, at low ↵ | Jason Koenig | 2012-07-03 |
| | | | | priority. | ||
* | Dafny: added support for nested abstract modules, fixed some translation issues | Jason Koenig | 2012-07-03 |
| | |||
* | Dafny: re-added field non-uniqueness (was accidentally reverted by a bad merge) | Jason Koenig | 2012-07-02 |
| | |||
* | Merge | Jason Koenig | 2012-07-02 |
|\ | |||
| * | Dafny: reinstated autocontracts | Jason Koenig | 2012-07-02 |
|/ | |||
* | Dafny: updated contracts to allow null parent (of the default module) | Rustan Leino | 2012-06-29 |
| | |||
* | Dafny: fixed up test suite (temporarily removed autocontract tests) | Jason Koenig | 2012-06-28 |
| | |||
* | Dafny: fixed some test cases | Jason Koenig | 2012-06-28 |
| | |||
* | Dafny: fixed bug with translation of class._System.object; | Jason Koenig | 2012-06-28 |
| | |||
* | Dafny: Merge | Jason Koenig | 2012-06-27 |
|\ | |||
* | | Dafny: fixed bug in which _module scope declarations were not verified. | Jason Koenig | 2012-06-27 |
| | | |||
* | | Dafny: Fixed module bugs | Jason Koenig | 2012-06-27 |
| | | |||
| * | Undo bad merge. | afd | 2012-06-27 |
| | | |||
* | | Dafny: Implemented abstract modules | Jason Koenig | 2012-06-26 |
| | | |||
| * | Merge | Unknown | 2012-06-25 |
| |\ | |||
| | * | Dafny: now, equality-support determination and checking feels ripe; so, ↵ | Rustan Leino | 2012-06-22 |
| | | | | | | | | | | | | | | | | | | codatatypes would then be sound Dafny: added special case to allow equality comparison against parameter-less datatype values | ||
| | * | Merge | Unknown | 2012-06-22 |
| | |\ | |||
| | * | | Dafny: mark code for equality-support determination tentative | Unknown | 2012-06-22 |
| | | | | |||
| | * | | Dafny: equality-support test cases. This is just a snapshot--some things ↵ | Unknown | 2012-06-22 |
| | | | | | | | | | | | | | | | | still to be fixed up. | ||
| | * | | Dafny: added contracts to IRewriter methods | Unknown | 2012-06-22 |
| | | | | |||
| | * | | Dafny: allow "assume ..." as a refining statement (provided it replaces an ↵ | Unknown | 2012-06-22 |
| | | | | | | | | | | | | | | | | "assume E") | ||
| | * | | Dafny: deal with equality-support issues in refinements | Unknown | 2012-06-22 |
| | | | | | | | | | | | | | | | | Dafny: a small amount of refactoring and bug fixes | ||
| | | * | Dafny: Fixed bug in CompilerizeName. | chmaria | 2012-06-22 |
| | | | | |||
| | | * | Dafny: fixed two contracts | Rustan Leino | 2012-06-22 |
| | | | | |||
| | * | | Dafny: Since it's no longer true that all types support equality at run-time ↵ | Unknown | 2012-06-21 |
| | |/ | | | | | | | | | | (in particular, codatatypes), Dafny needs to check this. In these changes, Dafny supports the "(==)" suffix to type parameters, infers that suffix in some cases, and enforces equality support in many places. Refinement and datatypes still need more attention in the Dafny implementation. | ||
| * | | Merge | Unknown | 2012-06-21 |
| |\| | |||
| | * | Merge | Unknown | 2012-06-19 |
| | |\ | |||
| | * | | Dafny: improved refinement features; added staged version of the proof of ↵ | Unknown | 2012-06-19 |
| | | | | | | | | | | | | | | | | the Schorr-Waite algorithm (the staging features, as well as the newly added comments, make the verification much more digestible) | ||
* | | | | Dafny: disallow declare identifiers starting with underscore (_) | Jason Koenig | 2012-06-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | It is still possible to reference names containing an underscore, but it is not possible to make a variable, method, class, bound variable, type, or module name beginning with one. | ||
* | | | | Dafny: Added nested modules | Jason Koenig | 2012-06-19 |
| |_|/ |/| | | |||
| * | | Merge with dafny_runtime_checking | Unknown | 2012-06-18 |
| |\ \ | |||
| | * \ | Merged with default. | chmaria | 2012-06-18 |
| | |\ \ | |_|/ / |/| | | | |||
| | * | | Dafny: Added CC translation of postconditions. | chmaria | 2012-06-18 |
| | | | | |||
* | | | | Dafny: fixed parsing bug. | Jason Koenig | 2012-06-15 |
| |_|/ |/| | | |||
* | | | Dafny: in compiler, respect C#'s different scoping rules and lack of support ↵ | Unknown | 2012-06-14 |
| | | | | | | | | | | | | for special characters in identifiers | ||
* | | | Merge | Unknown | 2012-06-14 |
|\| | | |||
* | | | Dafny: fixed a couple of compiler bugs | Unknown | 2012-06-14 |
| | | | |||
* | | | Dafny: cleaned up test scripts a little | Unknown | 2012-06-14 |
| | | | |||
| * | | Merge | Jason Koenig | 2012-06-13 |
| |\ \ | |/ / |/| | | |||
| * | | Dafny: allow parallel assignments to assign to the same LHS if the RHS match. | Jason Koenig | 2012-06-13 |
| | | | |||
* | | | Merge | Unknown | 2012-06-13 |
|\| | | |||
* | | | Dafny: Changed the semantics of the assign-such-that statement "x :| P;" to ↵ | Unknown | 2012-06-13 |
| | | | | | | | | | | | | check the existence of a value. The previous "assume only" version is available by supplying the keyword "assume" in front of "P". | ||
| * | | Dafny: liberalized equality to work when the types could possibly be the same | Jason Koenig | 2012-06-13 |
| | | | | | | | | | | | | (i.e. a != b is allowed when a: array<int> and b: array<T>) | ||
* | | | Dafny: added another version of the majority finding algorithm to the test suite | Unknown | 2012-06-12 |
|/ / | |||
* | | Dafny: beefed up allocation axioms for boxes stored in fields | Unknown | 2012-06-12 |
| | | |||
| * | Dafny: Added tests. | chmaria | 2012-06-12 |
| | |