aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/unpickleScala2
Commit message (Expand)AuthorAgeFilesLines
* Lazy entering of names with internal $'s in package scopesMartin Odersky2017-04-111-1/+1
* Introduce mangled methodMartin Odersky2017-04-111-2/+2
* Keep package member names mangledMartin Odersky2017-04-111-3/+6
* Further simplification for NameMartin Odersky2017-04-111-1/+1
* New unmangling for ExpandedNameMartin Odersky2017-04-111-4/+4
* Decentralize unmangling, add new nameKindsMartin Odersky2017-04-111-1/+2
* Get rid of SuperAccessor flagMartin Odersky2017-04-112-4/+8
* Get rid of ExpandedName flagMartin Odersky2017-04-112-3/+6
* Semantic SuperAccessor and Initializer namesMartin Odersky2017-04-111-8/+10
* Add default getter namesMartin Odersky2017-04-111-1/+4
* Start to use structured ModuleNamesMartin Odersky2017-04-111-1/+2
* Eliminate LambdaAbstractMartin Odersky2017-04-061-2/+4
* Further refactoringsMartin Odersky2017-04-061-2/+2
* replace derived{Method,Poly}Type with derivedLambdaTypeMartin Odersky2017-04-061-2/+2
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-3/+3
* Construct MethodTypes from parameter closureMartin Odersky2017-03-141-4/+4
* Add Scala2Flags to replace our use of scala-reflect FlagsGuillaume Martres2017-03-082-18/+110
* Add PickleFormat from scala-reflectGuillaume Martres2017-03-082-1/+228
* deferredAnnot: Avoid harmless capture of ContextGuillaume Martres2017-02-181-2/+3
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-222-0/+1559