summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MergeGravatar Rustan Leino2014-01-11
|\
| * A better fix to deal with StaticReceiverTypes affected by autoReq.Gravatar Bryan Parno2014-01-10
* | MergeGravatar Rustan Leino2014-01-10
|\|
* | GHC-MergeSort: removed lemmas and proof steps rendered unnecessary now that a...Gravatar Rustan Leino2014-01-09
| * MergeGravatar Bryan Parno2014-01-09
| |\ | |/ |/|
| * Fixed a resolve bug for UserDefinedTypesGravatar Bryan Parno2014-01-09
* | Dafny renditions of sorting algorithms proved in other provers (Coq, Isabelle...Gravatar Rustan Leino2014-01-08
|/
* 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
| * Don't produce default decreases clause for co-predicates, since co-predicates...Gravatar Rustan Leino2014-01-07
| * One more file to go with the previous check-in (DafnyRuntime.cs apparently ge...Gravatar Rustan Leino2014-01-06
| * Compile assign-such-that for all integers, not just ones where a bound is foundGravatar Rustan Leino2014-01-06
|/
* More thoroughly check for nested assume statements during compilationGravatar Rustan Leino2014-01-05
* Added ghost let expressions.Gravatar Rustan Leino2014-01-05
* Renamed a constructor in a test fileGravatar Rustan Leino2014-01-03
* Improved the name-clashing situation when substituting to produce printable A...Gravatar Rustan Leino2014-01-03
* Removed unused declarationGravatar Rustan Leino2014-01-03
* MergeGravatar Rustan Leino2014-01-03
|\
* | Changed BreadthFirstSearch example to no longer use "inductive naturals", seq...Gravatar Rustan Leino2014-01-03
| * Make ModuleDefinition inherit from TopLevelDecl instead of just DeclarationGravatar Bryan Parno2014-01-03
* | Allow "match" expressions anywhereGravatar Rustan Leino2014-01-03
* | No longer specialize axioms Haskell-style for functions whose bodies contains...Gravatar Rustan Leino2014-01-03
* | Print and translate "match" expressions in general positions, not just at the...Gravatar Rustan Leino2014-01-03
* | Embellished axioms about GenericAlloc and DtAlloc.Gravatar Rustan Leino2014-01-03
|/
* Hover text for inferred postconditions of 'forall' statements (the one for ca...Gravatar Rustan Leino2013-12-30
* MergeGravatar Rustan Leino2013-12-30
|\
* | Added proper parsing for StmtExpr's in all contexts.Gravatar Rustan Leino2013-12-30
| * Pass on attributes for methods, iterators, and functions to Boogie.Gravatar wuestholz2013-12-26
| * DafnyExtension: Reduce the default number of Z3 instances by one.Gravatar wuestholz2013-12-26
| * 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
* Moved the hover text of iterator classes to the "iterator" keyword itself (si...Gravatar Rustan Leino2013-12-19
* MergeGravatar Rustan Leino2013-12-19
|\
* | Added an .EndTok for every statement. (Note, in some places, especially in V...Gravatar Rustan Leino2013-12-19
| * MergeGravatar Rustan Leino2013-12-19
| |\
| * | Compute default decreases clauses in Resolver instead of in the Translator.Gravatar Rustan Leino2013-12-19
|/ /
| * Add pretty-printing flag to the dafny3 test script.Gravatar wuestholz2013-12-19
|/
* Added test3/GenericSort.dfy, which shows how modules can be used to write and...Gravatar Rustan Leino2013-12-18
* Add an assertion to a test case to make it less flaky (hopefully).Gravatar wuestholz2013-12-18
* Added missing file (sorry)Gravatar Rustan Leino2013-12-18
* Add support for the /verifySeparately flag in Boogie and change most tests to...Gravatar wuestholz2013-12-18
* Fix a possible null dereference.Gravatar wuestholz2013-12-18
* Fixed pretty printing of calc statements to use the new(-since-long) format.Gravatar Rustan Leino2013-12-17
* Don't expand {:opaque} for inherited functions. (Note, more design is still ...Gravatar Rustan Leino2013-12-17
* MergeGravatar Rustan Leino2013-12-17
|\