summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* [nomaster] Revert "SI-6548 reflection now correctly enters jinners"Adriaan Moors2013-02-101-8/+8
* [nomaster] inline importPrivateWithinFromJavaFlags into SymbolTableAdriaan Moors2013-02-092-24/+15
* [nomaster] Revert "cosmetic renamings in runtime reflection"Adriaan Moors2013-02-092-6/+6
* Merge pull request #2094 from scalamacros/ticket/6591James Iry2013-02-083-6/+10
|\
| * accommodates pull request feedbackEugene Burmako2013-02-081-9/+6
| * SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-083-1/+8
* | Merge pull request #2092 from lrytz/t7096James Iry2013-02-081-13/+29
|\ \
| * | SI-7096 SubstSymMap copies trees before modifying their symbolsLukas Rytz2013-02-081-13/+29
* | | Merge pull request #2017 from retronym/ticket/6666James Iry2013-02-081-0/+1
|\ \ \ | |_|/ |/| |
| * | Class symbols can't be contravariant.Jason Zaugg2013-02-041-0/+1
* | | Merge pull request #2035 from scalamacros/ticket/6989Eugene Burmako2013-02-083-0/+29
|\ \ \
| * | | SI-6989 privateWithin is now populated in reflectEugene Burmako2013-02-043-0/+29
* | | | Merge pull request #2085 from scalamacros/ticket/5824Eugene Burmako2013-02-081-0/+7
|\ \ \ \
| * | | | SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-02-071-0/+7
* | | | | Merge pull request #2090 from adriaanm/rebase-pr-2011James Iry2013-02-073-1/+25
|\ \ \ \ \
| * | | | | SI-6187 Make partial functions re-typableJason Zaugg2013-02-073-1/+25
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2088 from retronym/ticket/6146James Iry2013-02-071-3/+48
|\ \ \ \ \
| * | | | | SI-6146 More accurate prefixes for sealed subtypes.Jason Zaugg2013-02-071-3/+48
* | | | | | Merge pull request #2079 from JamesIry/2.10.x_SI-7070James Iry2013-02-072-3/+0
|\ \ \ \ \ \
| * | | | | | SI-7070 Turn restriction on companions in pkg objs into warningJames Iry2013-02-062-3/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2069 from retronym/ticket/6888James Iry2013-02-071-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-6888 Loosen criteria for $outer search.Jason Zaugg2013-02-051-1/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #2068 from scalamacros/ticket/7064Adriaan Moors2013-02-0710-61/+22
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-052-10/+0
| * | | | [nomaster] Revert "introduces global.pendingSuperCall"Eugene Burmako2013-02-056-32/+12
| * | | | [nomaster] Revert "DummyTree => CannotHaveAttrs"Eugene Burmako2013-02-054-18/+11
| * | | | [nomaster] revives BuildUtils.emptyValDefEugene Burmako2013-02-052-0/+4
| * | | | [nomaster] removes Tree.canHaveAttrsEugene Burmako2013-02-051-8/+0
| * | | | [nomaster] doesn't touch NonemptyAttachmentsEugene Burmako2013-02-051-0/+2
| |/ / /
* | | | Merge pull request #2062 from JamesIry/2.10.x_SI-5833Adriaan Moors2013-02-041-2/+2
|\ \ \ \
| * | | | SI-5833 Fixes tail-of-Nil problem in RefinedType#normalizeImplJames Iry2013-02-041-2/+2
| |/ / /
* | | | Merge pull request #2040 from scalamacros/ticket/7008Adriaan Moors2013-02-042-3/+22
|\ \ \ \ | |/ / / |/| | |
| * | | pullrequest feedbackEugene Burmako2013-02-042-6/+6
| * | | SI-7008 @throws annotations are now populated in reflectEugene Burmako2013-02-012-3/+22
* | | | Merge pull request #2039 from scalamacros/ticket/7046Eugene Burmako2013-02-041-1/+5
|\ \ \ \
| * | | | SI-7046 reflection now auto-initializes knownDirectSubclassesEugene Burmako2013-01-311-1/+5
* | | | | Merge pull request #2022 from lrytz/analyzerPlugins210Lukas Rytz2013-02-035-127/+106
|\ \ \ \ \
| * | | | | Analyzer PluginsLukas Rytz2013-02-031-91/+88
| * | | | | SI-1803, plus documentation and cleanups in Namers, mainly in typeSigLukas Rytz2013-02-032-15/+4
| * | | | | Keep annotations when computing lubsLukas Rytz2013-02-031-17/+9
| * | | | | Allow for Function treess with refined types in UnCurry.Lukas Rytz2013-02-031-3/+4
| * | | | | replace symbols correctly when subtyping dependent typesLukas Rytz2013-02-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #1976 from retronym/backport/1468James Iry2013-02-031-0/+11
|\ \ \ \ \
| * | | | | [backport] SI-6482, lost bounds in extension methods.Jason Zaugg2013-02-021-0/+11
| |/ / / /
* | | | | Merge pull request #2019 from scalamacros/ticket/6539Eugene Burmako2013-02-014-17/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6539 moves @compileTimeOnly away from scala-reflectEugene Burmako2013-01-314-17/+34
| | |/ / | |/| |
* | | | Merge pull request #2015 from paulp/rc1-backportsPaul Phillips2013-01-312-12/+45
|\ \ \ \
| * | | | SI-5604, selections on package objects.Paul Phillips2013-01-301-3/+22
| * | | | SI-5859, inapplicable varargs.Paul Phillips2013-01-301-3/+9
| * | | | SI-5130, precision disappearing from refinement.Paul Phillips2013-01-301-6/+0