summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2910 from densh/topic/quasiquote-improvement-finalJason Zaugg2013-09-119-256/+530
|\
| * streamline implementation of annotation splicingDen Shabalin2013-09-051-0/+10
| * unify handling of references to scala members for functions and tuplesDen Shabalin2013-09-051-1/+1
| * better support for ValDefs, VarDefs and DefDefsDen Shabalin2013-09-051-0/+9
| * SI-7723 better support for deconstruction of new expressionsDen Shabalin2013-09-051-0/+17
| * SI-7803 support for matching of anonymous function literalsDen Shabalin2013-09-052-1/+18
| * first-class early def splicing and extraction supportDen Shabalin2013-09-052-2/+107
| * add support for function type splicing and extractionDen Shabalin2013-09-052-0/+12
| * reify ScalaPackage symbol with the help of ScalaDotDen Shabalin2013-09-051-1/+2
| * refine block and applied/typeapplied splicing/matching semanticsDen Shabalin2013-09-054-5/+12
| * SI-7196 add support for refineStat splicing and extractionDen Shabalin2013-09-052-0/+10
| * 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-102-0/+23
|\ \
| * | SI-7810 Reflect private constructorSom Snytt2013-09-032-0/+23
* | | Merge pull request #2915 from retronym/ticket/7817Jason Zaugg2013-09-104-0/+201
|\ \ \
| * | | SI-7817 Fix regression in structural typesJason Zaugg2013-09-092-4/+35
| * | | SI-7817 Tests to show the foibles of mkAttributedRefJason Zaugg2013-09-093-0/+170
| | |/ | |/|
* | | Merge pull request #2907 from paulp/pr/typetree-original-rangeposJason Zaugg2013-09-094-11/+28
|\ \ \
| * | | Eliminate TypeTrees with null original.Paul Phillips2013-09-044-11/+28
| | |/ | |/|
* | | Merge pull request #2885 from som-snytt/issue/7791-script-linenumsJason Zaugg2013-09-083-0/+25
|\ \ \
| * | | SI-7791 Line number table reflects underlying fileSom Snytt2013-09-053-0/+25
* | | | Merge pull request #2865 from folone/trampolinesGrzegorz Kossakowski2013-09-071-0/+13
|\ \ \ \
| * | | | Alter TailRec to have map and flatMapGeorge Leontiev2013-08-241-0/+13
| |/ / /
* | | | Merge pull request #2917 from som-snytt/issue/7805-repl-iGrzegorz Kossakowski2013-09-074-5/+60
|\ \ \ \
| * | | | SI-7805 REPL -i startupSom Snytt2013-09-064-5/+60
* | | | | Merge pull request #2912 from retronym/ticket/7643Grzegorz Kossakowski2013-09-074-0/+18
|\ \ \ \ \
| * | | | | SI-7643 Enable newPatternMatching in interactive.Jason Zaugg2013-09-064-0/+18
| | |_|/ / | |/| | |
* | | | | Merge pull request #2855 from adriaanm/modularize-xml-parsersv2.11.0-M5Grzegorz Kossakowski2013-09-06131-3221/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-27131-3221/+19
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-09-059-0/+363
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge pull request #2888 from xeno-by/topic/typed-annotatedJason Zaugg2013-09-043-0/+21
| |\ \ \
| | * | | typedAnnotated no longer emits nullsEugene Burmako2013-08-293-0/+21
| * | | | Merge pull request #2901 from gkossakowski/backport-uniques-memory-fixGrzegorz Kossakowski2013-09-041-0/+174
| |\ \ \ \
| | * | | | SI-7150 Replace scala.reflect.internal.WeakHashSetGrzegorz Kossakowski2013-09-031-0/+174
| * | | | | Merge pull request #2876 from retronym/ticket/7782Jason Zaugg2013-09-042-0/+50
| |\ \ \ \ \
| | * | | | | SI-7782 Derive type skolems at the ground levelJason Zaugg2013-08-272-0/+50
| * | | | | | Merge pull request #2899 from som-snytt/issue/4760-parserJason Zaugg2013-09-041-0/+34
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | SI-4760 Parser handles block-ending importSom Snytt2013-08-301-0/+34
| * | | | | | Commit .gitignore directlyJason Zaugg2013-08-301-0/+0
| |/ / / / /
| * | | | | Merge pull request #2868 from retronym/ticket/7775Jason Zaugg2013-08-291-0/+17
| |\ \ \ \ \
| | * | | | | SI-7775 Harden against the shifting sands of System.getPropertiesJason Zaugg2013-08-261-0/+17
| * | | | | | Merge pull request #2871 from retronym/ticket/7779Jason Zaugg2013-08-291-0/+67
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | SI-7779 Account for class name compactification in reflectionJason Zaugg2013-08-231-0/+67
| | |/ / / /
* | | | | | SI-7781 Improve test and add commentSom Snytt2013-09-021-5/+8
* | | | | | SI-7781 REPL stack trunc shows causeSom Snytt2013-09-021-0/+8
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2861 from densh/topic/deprecate-early-type-defsGrzegorz Kossakowski2013-08-308-7/+16
|\ \ \ \ \
| * | | | | deprecate early type defsDen Shabalin2013-08-288-7/+16
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2886 from gkossakowski/merge-2.10.xJason Zaugg2013-08-3033-3/+337
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-2933-3/+337
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /