aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/tasty/TastyUnpickler.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix pickling/unpickling of namesMartin Odersky2017-04-111-0/+2
| | | | | Running the test suite with the pickling printer on showed up two more problems which are fixed in this commit.
* Revise qualified namesMartin Odersky2017-04-111-6/+2
| | | | | 1. Fix problem in fullNameSeparated 2. Revise expandedName operations
* Rename NameExtractor -> NameKindMartin Odersky2017-04-111-3/+3
|
* Make freshName semanticMartin Odersky2017-04-111-2/+8
|
* Streamline pickling and unpickling of namesMartin Odersky2017-04-111-10/+6
|
* Get rid of ExpandedName flagMartin Odersky2017-04-111-1/+1
|
* Eliminate TastyNamesMartin Odersky2017-04-111-26/+34
|
* Add Variant NameInfoMartin Odersky2017-04-111-0/+2
| | | | Plus further bug fixes.
* Handle expansion and flatteningMartin Odersky2017-04-111-2/+4
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+95