summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
Commit message (Expand)AuthorAge
* Preliminary support for reals in Dafny specs. No compiler suport yet.Gravatar Bryan Parno2014-02-10
* Fixed bug in DafnyExtension (hover text computation would crash if Translator...Gravatar Rustan Leino2014-02-06
* Mark auto-generated expressions (in "decreases" clauses) and don't use these ...Gravatar Rustan Leino2014-02-04
* Produce hover text for many of the refinement omissions (i.e., "..." and the ...Gravatar Rustan Leino2014-01-31
* Improve autoReq's interactions with opaqueGravatar Bryan Parno2014-01-13
* A better fix to deal with StaticReceiverTypes affected by autoReq.Gravatar Bryan Parno2014-01-10
* Manually adjusted mergeGravatar Rustan Leino2014-01-08
* MergeGravatar Rustan Leino2014-01-08
|\
* | Allow left-hand sides of a let expression to be patterns (like in the case of...Gravatar Rustan Leino2014-01-08
| * Fixed build break: two contract problemsGravatar Rustan Leino2014-01-08
| * :autoReq now works with static functions.Gravatar Bryan Parno2014-01-08
| * Add autoReq support for matches.Gravatar Bryan Parno2014-01-08
| * 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