aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/InterceptedMethods.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of warnings.Nicolas Stucki2016-08-261-1/+0
* Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-091-2/+2
* New phase: VCInline which inlines value classes callsGuillaume Martres2015-05-011-0/+1
* Simplify InterceptedMethods. Fix #439Dmitry Petrashko2015-04-161-48/+34
* Fixed selection in InterceptedMethods that caused a data raceMartin Odersky2015-04-091-3/+3
* Style fixes in InterceptedMethodsDmitry Petrashko2015-03-251-3/+3
* InterceptedMethods: enable interception of == and !=Guillaume Martres2015-03-231-1/+1
* Remove fruitless overrides of treeTransformPhaseMartin Odersky2014-12-141-1/+0
* Make Literalize run at new default phase thisTransform.nextMartin Odersky2014-12-141-1/+2
* Replaced overridden init methods with prepareForUnit.Martin Odersky2014-11-121-1/+2
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-3/+3
* Disentangle phases from treetransformsMartin Odersky2014-08-091-1/+1
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-6/+5
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-9/+11
* InfoTransformers as specific DenotTransformersMartin Odersky2014-04-141-2/+0
* Intercepted methods transformerDmitry Petrashko2014-04-021-0/+145