summaryrefslogtreecommitdiff
path: root/src/continuations/plugin/scala/tools/selectivecps/SelectiveCPSTransform.scala
Commit message (Expand)AuthorAgeFilesLines
* Revert a tiny recent refactoring in SelectiveCPSTransformJason Zaugg2013-09-111-3/+7
* refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-051-5/+3
* Concision contribution.Paul Phillips2013-05-231-4/+4
* Merge pull request #1506 from som-snytt/issue/6446-plugin-descPaul Phillips2012-12-221-0/+2
|\
| * PluginComponent contributes description to -Xshow-phases.Som Snytt2012-12-181-0/+2
* | Eliminating var-like setter tpe_= on Tree.Paul Phillips2012-12-191-3/+3
|/
* Remove Name -> TermName implicit.Paul Phillips2012-12-011-1/+1
* Remove unused imports in continuations.Paul Phillips2012-11-191-5/+0
* Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-311-11/+11
|\
| * Wider use and a new variant of typedPos.Jason Zaugg2012-10-281-11/+11
* | All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-021-3/+3
|/
* The new reflectionEugene Burmako2012-06-081-1/+1
* moving patmat to its own phaseAdriaan Moors2012-05-021-1/+2
* restore typedMatchAnonFun in all its gloryAdriaan Moors2012-04-141-26/+23
* virtpatmat: initial CPS supportAdriaan Moors2012-04-141-6/+10
* Toward a higher level abstraction than atPhase.Paul Phillips2012-02-251-19/+19
* remove unused `tree` argument from typedCasesAdriaan Moors2012-02-171-1/+1
* Symbol creation followup.Paul Phillips2012-01-161-5/+3
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-4/+4
* More consistent use of Names.Paul Phillips2012-01-051-10/+10
* Refactored reflection into reflect.api and refl...Martin Odersky2011-07-111-1/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* introduce NullaryMethodType to disambiguate Pol...Adriaan Moors2011-01-201-2/+2
* Changed TreeSymSubstituter from a traverser toIulian Dragos2010-04-091-8/+8
* fixes the unfounded "name clash between inherit...Tiark Rompf2010-03-291-0/+2
* closes 2864.Tiark Rompf2010-03-291-20/+40
* improvements to cps exception handling.Tiark Rompf2010-03-261-21/+98
* added support for continuations in try/catch bl...Tiark Rompf2010-03-161-1/+36
* moved the continuations plugin into trunk.Tiark Rompf2010-03-111-0/+250