aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/AugmentScala2Traits.scala
Commit message (Expand)AuthorAgeFilesLines
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-1/+1
* AugmentScala2Traits: fix typo in comment.Dmitry Petrashko2015-08-201-1/+1
* All non-deferred Scala2 defined methods in traits need a method in implClass.Dmitry Petrashko2015-08-171-1/+1
* Scala2 supecraccessors are pickled as private, but compiled as public expandedDmitry Petrashko2015-08-171-2/+3
* Drop TraitConstructors phaseMartin Odersky2015-06-271-1/+1
* Annotate lazy vals in Scala2 traits with @volatileMartin Odersky2015-06-081-3/+9
* Fix to trait setter generationMartin Odersky2015-06-081-7/+4
* Avoid generating trait setters for constants.Martin Odersky2015-06-011-1/+2
* New phase: AugmentScala2TraitsMartin Odersky2015-06-011-0/+96