aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix unpickling of param-dependent methodsMartin Odersky2017-03-141-2/+2
* Drop mixed MethodType apply methodMartin Odersky2017-03-141-1/+2
* Fix #2067: Compute defKind at Typer, not NamerMartin Odersky2017-03-081-1/+1
* TreeUnpickler: do not capture Context in Annotation symbolGuillaume Martres2017-02-181-1/+3
* TreeUnpickler: do not capture Context in Annotation treeGuillaume Martres2017-02-181-1/+1
* TreeUnpickler: Avoid capturing context in lazyStatsGuillaume Martres2017-02-181-1/+1
* Fix typoMartin Odersky2017-02-021-1/+1
* Refactoring to make Checking not mutate denotationsMartin Odersky2017-02-021-1/+1
* Fix-#1723: Avoid private leaks on completionMartin Odersky2017-02-011-5/+1
* More info when unpickling failsMartin Odersky2016-11-241-2/+2
* TreeUnpickler: Workaround cyclic reference involving self-typeGuillaume Martres2016-11-221-2/+6
* Properly unpickle This trees without qualifierGuillaume Martres2016-11-221-1/+1
* Do not force symbols of annotations when unpicklingGuillaume Martres2016-11-221-8/+2
* checkNoPrivateLeaks is now also done in TreeUnpicklerGuillaume Martres2016-11-221-0/+7
* TreeUnpickler: Add missing case for ENUMconstGuillaume Martres2016-11-221-0/+2
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+1161