Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduced keywords "lemma" (like a "ghost method", but not allowed to have ↵ | Rustan Leino | 2013-08-02 |
| | | | | a "modifies" clause) and "colemma" (synonymous with "comethod"; perhaps "comethod" will go away at some point) | ||
* | Include <== operator in LaTeX style file | Rustan Leino | 2013-05-12 |
| | |||
* | Renamed "parallel" statement to "forall" statement, and made the parentheses ↵ | Rustan Leino | 2013-03-06 |
| | | | | around the bound variables optional. | ||
* | removed deprecated "allocated" keyword from DafnyExtension syntax highlighting | Rustan Leino | 2012-10-22 |
| | | | | removed a level of directories for the Dafny VIM mode | ||
* | renamed "abstract module" to "module facade" | Rustan Leino | 2012-10-22 |
| | | | | renamed "ghost module" to "abstract module", adding a keyword "abstract" | ||
* | New feature: | Rustan Leino | 2012-10-11 |
| | | | | | | | * Added "comethod" declarations and support for writing manual co-inductive proofs (but currently blindly assume comethod postconditions to, in positive positions, only have copredicates and codatatype equalities--other cases still need to be dealt with) Code restructuring: * New set of Boogie procedure stubs generated for each other * Start of improvements around TrSplitExpr | ||
* | Migrated a missing file from the old Boogie codeplex | Rustan Leino | 2012-10-04 |
| | |||
* | Put all sources under \Source directory | Rustan Leino | 2012-10-04 |
| | |||
* | Merge | Rustan Leino | 2012-10-04 |
|\ | |||
| * | bunch of refactorings | Unknown | 2012-10-03 |
| | | | | | | | | | | | | | | | | | | - moved doomed and predication code into separate projects; for doomed there is a static dependency from BoogieDriver but for predication even that dependency has been eliminated - deleted Provers\Simplify and Provers\Z3 - removed Provers\Z3api from the solution - consolidated Core\GraphAlgorithms.cs VCGeneration\GraphAlgorithms.cs into Graph\Graph.cs | ||
| * | Dafny: removed div/mod axioms, since Boogie now interprets div/mod | Unknown | 2012-09-28 |
| | | | | | | | | | | Dafny: included FloydCycleDetect again (which had been temporarily commented out) DafnyExtension: adjusted to Boogie's change in abstract-interpretation support | ||
| * | DafnyExtension: make it usable also in Visual Studio 2012 | Unknown | 2012-09-27 |
| | | |||
* | | Dafny: added iterators; for now, only parsing and resolving (and printing ↵ | Rustan Leino | 2012-09-25 |
| | | | | | | | | and refining), no compilation or verification | ||
| * | DafnyExtension: adding some missing keywords (for imports) | Unknown | 2012-09-21 |
| | | |||
| * | Added the new keyword (calc) to Util | Nadia Polikarpova | 2012-09-16 |
|/ | |||
* | DafnyExtension: addressed a class initialization order problem | Rustan Leino | 2012-09-09 |
| | |||
* | DafnyExtension: new color (violet) for buffer snapshot sent to the verifier | Unknown | 2012-09-07 |
| | |||
* | Dafny: fixed typo in latex mode | Unknown | 2012-09-05 |
| | |||
* | DafnyExtension: don't duplicate names of inherited identifiers | Unknown | 2012-08-30 |
| | |||
* | DafnyExtension: changed how "_" is displayed (now display as a keyword, not ↵ | Unknown | 2012-08-30 |
| | | | | as an identifier definition) | ||
* | Dafny: allow "_" as don't-care variable name | Unknown | 2012-08-30 |
| | |||
* | DafnyExtension: fixed bug (omitted case: VarDeclStmt has no Update component) | Unknown | 2012-08-29 |
| | |||
* | DafnyExtension: don't reverify a buffer with no changes | Rustan Leino | 2012-08-27 |
| | |||
* | DafnyExtensions: better error handling | Rustan Leino | 2012-08-21 |
| | |||
* | Dafny and Boogie: get rid of 'static' fields in parser | Rustan Leino | 2012-08-21 |
| | |||
* | DafnyExtension: fixed bad merge | Rustan Leino | 2012-08-17 |
| | |||
* | Merge | Rustan Leino | 2012-08-17 |
|\ | |||
* | | DafnyExtension: improved concurrency behavior | Unknown | 2012-08-17 |
| | | |||
| * | DafnyExtension: report out-of-time and out-of-memory errors | Rustan Leino | 2012-08-17 |
|/ | |||
* | DafnyExtension: toward some fixes | Unknown | 2012-08-17 |
| | |||
* | DafnyExtension: simplified display of type names and field names | Unknown | 2012-08-17 |
| | |||
* | DafnyExtension: various improvements | Unknown | 2012-08-16 |
| | |||
* | DafnyExtension: improvements | Rustan Leino | 2012-08-15 |
| | |||
* | DafnyExtension: do verification in a non-UI thread | Rustan Leino | 2012-08-15 |
| | |||
* | DafnyExtension: fixed more missing cases for hover texts | Unknown | 2012-08-15 |
| | |||
* | Dafny: fixed some bugs in the newly added DafnyExtension code | Unknown | 2012-08-15 |
| | |||
* | Dafny: added Statement.SubExpressions getter | Unknown | 2012-08-15 |
| | | | | DafnyExtension: added hover text for identifiers | ||
* | Dafny: added Statement.SubExpressions getter | Unknown | 2012-08-15 |
| | | | | DafnyExtension: added hover text for identifiers | ||
* | Dafny: removed the defunct "havoc" keyword from various source-code highlighters | Unknown | 2012-08-15 |
| | |||
* | Dafny emacs mode: changed a menu name (Does anyone ever use this menu anyhow?) | Unknown | 2012-08-14 |
| | |||
* | Dafny: two bug fixes (resolution crashing on bad input, DafnyExtension ↵ | Unknown | 2012-08-14 |
| | | | | crashing after certain deletes) | ||
* | DafnyExtension: hide execution-trace output, show split-expr related error ↵ | Rustan Leino | 2012-08-10 |
| | | | | locations, set a 10-second timeout | ||
* | DafnyExtension: improvements | Rustan Leino | 2012-08-08 |
| | |||
* | DafnyExtension: fixed build issues; added support for some refinement features | Rustan Leino | 2012-08-08 |
| | |||
* | Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and ↵ | Unknown | 2012-08-08 |
| | | | | visually indicates a non-verified buffer | ||
* | Dafny VS Extension: edited to make it build with new AST types, fixed some ↵ | Unknown | 2012-08-02 |
| | | | | bugs, added a temporary progress indicator | ||
* | Dafny: removed allocated keyword, changed module import syntax. "opened" ↵ | Jason Koenig | 2012-07-30 |
| | | | | keyword is parsed but ignored. | ||
* | Dafny: fixed ghost checking for labeled (i.e. named) expressions, changed to ↵ | Jason Koenig | 2012-07-10 |
| | | | | parallel syntax, other minor fixes | ||
* | Dafny: added copredicates | Rustan Leino | 2012-07-03 |
| | |||
* | Dafny: Merge | Jason Koenig | 2012-06-27 |
|\ |