summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-261-9/+8
| * Adds a margin stripping string interpolator.Jason Zaugg2012-11-263-0/+55
* | Merge pull request #1665 from paulp/issue/6687Adriaan Moors2012-11-251-1/+1
|\ \
| * | Fix for SI-6687, wrong isVar logic.Paul Phillips2012-11-241-1/+1
* | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-235-39/+106
|\ \ \ | |/ / |/| |
| * | Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-193-21/+31
| |\ \
| | * | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-133-10/+17
| | * | Refine the message and triggering of MissingRequirementError.Jason Zaugg2012-11-103-3/+15
| | * | SI-6640 Better reporting of deficient classpaths.Jason Zaugg2012-11-103-20/+11
| * | | Merge pull request #1615 from retronym/ticket/6648Adriaan Moors2012-11-161-0/+13
| |\ \ \
| | * | | SI-6648 copyAttrs must preserve TypeTree#wasEmptyJason Zaugg2012-11-141-0/+13
| | |/ /
| * | | Update comment.Jason Zaugg2012-11-131-1/+2
| * | | SI-6646 `ident` or Ident is always new binding.Jason Zaugg2012-11-131-25/+59
| * | | SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-101-18/+27
| |/ /
* | | Merge pull request #1645 from scalamacros/ticket/6673Josh Suereth2012-11-211-0/+17
|\ \ \ | |_|/ |/| |
| * | adds comments to standard attachmentsEugene Burmako2012-11-181-0/+15
| * | SI-6673 fixes macro problems with eta expansionsEugene Burmako2012-11-181-0/+2
* | | Merge pull request #1624 from adriaanm/paulp-issue/5330-2.10.xAdriaan Moors2012-11-161-3/+15
|\ \ \
| * | | SI-5330, SI-6014 deal with existential self-typeAdriaan Moors2012-11-141-3/+15