summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
| * | SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-06-131-1/+3
* | | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-102-10/+5
|\ \ \
| * \ \ Merge pull request #2629 from retronym/ticket/7558Paul Phillips2013-06-081-1/+1
| |\ \ \
| | * | | SI-7558 Fix capture of free local vars in toolbox compilerJason Zaugg2013-06-051-1/+1
| * | | | Merge pull request #2626 from retronym/ticket/7556Adriaan Moors2013-06-051-9/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7556 Fix runtime reflection involving ScalaLongSignatureJason Zaugg2013-06-051-9/+4
* | | | | Eliminate needless Options.Paul Phillips2013-06-086-41/+43
* | | | | Merge pull request #2622 from scalamacros/pullrequest/paradisePaul Phillips2013-06-073-42/+51
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | unifies handling of T's in various analyses of Foo[T]'sEugene Burmako2013-06-072-39/+47
| * | | | fixes a crash on a degenerate macro definitionEugene Burmako2013-06-071-3/+4
* | | | | Merge pull request #2582 from paulp/pr/SubstTypeMapAdriaan Moors2013-06-052-4/+14
|\ \ \ \ \
| * | | | | 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