aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/PostTyper.scala
Commit message (Collapse)AuthorAgeFilesLines
* exhaustivity support for enumsliu fengyun2017-04-061-2/+5
|
* Add child annotations for enum valuesMartin Odersky2017-04-061-4/+7
| | | | | A new kind of child annotation that points to the term symbol representing an enum value.
* Addresses review commentsAllan Renucci2017-04-041-5/+5
|
* Fixes @unchecked warningsAllan Renucci2017-04-031-3/+3
|
* Fix-#1723: Avoid private leaks on completionMartin Odersky2017-02-011-6/+0
| | | | As #1723 demonstrates, doing this at PostTyper is too late.
* checkNoPrivateLeaks is now also done in TreeUnpicklerGuillaume Martres2016-11-221-0/+1
| | | | | This could be abstracted better but we'll end up replacing checkNoPrivateLeaks soon anyway due to https://github.com/lampepfl/dotty/issues/1723
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+286