summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
Commit message (Expand)AuthorAge
...
| * Added support for automatic generation of function requirements via the :auto...Gravatar Bryan Parno2014-01-08
| * Compile assign-such-that for all integers, not just ones where a bound is foundGravatar Rustan Leino2014-01-06
|/
* Added ghost let expressions.Gravatar Rustan Leino2014-01-05
* Make ModuleDefinition inherit from TopLevelDecl instead of just DeclarationGravatar Bryan Parno2014-01-03
* Changed the iterator class hover text back to the iterator name (which is con...Gravatar Rustan Leino2013-12-20
* Hover text for default decreases clauses of loops.Gravatar Rustan Leino2013-12-20
* MergeGravatar Rustan Leino2013-12-19
|\
* | Added an .EndTok for every statement. (Note, in some places, especially in V...Gravatar Rustan Leino2013-12-19
| * Compute default decreases clauses in Resolver instead of in the Translator.Gravatar Rustan Leino2013-12-19
|/
* Add support for the "include" keyword, which accepts a (possibly relative) pathGravatar Bryan Parno2013-12-10
* 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
* Set up call-graph to keep track of edges between functions and methods. (To ...Gravatar Rustan Leino2013-08-04
* Introduced keywords "lemma" (like a "ghost method", but not allowed to have a...Gravatar Rustan Leino2013-08-02
* Fixed contract build errorsGravatar Rustan Leino2013-08-01
* Added support for more fine-grained generation of unique names.Gravatar wuestholz2013-07-31
* Allowing dangling hints in calculations.Gravatar Nadia Polikarpova2013-07-31
* Co-recursion, now sounder than ever!Gravatar Rustan Leino2013-07-30
* Allow field names to be sequences of digits (this is nice, for example, to de...Gravatar Rustan Leino2013-07-24
* DafnyExtension: Added support for collecting additional information during re...Gravatar wuestholz2013-07-15
* Datatypes with ghost fields (that is, with constructors with ghost parameters...Gravatar Rustan Leino2013-07-09
* MergeGravatar Unknown2013-07-04
|\
| * Computations!Gravatar Unknown2013-07-04
* | Fixed bug with substitutions in let-such-that expressions. This cures Issue 22.Gravatar Rustan Leino2013-07-04
|/
* Fixed bug of inappropriate Boogie nameGravatar Rustan Leino2013-07-01
* Fixed soundness bug with co-recursive calls: co-recursive calls may now no l...Gravatar Rustan Leino2013-06-29
* Fixed compilation bug where C# keywords were not being escapedGravatar Rustan Leino2013-06-25
* When inlining the body of a predicate (in a proof obligation--via TrSplitExpr),Gravatar Rustan Leino2013-04-24
* Refactored some resolution stages to make use of VisitorsGravatar Rustan Leino2013-04-02
* Moved resolution of BinaryExpr.ResolveOp until the CheckTypeInference phase, ...Gravatar Rustan Leino2013-04-01
* The "choose" statement, hacky and specialized as it was, is now gone. Use th...Gravatar Rustan Leino2013-03-27
* Replaced SuperSetBoundedPool by SubSetBoundedPool, which is much more useful ...Gravatar Rustan Leino2013-03-27
* Compilation of (many common) assign-such-that statements.Gravatar Rustan Leino2013-03-26
* Type-inference support for cardinality operatorGravatar Rustan Leino2013-03-26
* First take on set, multiset and map cardinality.Gravatar Nadia Polikarpova2013-03-22
* Minor code cleanup.Gravatar Nadia Polikarpova2013-03-21
* Finished support for ==# in calc, changed Paulson example to use it.Gravatar Nadia Polikarpova2013-03-20
* Added some data structure to support ==# in calculations.Gravatar Nadia Polikarpova2013-03-20
* Added explies support to calculations.Gravatar Nadia Polikarpova2013-03-15
* Added the <== operator.Gravatar Nadia Polikarpova2013-03-14
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* New well-formedness checks for calculations (no cascading).Gravatar Nadia Polikarpova2013-03-05
* Added Equals method on TypeGravatar Rustan Leino2013-02-20
* Minor fixes for calc expressions.Gravatar Nadia Polikarpova2013-02-13
* First take on calc expressions.Gravatar Nadia Polikarpova2013-02-14
* Minor cleanup.Gravatar Nadia Polikarpova2013-02-12
* Added parsing and resolution of a new let-such-that expression. Translation h...Gravatar Rustan Leino2013-01-21
* Removed the syntactic form copredicate #-form with the implicit argument.Gravatar Rustan Leino2013-01-16
* Encode codatatype equalities by predefined copredicates, including their pref...Gravatar Rustan Leino2013-01-15
* Support for copredicates and prefix predicates in comethods.Gravatar Rustan Leino2012-12-04