summaryrefslogtreecommitdiff
path: root/src/reflect/scala
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Recurse into instantiations when stripping type vars.Hubert Plociniczak2012-12-121-2/+2
| |/ /
* / / Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDefHubert Plociniczak2012-12-111-0/+5
|/ /
* | Merge pull request #1668 from scalamacros/topic/pre-typemacrosAdriaan Moors2012-12-0716-79/+192
|\ \
| * | DummyTree => CannotHaveAttrsEugene Burmako2012-12-064-11/+26
| * | evicts assert(false) from the compilerEugene Burmako2012-12-068-12/+16
| * | introduces global.pendingSuperCallEugene Burmako2012-12-068-15/+27
| * | refactors handling of parent typesEugene Burmako2012-12-062-0/+10
| * | unifies approaches to call analysis in TreeInfoEugene Burmako2012-12-061-50/+122
| |/
* | TypeApply + Select and their type-level twinsEugene Burmako2012-12-061-1/+31
* | SI-6696 removes "helper" tree factory methodsEugene Burmako2012-12-061-5/+39
|/
* Asserts about Tree qualifiers.Paul Phillips2012-11-291-3/+16
* Merge pull request #1676 from retronym/topic/sm-interpolatorPaul Phillips2012-11-284-9/+63
|\