summaryrefslogtreecommitdiff
path: root/src/continuations
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1560 from phaller/backport/cps-issue-1681Adriaan Moors2012-11-052-28/+124
|\
| * Improve doc comment on adaptTypeOfReturn in CPSAnnotationCheckerphaller2012-11-021-3/+7
| * Simplify the adaptation of types of return expressionsphaller2012-11-022-10/+25
| * Revert "Add missing cases in tail return transform"phaller2012-11-022-11/+8
| * Add missing cases in tail return transformphaller2012-11-022-8/+11
| * Replace CheckCPSMethodTraverser with additional parameter on transformer methodsphaller2012-11-023-66/+28
| * SI-5314 - CPS transform of return statement failsphaller2012-11-023-13/+128
* | SI-6384 - avoid setting owner of function argument explicitlyphaller2012-11-021-4/+4
* | SI-6384 - correct owner of function argumentphaller2012-10-301-2/+2
* | SI-6384 - avoid crash due to optimization in 2.10 CPS pluginphaller2012-10-301-1/+6
|/
* Revert "Merge pull request #749 from phaller/backport/cps-ticket-1681"phaller2012-06-273-67/+1
* Backport of fix for CPS ticket 1681phaller2012-06-193-1/+67
* Backport of the 2.10 continuations plugin to 2.9phaller2012-05-247-355/+681
* Fix for cps regression. Closes 5538. Closes 5445.Tiark Rompf2012-03-032-15/+21
* improve cps handling of if-then-else. no review.Tiark Rompf2012-02-221-28/+32
* fixes SI-5506. better cps type propagation for polymorphic and multi-argument...Tiark Rompf2012-02-212-7/+47
* applying patch provided by Topher, fixes #3501.Paul Phillips2011-08-231-1/+4
* introduce NullaryMethodType to disambiguate Pol...Adriaan Moors2011-01-202-4/+5
* Warded off an NPE (which only arose on erroneou...Paul Phillips2011-01-091-4/+4
* Eliminating all possible warnings from trunk.Paul Phillips2010-12-111-3/+3
* Moved ClassfileAnnotation/StaticAnnotation/Anno...Paul Phillips2010-12-061-2/+2
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-052-2/+2
* Deprecation patrol.Paul Phillips2010-11-081-1/+1
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-042-2/+2
* The inliner now looks harder for method impleme...Paul Phillips2010-06-162-2/+2
* Changed TreeSymSubstituter from a traverser toIulian Dragos2010-04-092-11/+11
* workaround for #3252. review by extempore.Tiark Rompf2010-04-041-2/+2
* improved cps transform of partial functions.Tiark Rompf2010-04-032-71/+64
* fixes the unfounded "name clash between inherit...Tiark Rompf2010-03-292-1/+3
* closes 2864.Tiark Rompf2010-03-294-25/+70
* improvements to cps exception handling.Tiark Rompf2010-03-265-38/+163
* fixed double-loading of plugins.Tiark Rompf2010-03-252-3/+6
* reverting changes from r21260.Tiark Rompf2010-03-241-5/+1
* continuations plugin will now report a nice err...Tiark Rompf2010-03-241-1/+5
* Renamed partialMap to collect.Paul Phillips2010-03-241-3/+3
* closes #3199. review by community.Tiark Rompf2010-03-221-1/+4
* added support for continuations in try/catch bl...Tiark Rompf2010-03-165-24/+126
* added missing file from last commit. no review.Tiark Rompf2010-03-111-0/+60
* moved the continuations plugin into trunk.Tiark Rompf2010-03-117-0/+1349