summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Types.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| |/
| * Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-131-0/+4
| |\
| | * SI-5954 Invalidate TypeRef cache when opening package objectJason Zaugg2014-01-201-0/+4
| * | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-121-4/+10
| * | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-121-13/+36
* | | adds Type.companionTypeEugene Burmako2014-02-141-0/+8
* | | splits Type.normalize into dealias and etaExpandEugene Burmako2014-02-141-14/+28
* | | SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-141-2/+2
|/ /
* | SI-7475 Private members are not inheritableJason Zaugg2014-02-101-12/+0
* | SI-7475 findMember and findMembers: estranged no moreJason Zaugg2014-02-101-168/+2
* | SI-7475 Refactor findMember computation into a classJason Zaugg2014-02-101-4/+17
* | SI-6169 TODO: consolidate with fix for SI-1786 (#2518)Adriaan Moors2014-02-091-0/+2
* | Merge pull request #3471 from adriaanm/t6169Adriaan Moors2014-02-091-2/+49
|\ \
| * | SI-6169 initialize before .typeParams -- just in caseAdriaan Moors2014-02-051-1/+1
| * | SI-6169 more accurate check for raw java type encoded as existentialAdriaan Moors2014-02-051-1/+7
| * | SI-6169 Refine java wildcard bounds using corresponding tparamAdriaan Moors2014-02-051-2/+43
* | | Merge pull request #3484 from retronym/ticket/8237Adriaan Moors2014-02-091-4/+20
|\ \ \
| * | | SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-091-4/+20
* | | | Merge pull request #3391 from xeno-by/ticket/8131Jason Zaugg2014-02-081-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "synchronizes pendingVolatiles"Eugene Burmako2014-01-201-6/+6
* | | | Merge pull request #3400 from retronym/ticket/8170Adriaan Moors2014-02-051-5/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8170 Posing outstanding questions as TODOsJason Zaugg2014-02-051-0/+16
| * | | SI-8170 Fix regression in TypeRef#transform w. PolyTypesJason Zaugg2014-01-221-5/+16
* | | | Avoid generic collections operations hot pathsJason Zaugg2014-01-311-9/+12
|/ / /