aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/ResolveSuper.scala
Commit message (Collapse)AuthorAgeFilesLines
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-1/+1
|
* Get rid of SuperAccessor flagMartin Odersky2017-04-111-2/+2
|
* Drop Config.semanticNames optionMartin Odersky2017-04-111-9/+2
| | | | | We now handle only semantic names. Also, name extractor tags and TASTY name tags are now aligned.
* Add default getter namesMartin Odersky2017-04-111-4/+7
| | | | Plus various bug fixes and filling in missing functionality
* Add PrimitiveForwarders and fix forwarding on value classes.Nicolas Stucki2017-01-111-14/+2
|
* Fix #1877: Add forwarders for primitive/generic mixins.Nicolas Stucki2017-01-061-1/+13
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+115