summaryrefslogtreecommitdiff
path: root/Util
Commit message (Collapse)AuthorAge
* Replace the Emacs mode files by a pointer to the boogie-friends repo.Gravatar Clément Pit--Claudel2015-08-23
| | | | Does mercurial support submodules? That could be a good option too.
* Add an infinite set collection type.Gravatar qunyanm2015-05-29
|
* Fixed typo in the Dafny Emacs mode.Gravatar Nadia Polikarpova2015-05-12
|
* Added inductive predicatesGravatar leino2015-05-06
|
* added notice about vim-loves-dafny.Gravatar Michael Lowell Roberts2015-04-27
|
* Added 'protected' keyword (syntax)Gravatar leino2015-03-07
|
* Removed Util/VS2010 folder, which has been superseded by DafnyExtension ↵Gravatar Rustan Leino2015-02-27
| | | | years ago
* Add imap keyword to VS/emacs/vim/latex filesGravatar chrishaw2015-02-26
|
* Added types "char" and "string" (the latter being a synonym for "seq<char>").Gravatar leino2014-10-20
| | | | | | Added string literals with various escapes--a subset of those supported in C# and similar languages, including the C# verbatim strings. Previously, the "print" statement and custom attributes could support expression-or-string arguments; there is no longer a need to special-case these, so these arguments are now just expressions. Fixed lack of operator resolution in custom attributes.
* Reformatting of emacs syntax file.Gravatar leino2014-10-09
|
* Changed syntax of derived types to "newtype"Gravatar leino2014-08-21
| | | | Added parsing of constraints (beyond parsing is yet to come)
* added trait feature:Gravatar Reza Ahmadi2014-07-18
| | | | | | -possibility to declare traits in Dafny -possibility to extend a class by a trait -possibility to override body-less methods
* Fixes to vim highlightingGravatar Dan Rosén2014-07-07
|
* Added "modify" statement.Gravatar Rustan Leino2014-04-03
| | | | In a frame govered by a ghost context, ignore explicit mentions of `g if g is a ghost field.
* Fixed typo in latex style fileGravatar Rustan Leino2014-03-20
|
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" ↵Gravatar Rustan Leino2014-02-23
| | | | -> "prefix lemma")
* Syntax highlighting for realsGravatar Rustan Leino2014-02-13
|
* Increased space around "..." in latex style for Dafny.Gravatar Rustan Leino2014-02-13
|
* Italicize attributes in latex mode for DafnyGravatar Rustan Leino2014-02-10
|
* Fixed emacs coloring to not color things that are only substrings of symbolsGravatar Bryan Parno2013-12-12
| | | | Patch provided by Jay Lorch.
* Add support for the "include" keyword, which accepts a (possibly relative) pathGravatar Bryan Parno2013-12-10
| | | | | to another Dafny file. That file's functions and methods are included but not checked. This is intended to support incremental verification on a per-file basis.
* Removed old keyword "choose"Gravatar Rustan Leino2013-08-06
|
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have ↵Gravatar Rustan Leino2013-08-02
| | | | a "modifies" clause) and "colemma" (synonymous with "comethod"; perhaps "comethod" will go away at some point)
* Include <== operator in LaTeX style fileGravatar Rustan Leino2013-05-12
|
* Renamed "parallel" statement to "forall" statement, and made the parentheses ↵Gravatar Rustan Leino2013-03-06
| | | | around the bound variables optional.
* removed deprecated "allocated" keyword from DafnyExtension syntax highlightingGravatar Rustan Leino2012-10-22
| | | | removed a level of directories for the Dafny VIM mode
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
| | | | renamed "ghost module" to "abstract module", adding a keyword "abstract"
* New feature:Gravatar Rustan Leino2012-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 codeplexGravatar Rustan Leino2012-10-04
|
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04
|
* MergeGravatar Rustan Leino2012-10-04
|\
| * bunch of refactoringsGravatar Unknown2012-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/modGravatar Unknown2012-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 2012Gravatar Unknown2012-09-27
| |
* | Dafny: added iterators; for now, only parsing and resolving (and printing ↵Gravatar Rustan Leino2012-09-25
| | | | | | | | and refining), no compilation or verification
| * DafnyExtension: adding some missing keywords (for imports)Gravatar Unknown2012-09-21
| |
| * Added the new keyword (calc) to UtilGravatar Nadia Polikarpova2012-09-16
|/
* DafnyExtension: addressed a class initialization order problemGravatar Rustan Leino2012-09-09
|
* DafnyExtension: new color (violet) for buffer snapshot sent to the verifierGravatar Unknown2012-09-07
|
* Dafny: fixed typo in latex modeGravatar Unknown2012-09-05
|
* DafnyExtension: don't duplicate names of inherited identifiersGravatar Unknown2012-08-30
|
* DafnyExtension: changed how "_" is displayed (now display as a keyword, not ↵Gravatar Unknown2012-08-30
| | | | as an identifier definition)
* Dafny: allow "_" as don't-care variable nameGravatar Unknown2012-08-30
|
* DafnyExtension: fixed bug (omitted case: VarDeclStmt has no Update component)Gravatar Unknown2012-08-29
|
* DafnyExtension: don't reverify a buffer with no changesGravatar Rustan Leino2012-08-27
|
* DafnyExtensions: better error handlingGravatar Rustan Leino2012-08-21
|
* Dafny and Boogie: get rid of 'static' fields in parserGravatar Rustan Leino2012-08-21
|
* DafnyExtension: fixed bad mergeGravatar Rustan Leino2012-08-17
|
* MergeGravatar Rustan Leino2012-08-17
|\
* | DafnyExtension: improved concurrency behaviorGravatar Unknown2012-08-17
| |