summaryrefslogtreecommitdiff
path: root/Source/Dafny/Dafny.atg
Commit message (Expand)AuthorAge
* added trait feature:Gravatar Reza Ahmadi2014-07-18
* Renamed "arbitrary type" to "opaque type"Gravatar Rustan Leino2014-07-15
* Support for type synonyms in refinementsGravatar Rustan Leino2014-07-14
* Added type synonyms. (No support yet for these in refinements.)Gravatar Rustan Leino2014-07-11
* MergeGravatar Rustan Leino2014-07-08
|\
* | Implemented compilation of the int<->real conversions, and changed the resolu...Gravatar Rustan Leino2014-07-08
| * Allow array-type parameters to be filled in automatically.Gravatar leino2014-07-02
|/
* Added tuples and tuple types. Syntax is the expected one, namely parentheses ...Gravatar Rustan Leino2014-06-27
* Make syntax of "match" expressions and "match" statements the same -- curly b...Gravatar Rustan Leino2014-06-24
* Added support for 'dirty' forall statements.Gravatar chmaria2014-06-03
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Members included from different files are now internally marked with an Inclu...Gravatar Rustan Leino2014-04-19
* MergeGravatar Rustan Leino2014-04-04
|\
* | Fixed refinement of modify statementsGravatar Rustan Leino2014-04-04
| * Partial support for slicing a sequence using lengths, rather than indices.Gravatar Bryan Parno2014-04-04
|/
* Support the transition from "modify Frame;" to "modify Frame { Body }" by ref...Gravatar Rustan Leino2014-04-04
* Added "modify Frame { Body }" statement.Gravatar Rustan Leino2014-04-04
* Added "modify" statement.Gravatar Rustan Leino2014-04-03
* Auto-set type arguments of built-in collection types, just like for user-defi...Gravatar Rustan Leino2014-03-21
* Fixed resolution bug where "var x := x" was allowed.Gravatar Rustan Leino2014-03-17
* Refactoring: renamed VarDecl to LocalVariable, and renamed VarDeclStmt.Lhss t...Gravatar Rustan Leino2014-03-17
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" -...Gravatar Rustan Leino2014-02-23
* Allow unary minus on realsGravatar Rustan Leino2014-02-13
* Fixed crash in parserGravatar Rustan Leino2014-02-13
* Preliminary support for reals in Dafny specs. No compiler suport yet.Gravatar Bryan Parno2014-02-10
* Produce hover text for many of the refinement omissions (i.e., "..." and the ...Gravatar Rustan Leino2014-01-31
* Allow left-hand sides of a let expression to be patterns (like in the case of...Gravatar Rustan Leino2014-01-08
* Added ghost let expressions.Gravatar Rustan Leino2014-01-05
* Make ModuleDefinition inherit from TopLevelDecl instead of just DeclarationGravatar Bryan Parno2014-01-03
* MergeGravatar Rustan Leino2013-12-30
|\
* | Added proper parsing for StmtExpr's in all contexts.Gravatar Rustan Leino2013-12-30
| * Changed the iterator class hover text back to the iterator name (which is con...Gravatar Rustan Leino2013-12-20
|/
* Added an .EndTok for every statement. (Note, in some places, especially in V...Gravatar Rustan Leino2013-12-19
* Fixed pretty printing of calc statements to use the new(-since-long) format.Gravatar Rustan Leino2013-12-17
* Add support for the :axiom attribute for ghost methods.Gravatar Bryan Parno2013-12-13
* Add support for the "include" keyword, which accepts a (possibly relative) pathGravatar Bryan Parno2013-12-10
* Added support for attributes on variable declarations.Gravatar wuestholz2013-11-18
* Allow calls to side-effect-free ghost methods from expressionsGravatar Rustan Leino2013-08-06
* Merged PredicateExpr and CalcExpr into a single StmtExprGravatar Rustan Leino2013-08-06
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...Gravatar Rustan Leino2013-08-02
* MergeGravatar Nadia Polikarpova2013-07-31
|\
* | Allowing dangling hints in calculations.Gravatar Nadia Polikarpova2013-07-31
| * Add support for hexidecimal numbers.Gravatar parno2013-07-30
|/
* Fixed build failure.Gravatar wuestholz2013-07-25
* Allow field names to be sequences of digits (this is nice, for example, to de...Gravatar Rustan Leino2013-07-24
* Because of neighboring parse conflict handlers, must call ResetPeek()Gravatar Rustan Leino2013-07-10
* Fixed parsing bug in "if" and "while" guardsGravatar Rustan Leino2013-07-10
* Made the semi-colon after "type" and "module" declarations optional.Gravatar Rustan Leino2013-05-10
* Make semi-colon after datatype/codatatype declaration optional (in the future...Gravatar Rustan Leino2013-04-19
* The "choose" statement, hacky and specialized as it was, is now gone. Use th...Gravatar Rustan Leino2013-03-27