summaryrefslogtreecommitdiff
path: root/Test/dafny0/Answer
Commit message (Expand)AuthorAge
* More and improved CaptureState infoGravatar Rustan Leino2013-08-02
* MergeGravatar Nadia Polikarpova2013-07-31
|\
* | Allowing dangling hints in calculations.Gravatar Nadia Polikarpova2013-07-31
| * Add support for hexidecimal numbers.Gravatar parno2013-07-30
|/
* Co-recursion, now sounder than ever!Gravatar Rustan Leino2013-07-30
* Make functions and predicates be opaque outside the defining module -- only t...Gravatar Rustan Leino2013-07-29
* Allow field names to be sequences of digits (this is nice, for example, to de...Gravatar Rustan Leino2013-07-24
* Axioms that relate (multi)set cardinality with (multi)set difference.Gravatar Rustan Leino2013-07-16
* 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 soundness bug with co-recursive calls: co-recursive calls may now no l...Gravatar Rustan Leino2013-06-29
* Fixed unsoundness (and also allowed other, sound cases) in the admissability ...Gravatar Rustan Leino2013-06-28
* Changed ranking function for Seq, so that it's compatible with data types.Gravatar Unknown2013-06-26
* Fixed compilation bug where C# keywords were not being escapedGravatar Rustan Leino2013-06-25
* Fixed a problem where changes to a substMap were not being undone, curing Iss...Gravatar Rustan Leino2013-06-20
* MergeGravatar Rustan Leino2013-06-20
|\
| * Beefed up axioms about cardinality and the empty (multi)set, which fixes Issu...Gravatar Rustan Leino2013-06-20
* | MergeGravatar Rustan Leino2013-06-20
|\|
* | Fixed some incorrectly formed Boogie code generated as a result of a "break" ...Gravatar Rustan Leino2013-06-20
| * One more test case for the "datatype constructor cases" axiom, namely the exa...Gravatar Rustan Leino2013-06-20
|/
* Make "datatype constructor cases" axiom available whenever the discriminator ...Gravatar Rustan Leino2013-06-20
* Did some refactoring of the error reporting functionality.Gravatar wuestholz2013-06-18
* Dafny: Updated an 'Answer' file.Gravatar wuestholz2013-06-17
* Updated an 'Answer' file.Gravatar wuestholz2013-06-03
* Adjusted Answer file for reordering of errors (caused by a recent bug fix in ...Gravatar Rustan Leino2013-05-29
* Adjusted Answer file (ordering issue) after mergeGravatar Rustan Leino2013-05-28
* MergeGravatar Rustan Leino2013-05-28
|\
| * Updated an 'Answer' file.Gravatar wuestholz2013-05-26
| * Updated an 'Answer' file.Gravatar wuestholz2013-05-26
* | Fixed some omitted cases in Substitute (and added "assume false" to catch any...Gravatar Rustan Leino2013-05-21
| * Updated a test to verify with Z3 4.3.0.Gravatar wuestholz2013-05-21
|/
* Made the semi-colon after "type" and "module" declarations optional.Gravatar Rustan Leino2013-05-10
* When inlining the body of a predicate (in a proof obligation--via TrSplitExpr),Gravatar Rustan Leino2013-04-24
* Fixed (completeness) bug in translation of automatic induction--previously, t...Gravatar Rustan Leino2013-04-19
* 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
* Type-inference support for cardinality operatorGravatar Rustan Leino2013-03-26
* Beefed up assign/let-such-that to generate possible witnesses for set/multise...Gravatar Rustan Leino2013-03-25
* Added multiset update.Gravatar Nadia Polikarpova2013-03-20
* MergeGravatar Rustan Leino2013-03-15
|\
* | Fixed yield statement to process its arguments.Gravatar Rustan Leino2013-03-15
| * Added explies support to calculations.Gravatar Nadia Polikarpova2013-03-15
| * Added a test case for <==.Gravatar Nadia Polikarpova2013-03-14
|/
* Disallow allocations in ghost contextsGravatar Rustan Leino2013-03-06
* New Answer file from previous changeGravatar Rustan Leino2013-03-06
* New well-formedness checks for calculations (no cascading).Gravatar Nadia Polikarpova2013-03-05
* Added side-effects and control-flow checks in hints.Gravatar Nadia Polikarpova2013-03-05
* Adjustment in test output from previous commitGravatar Rustan Leino2013-02-21