summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/tpe/TypeMaps.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-3/+3
* remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-9/+1
* Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-1/+3
* Minor changes after reviewJason Zaugg2016-08-231-2/+2
* SI-5294 Use bounds of abstract prefix in asSeenFromJason Zaugg2016-08-231-5/+20
* Type#contains should peer into RefinementTypeRef-sJason Zaugg2016-08-191-0/+3
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-4/+14
|\
| * Attacking exponential complexity in TypeMapsJason Zaugg2015-11-131-4/+14
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-1/+1
|\|
| * Improve drifted URLsJanek Bogucki2015-09-091-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\|
| * Fix 23 typos (t-v)Janek Bogucki2015-07-151-1/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-1/+1
|\|
| * SI-9253 avoid IndexOutOfBoundsException in TypeMaps.correspondingTypeArgumentBruno Bieth2015-06-221-1/+1
* | SI-9074 Fix generic substitution with package objects, overloadingJason Zaugg2015-03-241-3/+6
|/
* [sammy] use correct type for method to overrideAdriaan Moors2014-11-071-1/+1
* [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-061-0/+16
* Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-191-1/+1
|\
| * SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* | Optimization: remove assertion from SubstMap constructorJason Zaugg2014-02-181-1/+2
|/
* SI-7753 InstantiateDependentMap narrows type of unstable argsAdriaan Moors2014-02-121-30/+51
* Optimization in InstantiateDependentMapJason Zaugg2014-02-011-1/+1
* SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-4/+4
* Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-231-0/+6
* SI-7688 Fix AsSeenFrom of ThisType from TypeVar prefixJason Zaugg2013-10-171-4/+3
* Removing unused code.Paul Phillips2013-10-021-16/+0
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2Jason Zaugg2013-09-271-1/+1
* Logging cleanup.Paul Phillips2013-08-251-7/+6
* Merge branch 'master' into patmatPaul Phillips2013-08-201-2/+2
|\
| * No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-2/+2
* | Pushed some noisy logging down to debuglog.Paul Phillips2013-08-171-1/+1
|/
* Merge pull request #2582 from paulp/pr/SubstTypeMapAdriaan Moors2013-06-051-2/+1
|\
| * Cache the most recently created SubstTypeMap.Paul Phillips2013-05-221-2/+1
* | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-031-1/+14
* | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-311-14/+1
* | Concision contribution.Paul Phillips2013-05-231-3/+3
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* SI-4365 nondeterministic failure in asSeenFromPaul Phillips2013-04-221-8/+32
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* Removed -Ynotnull setting.Paul Phillips2013-03-131-5/+0
* Carve up Types.scalaJason Zaugg2013-03-051-0/+1144