summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2859 from som-snytt/issue/7622-phaserGrzegorz Kossakowski2013-09-121-3/+6
|\
| * SI-7622 Phases are enabled or notSom Snytt2013-08-211-3/+6
* | Merge pull request #2905 from retronym/ticket/7801Grzegorz Kossakowski2013-09-121-4/+10
|\ \
| * | SI-7801 Fix a nightmarish bug in Symbols#adaptInfosJason Zaugg2013-09-041-4/+10
* | | SI-7834 Type equivalence of C.this and C.super.Paul Phillips2013-09-112-13/+19
* | | Merge pull request #2910 from densh/topic/quasiquote-improvement-finalJason Zaugg2013-09-115-100/+493
|\ \ \
| * | | streamline implementation of annotation splicingDen Shabalin2013-09-052-8/+11
| * | | unify handling of references to scala members for functions and tuplesDen Shabalin2013-09-051-19/+35
| * | | better support for ValDefs, VarDefs and DefDefsDen Shabalin2013-09-053-0/+48
| * | | rename TupleN and TupleTypeN into SyntacticTuple and SyntacticTupleTypeDen Shabalin2013-09-053-7/+7
| * | | SI-7723 better support for deconstruction of new expressionsDen Shabalin2013-09-053-0/+23
| * | | SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-053-5/+30
| * | | first-class early def splicing and extraction supportDen Shabalin2013-09-054-31/+166
| * | | add support for function type splicing and extractionDen Shabalin2013-09-054-1/+34
| * | | reify ScalaPackage symbol with the help of ScalaDotDen Shabalin2013-09-053-0/+16
| * | | refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-054-22/+48
| * | | SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-053-2/+19
| * | | minor changes to TreeGen.mkTemplateDen Shabalin2013-09-051-8/+9
| * | | move mkNew from tools.nsc.ast.TreeGen to reflect.internal.TreeGenDen Shabalin2013-09-051-0/+35
| * | | use NoMods and NoFlags for reification of empty valuesDen Shabalin2013-09-051-0/+1
| * | | merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-053-10/+8
| * | | rename mkAnnotationCtor into mkAnnotationDen Shabalin2013-09-053-3/+3
| * | | add missing copyTypeDef utility functionDen Shabalin2013-09-051-0/+16
| |/ /
* | | Merge pull request #2904 from som-snytt/issue/reflect-priv-ctorJason Zaugg2013-09-101-1/+1
|\ \ \
| * | | SI-7810 Reflect private constructorSom Snytt2013-09-031-1/+1
| |/ /
* | | Merge pull request #2926 from paulp/pr/treecheckersJason Zaugg2013-09-101-4/+5
|\ \ \
| * | | Noise reduction + minor enhance in TreeCheckers.Paul Phillips2013-09-091-4/+5
* | | | Merge pull request #2915 from retronym/ticket/7817Jason Zaugg2013-09-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7817 Fix regression in structural typesJason Zaugg2013-09-091-1/+1
| |/ /
* | | Merge pull request #2885 from som-snytt/issue/7791-script-linenumsJason Zaugg2013-09-081-0/+5
|\ \ \
| * | | SI-7791 Line number table reflects underlying fileSom Snytt2013-09-051-0/+5
* | | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-09-053-1/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge pull request #2901 from gkossakowski/backport-uniques-memory-fixGrzegorz Kossakowski2013-09-043-54/+416
| |\ \ \
| | * | | Modify perRunCaches to not leak WeakReferencesJames Iry2013-09-031-10/+3
| | * | | SI-7149 Use a WeakHashSet for type uniquenessGrzegorz Kossakowski2013-09-031-2/+2
| | * | | SI-7150 Replace scala.reflect.internal.WeakHashSetGrzegorz Kossakowski2013-09-031-42/+411
| * | | | Merge pull request #2876 from retronym/ticket/7782Jason Zaugg2013-09-041-1/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-7782 Derive type skolems at the ground levelJason Zaugg2013-08-271-1/+8
| * | | | Merge pull request #2871 from retronym/ticket/7779Jason Zaugg2013-08-292-0/+15
| |\ \ \ \
| | * | | | SI-7779 Account for class name compactification in reflectionJason Zaugg2013-08-232-0/+15
| | |/ / /
* | | | | Merge pull request #2864 from retronym/ticket/6240-namesJason Zaugg2013-09-022-43/+70
|\ \ \ \ \
| * | | | | Lock down methods in NamesJason Zaugg2013-08-311-11/+14
| * | | | | SI-6240 Synchronizes NamesJason Zaugg2013-08-222-33/+57
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2886 from gkossakowski/merge-2.10.xJason Zaugg2013-08-309-36/+63
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-299-36/+63
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-211-4/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #2842 from retronym/ticket/7603-2James Iry2013-08-161-22/+14
| | |\ \ \ \
| | | * | | | SI-7603 Fix thread safety of FlagTranslationJason Zaugg2013-08-161-22/+14
| | * | | | | Merge pull request #2814 from xeno-by/topic/auto-duplicate-expansionsJames Iry2013-08-161-2/+5
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-141-2/+5