summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Version 1.8.2.10419, binary release and (except for the "include" update in t...Gravatar Rustan Leino2014-04-19
* Members included from different files are now internally marked with an Inclu...Gravatar Rustan Leino2014-04-19
* Fixed bug #32 dafny.codeplex.com.Gravatar Rustan Leino2014-04-15
* Cleaned up some no longer needed parentheses in test fileGravatar Rustan Leino2014-04-15
* Run-time real supportGravatar Rustan Leino2014-04-13
* Compile realsGravatar Rustan Leino2014-04-13
* Allow reals in decreases clausesGravatar Rustan Leino2014-04-08
* 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
|/
* Adjusted mergeGravatar Rustan Leino2014-04-04
* MergeGravatar Rustan Leino2014-04-04
|\
* | Also include lower set bounds (bounding a set from below) in witness guesses ...Gravatar Rustan Leino2014-04-04
* | Support the transition from "modify Frame;" to "modify Frame { Body }" by ref...Gravatar Rustan Leino2014-04-04
* | Changed an error from a verification error to a syntactic (resolution) errorGravatar Rustan Leino2014-04-04
* | Added "modify Frame { Body }" statement.Gravatar Rustan Leino2014-04-04
* | Added "modify" statement.Gravatar Rustan Leino2014-04-03
| * Basic support for datatype-update syntatic sugarGravatar Bryan Parno2014-04-03
|/
* DafnyExtension: Fixed a concurrency issue.Gravatar wuestholz2014-04-03
* Improvements in sequence axioms to make checking more automatic.Gravatar Rustan Leino2014-04-02
* Bumped version to 1.8.1.10324. To go onto rise4fun and as a binary drop.Gravatar Rustan Leino2014-03-24
* MergeGravatar Rustan Leino2014-03-24
|\
* | Reduced noise in BVD display of temporary variables of the translationGravatar Rustan Leino2014-03-24
| * Auto-set type arguments of built-in collection types, just like for user-defi...Gravatar Rustan Leino2014-03-21
| * Fixed typo in latex style fileGravatar Rustan Leino2014-03-20
|/
* Added axiom to transfer array element-type information onto the elements them...Gravatar Rustan Leino2014-03-20
* Fixed problem with propagating allocation information about array elements.Gravatar Rustan Leino2014-03-20
* Propagate literals through equality operations.Gravatar Nada Amin2014-03-19
* MergeGravatar Rustan Leino2014-03-17
|\
* | 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
* | AST refactoring:Gravatar Rustan Leino2014-03-17
| * MergeGravatar Nada Amin2014-03-12
| |\ | |/ |/|
| * Improve computations, in particular compositionality. Isolated useless litera...Gravatar Nada Amin2014-03-12
| * change computation weight to 3. Tests still pass.Gravatar Nada Amin2014-03-11
* | Added a test case from the ACL2 bookGravatar Rustan Leino2014-03-10
|/
* Removed an apparently unneeded trigger.Gravatar Rustan Leino2014-03-06
* Moved the (long running) CloudMake test files to their own directoryGravatar Rustan Leino2014-02-28
* Added CloudMake formalization and proofs to the test suiteGravatar Rustan Leino2014-02-26
* Added examples mentioned in a paper on circular coinduction.Gravatar Rustan Leino2014-02-25
* Added further assistance in coming up with decreases clauses in SCCs with co-...Gravatar Rustan Leino2014-02-24
* Unfinished code -- please forgive (I'm switching machines and will fix shortly)Gravatar Rustan Leino2014-02-24
* Refactored code for dealing with SCCs in the call graph.Gravatar Rustan Leino2014-02-24
* Minor clean-up in a couple of test files.Gravatar Rustan Leino2014-02-24
* Fixed bugs in co-call checksGravatar Rustan Leino2014-02-23
* Added another colemma-calls-function-recursively testGravatar Rustan Leino2014-02-23
* Fixed some checking of recursive method/copredicate callsGravatar Rustan Leino2014-02-23
* Fixed build-break typoGravatar Rustan Leino2014-02-23
* Deprecated "comethod" keyword in favor of "colemma". (Also, "prefix method" -...Gravatar Rustan Leino2014-02-23
* Allow unary minus on realsGravatar Rustan Leino2014-02-13