summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/tpe
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-134-6/+6
* remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-9/+1
* Merge pull request #5506 from retronym/topic/existential-idsAdriaan Moors2016-11-291-1/+3
|\
| * Avoid name table pollution with fresh existentialsJason Zaugg2016-11-081-1/+3
* | Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
|/
* Minor changes after reviewJason Zaugg2016-08-231-2/+2
* Address review commentsJason Zaugg2016-08-231-18/+0
* SI-5294 Use bounds of abstract prefix in asSeenFromJason Zaugg2016-08-231-5/+20
* Improved refinement type and existential type handlingJason Zaugg2016-08-231-1/+1
* Type#contains should peer into RefinementTypeRef-sJason Zaugg2016-08-191-0/+3
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Less distribution of logic across TypeRef subclassesAdriaan Moors2016-02-121-8/+10
* SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-011-17/+11
* 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 remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-1/+1
|\|
| * Fix 23 typos (m-o)Janek Bogucki2015-06-281-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
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\|
| * Fix many typosMichał Pociecha2015-04-211-1/+1
* | SI-9074 Fix generic substitution with package objects, overloadingJason Zaugg2015-03-241-3/+6
|/
* Fix many typos in docs and commentsmpociecha2014-12-142-2/+2
* Merge pull request #4101 from adriaanm/sam-exLukas Rytz2014-11-101-0/+16
|\
| * [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
* | SI-7602 Avoid crash in LUBs with erroneous codeJason Zaugg2014-11-071-1/+3
|/
* Use named class for UndoPair.Grzegorz Kossakowski2014-04-251-3/+10
* Merge pull request #3557 from adriaanm/t8224Jason Zaugg2014-02-211-37/+32
|\
| * SI-8224 Fix regression in f-bound aware LUBsJason Zaugg2014-02-181-37/+32
* | 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
* SI-7475 Address review comments in FindMembersJason Zaugg2014-02-101-7/+10
* SI-7475 Private members are not inheritableJason Zaugg2014-02-101-13/+50
* SI-7475 findMember and findMembers: estranged no moreJason Zaugg2014-02-101-0/+25
* SI-7475 Refactor findMember computation into a classJason Zaugg2014-02-101-0/+223
* SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-091-1/+7
* Optimization in InstantiateDependentMapJason Zaugg2014-02-011-1/+1
* SI-2066 -Xsource:2.10: lenient treatment of variance in <:<, =:=Jason Zaugg2014-01-241-2/+2
* Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-213-8/+8
|\
| * SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-153-8/+8
* | temporarily disables the toStringSubjects cacheEugene Burmako2014-01-201-7/+12
* | capitalizes “s” in tostringEugene Burmako2014-01-201-12/+12
* | introduces failsafe against endless type printingEugene Burmako2014-01-201-1/+12