summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Report error if type of a quantified variable cannot be inferredGravatar Rustan Leino2013-02-11
* | MergeGravatar Nadia Polikarpova2013-02-12
|\|
* | Inferring parallel postcondition from calc.Gravatar Nadia Polikarpova2013-02-12
| * Reverted some accidental changes to a test caseGravatar Rustan Leino2013-02-11
* | Better well-formedness checks take 2: a context line (i.e. followed by ==>) s...Gravatar Nadia Polikarpova2013-02-12
* | Minor cleanup.Gravatar Nadia Polikarpova2013-02-12
* | Better well-formedness checks for ==> calculations: a line serves as context ...Gravatar Nadia Polikarpova2013-02-08
* | Changed calc syntax (custom operators are now written before the hint)Gravatar Nadia Polikarpova2013-02-08
* | "!!" can now be parsed as two "!". More concise parsing for "!in".Gravatar Nadia Polikarpova2013-02-07
|/
* MergeGravatar Rustan Leino2013-02-02
|\
* | Added some test cases that show exmaples that iterate over set elements.Gravatar Rustan Leino2013-02-02
* | Renamed a variable in some test casesGravatar Rustan Leino2013-02-02
| * Disallow recursive copredicate calls in the body of let-such-that expressions.Gravatar Rustan Leino2013-01-30
|/
* Fixed another specification bug in a test case.Gravatar Rustan Leino2013-01-23
* Fixed printing of Dafny version number.Gravatar Rustan Leino2013-01-23
* Fixed bug in translation of method termination checks, and also fixed a (prev...Gravatar Rustan Leino2013-01-23
* Fixed crash when "match" expression was used in a two-state context.Gravatar Rustan Leino2013-01-23
* Split verification of quantifier expressions into #2 for checked and #1 for a...Gravatar Rustan Leino2013-01-23
* MergeGravatar Rustan Leino2013-01-22
|\
* | Examples from co-induction paperGravatar Rustan Leino2013-01-22
* | Translate let-such-that expressionsGravatar Rustan Leino2013-01-22
| * Bumped version number to 1.6.0.00121Gravatar Rustan Leino2013-01-22
|/
* Fixed bug in translationGravatar Unknown2013-01-21
* MergeGravatar Unknown2013-01-21
|\
* | Added level-2 functions for codatatype equality and prefix equality.Gravatar Unknown2013-01-21
| * Added parsing and resolution of a new let-such-that expression. Translation h...Gravatar Rustan Leino2013-01-21
|/
* More automatic co-induction for comethodsGravatar Rustan Leino2013-01-20
* Added some co- test cases. Fixed some bugs.Gravatar Rustan Leino2013-01-20
* Some refactoring to get rid of a no-longer-needed parameterGravatar Rustan Leino2013-01-18
* Fixed the problem with the previous check-in.Gravatar Rustan Leino2013-01-18
* Create prefix methods during resolution, not translation.Gravatar Unknown2013-01-18
* Some additional resolution checks for co stuff.Gravatar Unknown2013-01-18
* Fixed bug in co axioms.Gravatar Unknown2013-01-18
* Added axiom that relates larger and smaller prefix equalities.Gravatar Unknown2013-01-18
* Proper support for inlining codatatype equalitiesGravatar Rustan Leino2013-01-18
* MergeGravatar Rustan Leino2013-01-16
|\
* | Removed the syntactic form copredicate #-form with the implicit argument.Gravatar Rustan Leino2013-01-16
* | Encode codatatype equalities by predefined copredicates, including their pref...Gravatar Rustan Leino2013-01-15
| * Fixed bug in copredicate checking that caused exponential behavior in resolverGravatar Unknown2012-12-07
* | Support for copredicates and prefix predicates in comethods.Gravatar Rustan Leino2012-12-04
* | Corrected pretty printing of 'comethod'Gravatar Rustan Leino2012-11-25
* | Improved error message for making the mistake of saying 'returns' instead of ...Gravatar Rustan Leino2012-11-25
* | Improved hover text for collapsed code fragmentsGravatar Rustan Leino2012-11-25
* | Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
* | Beefed up loop invariant to prove a functional postcondition in a test case.Gravatar Rustan Leino2012-11-24
|/
* MergeGravatar Rustan Leino2012-11-20
|\
* | fixed type resolution bug (http://boogie.codeplex.com/discussions/403801)Gravatar Rustan Leino2012-11-20
* | ... the other part of "Improved Dafny Extension display of destructors"Gravatar Rustan Leino2012-11-19
* | Improved Dafny Extension display of destructorsGravatar Rustan Leino2012-11-19
* | Beautified a test programGravatar Rustan Leino2012-11-19