summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1812 from scalamacros/topic/showrawposEugene Burmako2012-12-302-13/+18
|\
| * showRaw can now print positionsEugene Burmako2012-12-252-13/+18
* | Merge pull request #1816 from scalamacros/topic/enclosuresEugene Burmako2012-12-301-8/+36
|\ \
| * | enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-251-8/+36
| |/
* | Merge pull request #1808 from scalamacros/topic/annotation-errorEugene Burmako2012-12-291-0/+2
|\ \
| * | Moves annotationError outside typedAnnotationEugene Burmako2012-12-251-0/+2
| |/
* | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-291-2/+5
|\ \
| * | macro expansions are now auto-duplicatedEugene Burmako2012-12-251-2/+5
| |/
* | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-296-7/+49
|\ \
| * | Changes tree pretty printer to use shorter name constructorsDen Shabalin2012-12-251-1/+1
| * | Changes reifier to use shorter name constructorsDen Shabalin2012-12-251-2/+2
| * | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-254-4/+46
| |/
* | Merge pull request #1815 from scalamacros/topic/fresh-nameEugene Burmako2012-12-291-0/+14
|\ \
| * | renames c.fresh to c.freshNameEugene Burmako2012-12-251-0/+14
| |/
* | Merge pull request #1811 from scalamacros/topic/tree-nonemptyEugene Burmako2012-12-292-0/+8
|\ \
| * | adds Tree.nonEmptyEugene Burmako2012-12-252-0/+8
| |/
* | SI-6846, regression in type constructor inference.Paul Phillips2012-12-281-11/+8
* | Cleaning up type alias usage.Paul Phillips2012-12-281-9/+32
* | Merge pull request #1820 from paulp/pr/what-old-patmatPaul Phillips2012-12-262-2/+0
|\ \
| * | Removed old pattern matcher.Paul Phillips2012-12-262-2/+0
| |/
* | Merge pull request #1806 from paulp/pr/fasttrackPaul Phillips2012-12-261-0/+2
|\ \ | |/ |/|
| * Rewrote FastTrack for clarity.Paul Phillips2012-12-231-0/+2
* | Merge pull request #1783 from paulp/pr/opt-specializePaul Phillips2012-12-241-0/+15
|\ \ | |/ |/|
| * Optimization in SpecializeTypes.Paul Phillips2012-12-171-0/+15
* | Merge pull request #1794 from paulp/merge-2.10.xAdriaan Moors2012-12-207-17/+24
|\ \
| * \ Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-207-17/+24
| |\ \
| | * \ 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
| | |/ / /
* | / / / Fix scaladoc typo for isTerm methodDmitry Bushev2012-12-201-1/+1
|/ / / /
* | | | Merge pull request #1768 from paulp/pr/one-way-to-set-typePaul Phillips2012-12-195-13/+14
|\ \ \ \
| * | | | Eliminating var-like setter tpe_= on Tree.Paul Phillips2012-12-195-13/+14
| | |_|/ | |/| |
* / | | Integrate isNameInScope in Contexts.Paul Phillips2012-12-171-2/+2
|/ / /
* | | Cleanup in module var creation.Paul Phillips2012-12-122-5/+12
* | | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-1116-84/+261
|\| |
| * | 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
| | |/