summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/
| * | TypeApply + Select and their type-level twinsEugene Burmako2012-12-061-1/+31
| * | SI-6696 removes "helper" tree factory methodsEugene Burmako2012-12-061-5/+39
| |/
* | Merge commit 'refs/pull/1718/head' into merge-msil-genjvm-deletePaul Phillips2012-12-063-129/+12
|\ \
| * | Expunged the .net backend.Paul Phillips2012-12-053-129/+12
* | | Merge pull request #1693 from paulp/name-implicit-removalAdriaan Moors2012-12-066-35/+23
|\ \ \ | |/ / |/| |
| * | Remove TermName -> String implicit.Paul Phillips2012-12-024-18/+17
| * | Remove Name -> TermName implicit.Paul Phillips2012-12-012-17/+6
* | | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-056-12/+73
|\ \ \ | |/ / |/| / | |/
| * 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