summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | SI-4729, overriding java varargs in scala.Paul Phillips2013-01-301-0/+14
* | | | Merge pull request #2021 from gkossakowski/issue/SI-7009Grzegorz Kossakowski2013-01-311-1/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-7009: `@throws` annotation synthesized incorrectlyGrzegorz Kossakowski2013-01-301-1/+14
| |/ /
* | | Merge pull request #1989 from adriaanm/rework-pr-1945Paul Phillips2013-01-311-10/+8
|\ \ \
| * | | SI-6968 Simple Tuple patterns aren't irrefutableJason Zaugg2013-01-271-10/+8
* | | | Merge pull request #2028 from JamesIry/2.10.x_SI-6728Paul Phillips2013-01-311-4/+4
|\ \ \ \
| * | | | SI-6728 Fixes crash in parser on incomplete for expressionJames Iry2013-01-301-4/+4
| | |/ / | |/| |
* | | | Merge pull request #1997 from retronym/ticket/7035Paul Phillips2013-01-301-2/+21
|\ \ \ \
| * | | | SI-7035 Centralize case field accessor sorting.Jason Zaugg2013-01-281-2/+21
| | |/ / | |/| |
* | | | Optimization in AsSeenFromMap.Paul Phillips2013-01-291-6/+6
| |/ / |/| |
* | | Merge pull request #1981 from retronym/backport/1187Adriaan Moors2013-01-281-0/+2
|\ \ \
| * | | [backport] SI-3577 BoundedWildcardType handlingJason Zaugg2013-01-261-0/+2
| | |/ | |/|
* | | Merge pull request #1936 from retronym/ticket/6891Adriaan Moors2013-01-282-0/+27
|\ \ \ | |_|/ |/| |
| * | SI-6891 Fix value class + tailrec crasher.Jason Zaugg2013-01-261-0/+16
| * | Ill-scoped reference checking in TreeCheckersJason Zaugg2013-01-262-0/+11
* | | SI-7018 Fix memory leak in Attachments.Jason Zaugg2013-01-271-6/+8
| |/ |/|
* | Merge pull request #1953 from retronym/backport/1586Paul Phillips2013-01-242-6/+23
|\ \
| * | [backport] Fix unsafe array opt. / opt. primitive Array(...)Jason Zaugg2013-01-232-6/+23
| |/
* | Merge pull request #1954 from retronym/backport/1565Paul Phillips2013-01-241-4/+6
|\ \
| * | [backport] SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2013-01-231-4/+6
| |/
* / SI-6434 Pretty print function types with by name arg as (=> A) => BJames Iry2013-01-231-2/+4
|/
* SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-132-0/+3