aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/MixinOps.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-68/+0
* Mixin: create less forwarders.Dmitry Petrashko2016-03-151-4/+14
* Perform isCurrent at transform phaseMartin Odersky2016-01-191-3/+8
* Mixin: class defined abstract members take precedence over interface defined.Dmitry Petrashko2015-08-211-2/+4
* Methods for filtering annotations carrying meta information.Martin Odersky2015-06-081-1/+1
* Copy annotations from trait members to their implementationsMartin Odersky2015-06-081-2/+5
* More precise and uniform modelling of "isCurrent"Martin Odersky2015-06-011-3/+4
* Uncomment important test for Scala trait forwardingMartin Odersky2015-06-011-1/+1
* Move needsForwarder logic from ResolveSuper to MixinOps.Martin Odersky2015-06-011-0/+11
* Mixin: do not remove Module Flag.Dmitry Petrashko2015-04-301-1/+1
* Move methods shared between Mixin and Backend to SymUtils.Dmitry Petrashko2014-12-161-4/+3
* New Mixin scheme.Martin Odersky2014-11-091-0/+37