summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-18964-3659/+3453
* Longer timeout for repl test.Paul Phillips2013-09-171-1/+1
* Merge pull request #2951 from retronym/ticket/7847Grzegorz Kossakowski2013-09-172-0/+15
|\
| * SI-7847 Static forwarders for case apply/unapplyJason Zaugg2013-09-162-0/+15
* | Merge pull request #2935 from densh/topic/si-7304-6489-6701Jason Zaugg2013-09-169-2/+96
|\ \
| * | SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-127-1/+42
| * | SI-7304 improve deprecation warnings for tree factory methodsDen Shabalin2013-09-112-1/+54
* | | SI-7845 Disable test for JSR 233Jason Zaugg2013-09-162-12/+0
| |/ |/|
* | Merge pull request #2884 from retronym/ticket/3832Jason Zaugg2013-09-1512-1/+87
|\ \
| * | SI-7223 More finesse in setting INCONSTRUCTORJason Zaugg2013-09-122-0/+12
| * | SI-7007 Test case shows we disallow premature `this` accessJason Zaugg2013-09-112-0/+21
| * | SI-3832 Don't lift methods in aux constructor trailing stats as STATICJason Zaugg2013-09-115-0/+43
| * | SI-1909 Move tests from pos to runJason Zaugg2013-09-113-1/+11
| |/
* | Merge pull request #2931 from paulp/pr/TreeDSLJason Zaugg2013-09-157-14/+162
|\ \
| * | Reducing variation of tree creation methods.Paul Phillips2013-09-134-10/+8
| * | Widen type of outer accessor.Paul Phillips2013-09-131-2/+2
| * | Corrects behavior of finalResultType.Paul Phillips2013-09-133-2/+152
* | | SI-7843 Restore JSR 223 service entrySom Snytt2013-09-142-0/+12
|/ /
* | Merge pull request #2859 from som-snytt/issue/7622-phaserGrzegorz Kossakowski2013-09-1235-39/+226
|\ \
| * | SI-7622 Scaladoc and error message polishSom Snytt2013-08-212-2/+2
| * | SI-7622 Clean Up Phase AssemblySom Snytt2013-08-2133-30/+219
| * | SI-7622 Plugins can be not enabledSom Snytt2013-08-211-1/+1
| * | SI-7622 Phases are enabled or notSom Snytt2013-08-215-5/+5
| * | SI-7622 Phase assembly is testableSom Snytt2013-08-212-4/+2
* | | Merge pull request #2928 from retronym/merge/2.10.x-to-masterGrzegorz Kossakowski2013-09-123-0/+113
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into merge/2.10.x-to-masterJason Zaugg2013-09-1154-426/+543
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-masterJason Zaugg2013-09-103-0/+113
| |\ \ \
| | * \ \ Merge pull request #2916 from retronym/ticket/7818Jason Zaugg2013-09-101-0/+10
| | |\ \ \
| | | * | | SI-7818 Cast our way out of extended existential angstJason Zaugg2013-09-061-0/+10
| | * | | | Merge pull request #2866 from retronym/ticket/7269Jason Zaugg2013-09-091-0/+32
| | |\ \ \ \
| | | * | | | SI-7269 Rework MapLike#retains to account for desugaring changeJason Zaugg2013-08-291-0/+32
| | * | | | | SI-7814 Avoid init cycle between Predef, `package`, ScalaRuntimeJason Zaugg2013-09-051-0/+71
| | | |/ / / | | |/| | |
* | | | | | Merge pull request #2905 from retronym/ticket/7801Grzegorz Kossakowski2013-09-122-0/+23
|\ \ \ \ \ \
| * | | | | | SI-7801 Fix a nightmarish bug in Symbols#adaptInfosJason Zaugg2013-09-042-0/+23
* | | | | | | SI-7834 Type equivalence of C.this and C.super.Paul Phillips2013-09-113-0/+123
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #2930 from retronym/topic/patmat-inference-prepJason Zaugg2013-09-1145-170/+13
|\ \ \ \ \ \
| * | | | | | Limit bad advice given for erroneous pattern.Paul Phillips2013-08-293-0/+13
| * | | | | | Removing orphan check/flag files.Paul Phillips2013-08-2942-170/+0
* | | | | | | 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