summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2910 from densh/topic/quasiquote-improvement-finalJason Zaugg2013-09-1127-570/+1275
|\
| * streamline implementation of annotation splicingDen Shabalin2013-09-055-37/+34
| * unify handling of references to scala members for functions and tuplesDen Shabalin2013-09-052-20/+36
| * make the postfixOps warning go awayDen Shabalin2013-09-051-1/+1
| * better support for ValDefs, VarDefs and DefDefsDen Shabalin2013-09-055-0/+64
| * rename TupleN and TupleTypeN into SyntacticTuple and SyntacticTupleTypeDen Shabalin2013-09-054-11/+11
| * SI-7723 better support for deconstruction of new expressionsDen Shabalin2013-09-055-1/+43
| * SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-058-8/+60
| * first-class early def splicing and extraction supportDen Shabalin2013-09-0510-66/+334
| * extract out isHole(name)Den Shabalin2013-09-051-3/+5
| * add support for function type splicing and extractionDen Shabalin2013-09-0510-3/+62
| * reify ScalaPackage symbol with the help of ScalaDotDen Shabalin2013-09-055-1/+24
| * refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-0512-60/+82
| * SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-059-25/+67
| * reduce amount of clutter on -Yquasiquote-debugDen Shabalin2013-09-051-3/+3
| * minor changes to TreeGen.mkTemplateDen Shabalin2013-09-051-8/+9
| * move mkNew from tools.nsc.ast.TreeGen to reflect.internal.TreeGenDen Shabalin2013-09-052-36/+35
| * use NoMods and NoFlags for reification of empty valuesDen Shabalin2013-09-053-41/+49
| * merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-058-22/+30
| * rename mkAnnotationCtor into mkAnnotationDen Shabalin2013-09-054-5/+5
| * add missing copyTypeDef utility functionDen Shabalin2013-09-051-0/+16
| * refactor definition tests into separate subsuiteDen Shabalin2013-09-055-249/+326
| * add toolbox-based utility methods to quasiquotes' testsDen Shabalin2013-09-051-6/+15
* | Merge pull request #2904 from som-snytt/issue/reflect-priv-ctorJason Zaugg2013-09-103-1/+24
|\ \
| * | SI-7810 Reflect private constructorSom Snytt2013-09-033-1/+24
* | | Merge pull request #2926 from paulp/pr/treecheckersJason Zaugg2013-09-1010-121/+283
|\ \ \
| * \ \ Merge pull request #10 from retronym/topic/tree-checker-higher-order-tparamPaul Phillips2013-09-091-1/+1
| |\ \ \
| | * | | Avoid spurious tree checker warning for higher order type paramsJason Zaugg2013-09-101-1/+1
| |/ / /
| * | | Noise reduction + minor enhance in TreeCheckers.Paul Phillips2013-09-0910-121/+283
* | | | Merge pull request #2915 from retronym/ticket/7817Jason Zaugg2013-09-105-1/+202
|\ \ \ \
| * | | | SI-7817 Fix regression in structural typesJason Zaugg2013-09-093-5/+5
| * | | | SI-7817 Tests to show the foibles of mkAttributedRefJason Zaugg2013-09-094-0/+201
* | | | | Merge pull request #2925 from retronym/topic/opt-implicit-logPaul Phillips2013-09-091-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Avoid needless Type stringification when logging is disabled.Jason Zaugg2013-09-091-1/+1
|/ / / /
* | | | Merge pull request #2907 from paulp/pr/typetree-original-rangeposJason Zaugg2013-09-096-35/+43
|\ \ \ \
| * | | | Eliminate TypeTrees with null original.Paul Phillips2013-09-046-35/+43
| | |/ / | |/| |
* | | | Merge pull request #2885 from som-snytt/issue/7791-script-linenumsJason Zaugg2013-09-087-14/+73
|\ \ \ \
| * | | | SI-7791 Line number table reflects underlying fileSom Snytt2013-09-057-14/+73
* | | | | Merge pull request #2865 from folone/trampolinesGrzegorz Kossakowski2013-09-072-9/+67
|\ \ \ \ \
| * | | | | Stackless implementation of TailRec in constant memory.Runar Bjarnason2013-08-241-24/+34
| * | | | | Alter TailRec to have map and flatMapGeorge Leontiev2013-08-242-7/+55
* | | | | | Merge pull request #2900 from nermin/masterGrzegorz Kossakowski2013-09-074-4/+4
|\ \ \ \ \ \
| * | | | | | Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-304-4/+4
* | | | | | | Merge pull request #2917 from som-snytt/issue/7805-repl-iGrzegorz Kossakowski2013-09-076-9/+82
|\ \ \ \ \ \ \
| * | | | | | | SI-7805 REPL -i startupSom Snytt2013-09-066-9/+82
* | | | | | | | Merge pull request #2912 from retronym/ticket/7643Grzegorz Kossakowski2013-09-077-10/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7643 Enable newPatternMatching in interactive.Jason Zaugg2013-09-067-10/+21
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #2855 from adriaanm/modularize-xml-parsersv2.11.0-M5Grzegorz Kossakowski2013-09-06249-14161/+176
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix dbuild meta info: remove scaladoc projectJosh Suereth2013-09-062-37/+18
| * | | | | | | Include xml and parsers in dist, tool classpath.Adriaan Moors2013-08-291-59/+82