summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
Commit message (Expand)AuthorAge
...
* 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
* Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
* fixed type resolution bug (http://boogie.codeplex.com/discussions/403801)Gravatar Rustan Leino2012-11-20
* ... the other part of "Improved Dafny Extension display of destructors"Gravatar Rustan Leino2012-11-19
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* allow a refinement to introduce "return" statements, at the price of re-verif...Gravatar Rustan Leino2012-10-22
* combine {:autocontracts} and refinementGravatar Rustan Leino2012-10-21
* some code clean-upGravatar Rustan Leino2012-10-18
* New feature:Gravatar Rustan Leino2012-10-11
* Support default (which, here, means nameless) class-instance constructorsGravatar Rustan Leino2012-10-05
* Put all sources under \Source directoryGravatar Rustan Leino2012-10-04