aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/typer/FrontEnd.scala
Commit message (Collapse)AuthorAgeFilesLines
* Drop redundant printlnMartin Odersky2016-12-211-1/+0
|
* Tweak the way annotations are represented in desugaringMartin Odersky2016-12-211-1/+15
| | | | | Need to be careful not to read a classfile before a compilation unit defining the annotation is entered.
* New phase for entering annotationsMartin Odersky2016-12-011-2/+9
| | | | | | If we want to do annotation macros right, we need to add annotations before completing definitions. This commit achieves that by adding a new "phase" between index and typecheck.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+83