aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/SelectStatic.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix select staticMartin Odersky2016-09-191-14/+10
* SelectStatic: do not promote types-qualifiers.Dmitry Petrashko2016-08-091-1/+1
* SelectStatic: retain symbols on overloaded selectsDmitry Petrashko2016-08-091-2/+1
* SelectStatic: also normalise TypeApply nodes.Dmitry Petrashko2016-08-091-0/+6
* SelectStatic: do not create blocks that are qualifier of select\applyDmitry Petrashko2016-08-091-11/+27
* Fix SelectStatic: do not lift java statics to free idents.Dmitry Petrashko2016-08-091-1/+3
* Fix NoDenotation.owner in SelectStatic.Dmitry Petrashko2016-08-091-3/+3
* Fix #1442: add new phase, SelectStaticDmitry Petrashko2016-08-091-0/+37