aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/Annotations.scala
Commit message (Collapse)AuthorAgeFilesLines
* Annotation#deferredSymAndTree: make sure symbol is valid in current runGuillaume Martres2017-02-191-1/+1
|
* TreeUnpickler: do not capture Context in Annotation symbolGuillaume Martres2017-02-181-4/+10
|
* Do not force symbols of annotations when unpicklingGuillaume Martres2016-11-221-4/+16
| | | | | | | | | | | | This lead to stale symbol errors in `tasty_tools` because the symbol forcing was bringing forward symbols from the previous run before the corresponding symbols for the current run were created. We fix this by adding Annotations#deferredSymAndTree which behaves similarly to Annotations#deferred but take a by-name symbol. We also remove TreeUnpickler#LazyAnnotationReader which was apparently never used.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+162