summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Types.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-071-1/+0
|\
| * Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-071-1/+0
* | General cleanups and less warnings during a Scala buildsoc2016-04-041-0/+2
|/
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-1/+0
* Improved outer ref checking in pattern matches:Adriaan Moors2016-03-071-41/+0
* thisInfo.parents also needs separate treatmentAdriaan Moors2016-02-121-1/+5
* Less distribution of logic across TypeRef subclassesAdriaan Moors2016-02-121-100/+118
* Towards understanding `TypeRef`'s `transformInfo`/`baseType`Adriaan Moors2016-02-101-94/+71
* SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-011-5/+6
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+1
* SI-9110 Pattern `O.C` must check `$outer eq O` for a top level OJason Zaugg2015-11-261-1/+2
* Clean up a bit more in Constructors.Adriaan Moors2015-11-121-0/+2
* SI-9498 Centralize and bolster TypeRef cache invalidationJason Zaugg2015-09-301-11/+52
* SI-9498 Avoid caching bug with pattern type variablesJason Zaugg2015-09-301-2/+18
* Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-0/+3
|\
| * SI-9475 Dependent PolyTypes are dependent typesVlad Ureche2015-09-171-0/+3
* | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-3/+3
|\|
| * ScalaDoc fixes for reflectJanek Bogucki2015-07-281-3/+3
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-4/+4
|\|
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-2/+2
| * Fix 23 typos (m-o)Janek Bogucki2015-06-281-2/+2
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-2/+2
|\|
| * Fix many typosMichaƂ Pociecha2015-04-211-2/+2
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-2/+2
|\|
| * Removed warningsEECOLOR2015-03-261-1/+1
| * Deprecations: Use of isPackage, hasSymbol, getter, setter...Simon Ochsenreither2015-03-261-1/+1
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-5/+5
|\|
| * SI-9157 Avoid exponential blowup with chained type projectionsJason Zaugg2015-02-181-5/+5
* | SI-9074 Fix generic substitution with package objects, overloadingJason Zaugg2015-03-241-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-6/+6
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-141-6/+6
* | Merge pull request #4001 from retronym/ticket/8862Jason Zaugg2014-11-191-1/+8
|\ \
| * | More uniform treatment of package objectsJason Zaugg2014-11-071-1/+8
| |/
* / SI-8575 Fix subtyping transitivity with aliases, compound typesJason Zaugg2014-11-071-1/+8
|/
* SI-8844 Fix regression with existentials + type aliasesJason Zaugg2014-09-131-1/+1
* SI-8478 Fix a performance regression in subtypingJason Zaugg2014-04-231-2/+2
* SI-8376 Better type printing for Java varargsJason Zaugg2014-03-101-1/+1
* improves situation with auto-initEugene Burmako2014-02-181-0/+1
* Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-181-2/+2
|\
| * SI-8301 fix regression with refinement subtyping, wildcard type.Jason Zaugg2014-02-171-2/+2
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-38/+41
|\|
| * Merge pull request #3533 from adriaanm/t8283Adriaan Moors2014-02-141-38/+41
| |\
| | * SI-8283 mutation-free bound inference for existentialsJason Zaugg2014-02-141-38/+41
* | | adds missing signature of appliedTypeEugene Burmako2014-02-151-0/+3
* | | better appliedType signaturesEugene Burmako2014-02-151-0/+3
* | | Type.companionType => Type.companionEugene Burmako2014-02-151-1/+1
* | | some renamingsEugene Burmako2014-02-151-1/+6
* | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-31/+84
|\| |
| * | SI-8177 tidy up in type reificationEugene Burmako2014-02-141-1/+1
| * | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-131-17/+37
| |/