summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2959 from paulp/pr/basic-type-housekeepingPaul Phillips2013-09-187-26/+38
|\
| * Type housekeeping.Paul Phillips2013-09-187-26/+38
* | Merge pull request #2961 from paulp/pr/whitespaceJason Zaugg2013-09-185-21/+26
|\ \ | |/ |/|
| * Cull extraneous whitespace.Paul Phillips2013-09-185-21/+26
* | Merge pull request #2955 from retronym/ticket/7853Paul Phillips2013-09-181-3/+7
|\ \ | |/ |/|
| * SI-7853 A less ad-hoc place to call memberTypeJason Zaugg2013-09-181-3/+7
* | Merge pull request #2950 from retronym/ticket/7841Grzegorz Kossakowski2013-09-172-14/+27
|\ \ | |/ |/|
| * SI-7841 More robust unspecialization of namesJason Zaugg2013-09-162-14/+27
* | Merge pull request #2935 from densh/topic/si-7304-6489-6701Jason Zaugg2013-09-167-56/+66
|\ \ | |/ |/|
| * refactor variable arity definitionsDen Shabalin2013-09-123-44/+44
| * SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-121-0/+6
| * SI-7304 improve deprecation warnings for tree factory methodsDen Shabalin2013-09-111-12/+12
| * SI-6701 add SYNTHETIC flag to the reflection apiDen Shabalin2013-09-112-0/+4
* | Merge pull request #2884 from retronym/ticket/3832Jason Zaugg2013-09-151-0/+19
|\ \
| * | SI-3832 Extract tracking of under-construction classes to a mixinJason Zaugg2013-09-111-0/+19
| |/
* | Merge pull request #2931 from paulp/pr/TreeDSLJason Zaugg2013-09-153-59/+54
|\ \
| * | Reducing variation of tree creation methods.Paul Phillips2013-09-131-51/+40
| * | Corrects behavior of finalResultType.Paul Phillips2013-09-133-9/+15
* | | Removed deprecated calls.Paul Phillips2013-09-121-92/+95
* | | Consolidate Position classes.Paul Phillips2013-09-122-302/+210
|/ /
* | 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
|\ \ \