summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backport of SI-6846.Jason Zaugg2013-01-081-20/+40
* SI-6897, lubs and varargs star.Paul Phillips2012-12-311-1/+4
* Merge pull request #1788 from retronym/ticket/6848Paul Phillips2012-12-201-1/+1
|\
| * Implicit vars should have non-implicit setters.Jason Zaugg2012-12-191-1/+1
* | Merge pull request #1727 from scalamacros/ticket/6548Paul Phillips2012-12-192-13/+13
|\ \
| * | cosmetic renamings in runtime reflectionEugene Burmako2012-12-072-6/+6
| * | SI-6548 reflection now correctly enters jinnersEugene Burmako2012-12-071-8/+8
* | | Merge pull request #1759 from scalamacros/topic/annotatedPaul Phillips2012-12-191-1/+1
|\ \ \ | |_|/ |/| |
| * | fixes incorrect handling of Annotated in lazy copierEugene Burmako2012-12-131-1/+1
* | | Merge pull request #1766 from scalamacros/topic/typed-ident-attachmentsEugene Burmako2012-12-141-0/+1
|\ \ \
| * | | typedIdent no longer destroys attachmentsEugene Burmako2012-12-131-0/+1
| |/ /
* | | Merge pull request #1758 from hubertp/2.10.x-issue/strip-tvarsAdriaan Moors2012-12-121-2/+2
|\ \ \