Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed Dafny, Jennisys, Chalice, and BCT, which now live in different ↵ | Rustan Leino | 2013-03-05 |
| | | | | Codeplex repositories. | ||
* | Merge | Rustan Leino | 2012-10-04 |
|\ | |||
* | | Dafny: incomplete snapshot of verification of iterators | Rustan Leino | 2012-10-02 |
| | | |||
* | | Dafny: added iterators; for now, only parsing and resolving (and printing ↵ | Rustan Leino | 2012-09-25 |
| | | | | | | | | and refining), no compilation or verification | ||
| * | Allow a single != in a calc | Nadia Polikarpova | 2012-09-20 |
| | | |||
| * | Not reusing RelOp parser in CalcOp to avoid the conflict between !in and ! | Nadia Polikarpova | 2012-09-19 |
| | | |||
| * | Allow multiple calc/block statements in a hint. Removed the empty calc test ↵ | Nadia Polikarpova | 2012-09-19 |
| | | | | | | | | from dafny2/Calculations, as it actually belongs in dafny0. | ||
| * | Allow empty calc statements | Nadia Polikarpova | 2012-09-19 |
| | | |||
| * | Allow custom operators on a line | Nadia Polikarpova | 2012-09-17 |
| | | |||
| * | Allow several calculation operators (for the whole calculation) | Nadia Polikarpova | 2012-09-16 |
| | | |||
| * | Allowing calc as hint (without braces) | Nadia Polikarpova | 2012-09-16 |
| | | |||
| * | Renamed terms into lines (according to the proposal), fixed some contracts | Nadia Polikarpova | 2012-09-16 |
| | | |||
| * | Merge | Nadia Polikarpova | 2012-09-14 |
| |\ | |/ |/| | |||
| * | Resolve and clone calc statements; fixed a small grammar bug | Nadia Polikarpova | 2012-09-13 |
| | | |||
| * | Added calc statement to the AST and the grammar (first attempt) | Nadia Polikarpova | 2012-09-13 |
| | | |||
* | | Dafny: things about sequences: parse Suffix expressions after DisplayExpr's, ↵ | Unknown | 2012-09-12 |
|/ | | | | and axiomatize [][..0] == [] == [][0..] | ||
* | Dafny: allow 'decreases *' (that is, non-terminating recursion) on ↵ | Rustan Leino | 2012-09-09 |
| | | | | tail-recursive methods | ||
* | Dafny: for refinements, don't consider a newly provided predicate body to be ↵ | Unknown | 2012-08-30 |
| | | | | an extension--clients don't need to be reverified if the body is new, only an extensions to a previous definition need to be | ||
* | Dafny: allow "_" as don't-care variable name | Unknown | 2012-08-30 |
| | |||
* | Dafny: fixed contract violation in parser (for non-parsing Lhs production) | Unknown | 2012-08-29 |
| | |||
* | Dafny and Boogie: get rid of 'static' fields in parser | Rustan Leino | 2012-08-21 |
| | |||
* | DafnyExtension: fixed more missing cases for hover texts | Unknown | 2012-08-15 |
| | |||
* | Dafny: fixed parser crash | Unknown | 2012-08-09 |
| | |||
* | Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and ↵ | Unknown | 2012-08-08 |
| | | | | visually indicates a non-verified buffer | ||
* | Dafny: support opening modules into the local scope | Jason Koenig | 2012-07-30 |
| | |||
* | Dafny: removed allocated keyword, changed module import syntax. "opened" ↵ | Jason Koenig | 2012-07-30 |
| | | | | keyword is parsed but ignored. | ||
* | Dafny: removed allocated, changed semantics of fresh | Jason Koenig | 2012-07-29 |
| | | | | | -allocated(x) removed, as really only useful in old(...) -old(allocated(x)) and !fresh(x) are equivalent (for x with type ref, set, sequence, and datatype). | ||
* | Dafny: compilation of abstract modules, including local definitions (as in ↵ | Jason Koenig | 2012-07-17 |
| | | | | | | | module A as B = C) * * * Dafny: compilation of abstract modules, including local definitions (as in module A as B = C) | ||
* | Dafny: allow implict self (as in "`field") in frame declarations. | Jason Koenig | 2012-07-16 |
| | |||
* | Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ↵ | Jason Koenig | 2012-07-10 |
| | | | | parallel syntax, other minor fixes | ||
* | Merge | Rustan Leino | 2012-07-09 |
|\ | |||
| * | Dafny: added verification that replaced expressions are the same as the original | Jason Koenig | 2012-07-09 |
| | | |||
| * | Dafny: added named expressions and replacement | Jason Koenig | 2012-07-09 |
| | | |||
| * | Dafny: types can now be qualified with full module paths | Jason Koenig | 2012-07-06 |
| | | |||
* | | Merge | Rustan Leino | 2012-07-04 |
|\| | |||
| * | Dafny: added support for nested abstract modules, fixed some translation issues | Jason Koenig | 2012-07-03 |
| | | |||
* | | Merge | Rustan Leino | 2012-07-03 |
|\| | |||
* | | Dafny: added copredicates | Rustan Leino | 2012-07-03 |
| | | |||
| * | Dafny: reinstated autocontracts | Jason Koenig | 2012-07-02 |
|/ | |||
* | Dafny: Merge | Jason Koenig | 2012-06-27 |
|\ | |||
* | | Dafny: fixed bug in which _module scope declarations were not verified. | Jason Koenig | 2012-06-27 |
| | | |||
* | | Dafny: Implemented abstract modules | Jason Koenig | 2012-06-26 |
| | | |||
| * | Dafny: allow "assume ..." as a refining statement (provided it replaces an ↵ | Unknown | 2012-06-22 |
| | | | | | | | | "assume E") | ||
| * | 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-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 |
| |/ |/| | |||
* | | Dafny: fixed parsing bug. | Jason Koenig | 2012-06-15 |
|/ | |||
* | Merge | Jason Koenig | 2012-06-13 |
|\ |