| Commit message (Expand) | Author | Age |
* | Introduced keywords "lemma" (like a "ghost method", but not allowed to have a... | Rustan Leino | 2013-08-02 |
* | More and improved CaptureState info | Rustan Leino | 2013-08-02 |
* | Merge | Nadia Polikarpova | 2013-07-31 |
|\ |
|
* | | Allowing dangling hints in calculations. | Nadia Polikarpova | 2013-07-31 |
| * | Add support for hexidecimal numbers. | parno | 2013-07-30 |
|/ |
|
* | Co-recursion, now sounder than ever! | Rustan Leino | 2013-07-30 |
* | Added an assert to help the theorem prover out in the RingBuffer.Enqueue method. | Rustan Leino | 2013-07-29 |
* | Make functions and predicates be opaque outside the defining module -- only t... | Rustan Leino | 2013-07-29 |
* | Added some test cases: theorem about infinite and finite trees. | Rustan Leino | 2013-07-27 |
* | Allow field names to be sequences of digits (this is nice, for example, to de... | Rustan Leino | 2013-07-24 |
* | Axioms that relate (multi)set cardinality with (multi)set difference. | Rustan Leino | 2013-07-16 |
* | Syntactic improvements in two tests. | Rustan Leino | 2013-07-16 |
* | Added some test cases having to do with finite/infinite trees | Rustan Leino | 2013-07-10 |
* | Datatypes with ghost fields (that is, with constructors with ghost parameters... | Rustan Leino | 2013-07-09 |
* | Deactivated VC splitting in the tests. | wuestholz | 2013-07-05 |
* | Merge | Unknown | 2013-07-04 |
|\ |
|
| * | Computations! | Unknown | 2013-07-04 |
* | | Fixed bug with substitutions in let-such-that expressions. This cures Issue 22. | Rustan Leino | 2013-07-04 |
|/ |
|
* | Changed a test to verify within a reasonable time (10 s vs. 300 s). | wuestholz | 2013-07-01 |
* | Fixed soundness bug with co-recursive calls: co-recursive calls may now no l... | Rustan Leino | 2013-06-29 |
* | Fixed unsoundness (and also allowed other, sound cases) in the admissability ... | Rustan Leino | 2013-06-28 |
* | Changed ranking function for Seq, so that it's compatible with data types. | Unknown | 2013-06-26 |
* | Fixed compilation bug where C# keywords were not being escaped | Rustan Leino | 2013-06-25 |
* | Fixed a problem where changes to a substMap were not being undone, curing Iss... | Rustan Leino | 2013-06-20 |
* | Merge | Rustan Leino | 2013-06-20 |
|\ |
|
| * | Beefed up axioms about cardinality and the empty (multi)set, which fixes Issu... | Rustan Leino | 2013-06-20 |
* | | Merge | Rustan Leino | 2013-06-20 |
|\| |
|
* | | Fixed some incorrectly formed Boogie code generated as a result of a "break" ... | Rustan Leino | 2013-06-20 |
| * | One more test case for the "datatype constructor cases" axiom, namely the exa... | Rustan Leino | 2013-06-20 |
|/ |
|
* | Make "datatype constructor cases" axiom available whenever the discriminator ... | Rustan Leino | 2013-06-20 |
* | Did some refactoring of the error reporting functionality. | wuestholz | 2013-06-18 |
* | Dafny: Updated an 'Answer' file. | wuestholz | 2013-06-17 |
* | Updated an 'Answer' file. | wuestholz | 2013-06-03 |
* | Adjusted Answer file for reordering of errors (caused by a recent bug fix in ... | Rustan Leino | 2013-05-29 |
* | Adjusted Answer file (ordering issue) after merge | Rustan Leino | 2013-05-28 |
* | Merge | Rustan Leino | 2013-05-28 |
|\ |
|
| * | Updated an 'Answer' file. | wuestholz | 2013-05-26 |
| * | Updated an 'Answer' file. | wuestholz | 2013-05-26 |
* | | Allow more tail calls, on account of considering non-loop aggregate statement... | Rustan Leino | 2013-05-21 |
* | | Fixed some omitted cases in Substitute (and added "assume false" to catch any... | Rustan Leino | 2013-05-21 |
| * | Updated a test to verify with Z3 4.3.0. | wuestholz | 2013-05-21 |
|/ |
|
* | Made the semi-colon after "type" and "module" declarations optional. | Rustan Leino | 2013-05-10 |
* | When inlining the body of a predicate (in a proof obligation--via TrSplitExpr), | Rustan Leino | 2013-04-24 |
* | Made Test/vstte2012/RingBuffer.dfy and Test/dafny1/ExtensibleArray.dfy more s... | Rustan Leino | 2013-04-22 |
* | Fixed (completeness) bug in translation of automatic induction--previously, t... | Rustan Leino | 2013-04-19 |
* | Moved resolution of BinaryExpr.ResolveOp until the CheckTypeInference phase, ... | Rustan Leino | 2013-04-01 |
* | The "choose" statement, hacky and specialized as it was, is now gone. Use th... | Rustan Leino | 2013-03-27 |
* | Replaced SuperSetBoundedPool by SubSetBoundedPool, which is much more useful ... | Rustan Leino | 2013-03-27 |
* | Type-inference support for cardinality operator | Rustan Leino | 2013-03-26 |
* | Enhanced the VSI-Benchmarks tests: | Rustan Leino | 2013-03-26 |