aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/RestoreScopes.scala
Commit message (Expand)AuthorAgeFilesLines
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Fix problems in DropEmptyCompanionsMartin Odersky2016-02-111-28/+39
* Fix RestoreScopes from destroying companion links.Dmitry Petrashko2015-04-151-0/+14
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Drop the invalidate undefined companions code in restoreScopesMartin Odersky2015-04-091-14/+0
* Invalidate companions of classes lifted by FlatMapMartin Odersky2015-03-211-2/+21
* Make some tree fields lazyMartin Odersky2015-03-181-2/+2
* Handle inner classes in RestoreScopesMartin Odersky2015-03-181-1/+5
* Remove fruitless overrides of treeTransformPhaseMartin Odersky2014-12-141-2/+0
* Drop modifiers as separate data from MemberDef treesMartin Odersky2014-11-101-1/+1
* New phase: RestoreScopesMartin Odersky2014-11-091-0/+36