summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Cache the most recently created SubstTypeMap.Paul Phillips2013-05-222-4/+14
* | | | | | Merge pull request #2605 from JamesIry/weak_hashset_uniquesGrzegorz Kossakowski2013-06-043-50/+414
|\ \ \ \ \ \
| * | | | | | Modify perRunCaches to not leak WeakReferencesJames Iry2013-06-041-10/+3
| * | | | | | SI-7149 Use a WeakHashSet for type uniquenessJames Iry2013-06-041-2/+2
| * | | | | | SI-7150 Replace scala.reflect.internal.WeakHashSetJames Iry2013-06-041-38/+409
* | | | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-042-8/+23
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-031-4/+3
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-301-4/+3
| * | | | | | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-311-2/+10
| | |_|_|_|/ / | |/| | | | |
| * | | | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-231-2/+10
| |/ / / / /
| * | | | | Merge pull request #2536 from adriaanm/ticket-7359Adriaan Moors2013-05-171-6/+11
| |\ \ \ \ \
| | * | | | | [backport #1727] SI-7359 cyclic nested java classAdriaan Moors2013-05-161-6/+11
| * | | | | | [nomaster] unbreaks test.bcEugene Burmako2013-05-171-0/+3
* | | | | | | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-033-10/+25
* | | | | | | Merge pull request #2597 from paulp/issue/7520Paul Phillips2013-06-032-33/+86
|\ \ \ \ \ \ \
| * | | | | | | SI-7520 bug in subtyping.Paul Phillips2013-05-311-1/+3
| * | | | | | | Eliminated the shared logic.Paul Phillips2013-05-311-32/+31
| * | | | | | | New method typeRelationPreCheck.Paul Phillips2013-05-311-1/+27
| * | | | | | | Add a TriState value class.Paul Phillips2013-05-311-0/+26
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2615 from paulp/issue/7517Paul Phillips2013-06-033-25/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-313-25/+10
| |/ / / / /
* | | | | | Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-0311-356/+466
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | more refactoring and explanations in importersEugene Burmako2013-06-021-48/+54
| * | | | | changes some definitions to use Symbol.mapEugene Burmako2013-05-281-25/+25
| * | | | | refactors macro compilationEugene Burmako2013-05-287-4/+98
| * | | | | refactors importersEugene Burmako2013-05-281-318/+318
| * | | | | macro engine refactoringEugene Burmako2013-05-281-0/+10
| * | | | | less magic in fast track macrosEugene Burmako2013-05-273-4/+4
* | | | | | Merge pull request #2592 from paulp/issue/7088Paul Phillips2013-05-311-1/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-7088 Array crasher in erasure.Paul Phillips2013-05-271-1/+5
| |/ / / /
* / / / / Make all numeric coercions explicit.Paul Phillips2013-05-277-11/+14
|/ / / /
* | | | Print raw types correctly.Paul Phillips2013-05-261-1/+5
* | | | Merge pull request #2585 from paulp/pr/concision-contributionPaul Phillips2013-05-2612-125/+119
|\ \ \ \
| * | | | Concision contribution.Paul Phillips2013-05-2312-117/+105
| * | | | Avoid caching different types in TypeSymbol.Paul Phillips2013-05-231-8/+14
| | |_|/ | |/| |
* | | | Merge pull request #2574 from paulp/issue/3425Paul Phillips2013-05-241-8/+15
|\ \ \ \ | |/ / / |/| | |
| * | | SI-3425 erasure crash with refinement members.Paul Phillips2013-05-211-8/+15
* | | | Merge pull request #2568 from scalamacros/topic/abstractfile-classloaderEugene Burmako2013-05-223-1/+248
|\ \ \ \ | |/ / / |/| | |
| * | | Moves AbstractFileClassLoader to scala-reflect.jarEugene Burmako2013-05-203-1/+248
* | | | Make cookJavaRawInfo return this.type.Paul Phillips2013-05-201-2/+4
* | | | Cleaning crew moves down the hall.Paul Phillips2013-05-201-0/+5
* | | | Merge pull request #2492 from paulp/pr/enter-elimination-modePaul Phillips2013-05-204-65/+64
|\ \ \ \
| * \ \ \ Merge commit 'd93826f278' into pr/enter-elimination-modePaul Phillips2013-05-184-65/+64
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Incorporated reviewer feedback.Paul Phillips2013-05-161-11/+11
| | * | | Merge branch 'master' into HEADPaul Phillips2013-05-163-8/+23
| | |\ \ \
| | * | | | Incorporated reviewer feedback.Paul Phillips2013-05-111-17/+15
| | * | | | Refactored stabilize.Paul Phillips2013-05-111-6/+11
| | * | | | Eliminated HKmode.Paul Phillips2013-05-111-8/+1
| | * | | | Eliminated RETmode.Paul Phillips2013-05-111-5/+0
| | * | | | Eliminated SNDTRYmode.Paul Phillips2013-05-113-15/+15