summaryrefslogtreecommitdiff
path: root/Test/dafny0
Commit message (Expand)AuthorAge
* 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
* | Allow more tail calls, on account of considering non-loop aggregate statement...Gravatar Rustan Leino2013-05-21
* | 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
* Replaced SuperSetBoundedPool by SubSetBoundedPool, which is much more useful ...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
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar 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
* Fixed let-such-that and if-then-else encodings so that they will pass the sub...Gravatar Rustan Leino2013-02-21
* Added Equals method on TypeGravatar Rustan Leino2013-02-20
* Added tests: parallel calc, better well-formedness checks, calc expression.Gravatar Nadia Polikarpova2013-02-15
* Support for paren-free guards in if and while statements.Gravatar Nadia Polikarpova2013-02-15
* MergeGravatar Nadia Polikarpova2013-02-13
|\
| * Frame expressions are now checked to be well formed.Gravatar Rustan Leino2013-02-13
* | MergeGravatar Nadia Polikarpova2013-02-14
|\|
| * Report error if type of a quantified variable cannot be inferredGravatar Rustan Leino2013-02-11
* | Changed calc syntax (custom operators are now written before the hint)Gravatar Nadia Polikarpova2013-02-08
|/
* Fixed bug in translation of method termination checks, and also fixed a (prev...Gravatar Rustan Leino2013-01-23
* Split verification of quantifier expressions into #2 for checked and #1 for a...Gravatar Rustan Leino2013-01-23
* Translate let-such-that expressionsGravatar Rustan Leino2013-01-22
* Added some co- test cases. Fixed some bugs.Gravatar Rustan Leino2013-01-20
* Fixed the problem with the previous check-in.Gravatar Rustan Leino2013-01-18
* Some additional resolution checks for co stuff.Gravatar Unknown2013-01-18
* Proper support for inlining codatatype equalitiesGravatar Rustan Leino2013-01-18
* 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
* Support for copredicates and prefix predicates in comethods.Gravatar Rustan Leino2012-12-04
* Parse prefix predicates/methodsGravatar Rustan Leino2012-11-24
* fixed type resolution bug (http://boogie.codeplex.com/discussions/403801)Gravatar Rustan Leino2012-11-20
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* allow a refinement to introduce "return" statements, at the price of re-verif...Gravatar Rustan Leino2012-10-22