summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* SI-7312 @deprecatedInheritance now ignores same-file subclassesJason Zaugg2013-03-305-5/+29
* Merge pull request #2305 from retronym/ticket/7296-2Adriaan Moors2013-03-295-4/+41
|\
| * SI-7296 Remove arity limit for case classesJason Zaugg2013-03-256-8/+35
| * SI-7296 Avoid crash with nested 23-param case classJason Zaugg2013-03-252-0/+10
* | Merge pull request #2316 from vigdorchik/interactive_test_frameworkPaul Phillips2013-03-292-4/+5
|\ \
| * | Improve testing interactive experience.Eugene Vigdorchik2013-03-262-4/+5
* | | Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-2812-0/+115
|\ \ \
| * | | SI-7251, compiler crash with $.Paul Phillips2013-03-163-0/+21
| * | | Merge pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-123-0/+51
| |\ \ \
| | * | | SI-7240 fixes language feature lookupEugene Burmako2013-03-123-0/+51
| * | | | Merge pull request #2230 from retronym/ticket/7233Paul Phillips2013-03-122-0/+22
| |\ \ \ \
| | * | | | SI-7233 Account for aliased imports in ErasureJason Zaugg2013-03-101-0/+8
| | * | | | SI-7233 Account for aliased imports in eta expansion.Jason Zaugg2013-03-101-0/+14
| * | | | | Merge pull request #2222 from scalamacros/ticket/6725Paul Phillips2013-03-124-0/+21
| |\ \ \ \ \
| | * | | | | SI-6725 `f` interpolator now supports %n tokensEugene Burmako2013-03-094-0/+21
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #2227 from mergeconflict/2.10.x-SI-7132Paul Phillips2013-03-122-10/+15
| |\ \ \ \ \
| | * | | | | SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-092-10/+15
* | | | | | | Merge pull request #2323 from paulp/pr/iterator_++Paul Phillips2013-03-282-0/+19
|\ \ \ \ \ \ \
| * | | | | | | Iterator.++ no longer blows the stack.Paul Phillips2013-03-262-0/+19
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2289 from paulp/pr/name-logicPaul Phillips2013-03-272-10/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Overhauled local/getter/setter name logic.Paul Phillips2013-03-252-10/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2290 from adriaanm/build-cleanup-squashedAdriaan Moors2013-03-251-0/+0
|\ \ \ \ \ \
| * | | | | | Merge master.Adriaan Moors2013-03-2545-39/+468
| |\| | | | |
| * | | | | | Merge 2.10.x into masterAdriaan Moors2013-03-251-0/+0
| |\ \ \ \ \ \
| | * | | | | | Sanity for build.xml: exscriptus&positus delendus est.Adriaan Moors2013-03-231-0/+0
| | | |/ / / / | | |/| | | |
* | | | | | | SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-243-0/+8
* | | | | | | SI-7294 Treat TupleN as final under -XfutureJason Zaugg2013-03-244-0/+18
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2260 from som-snytt/issue/5717-assert-pkgdirPaul Phillips2013-03-231-0/+21
|\ \ \ \ \ \
| * | | | | | SI-5717 error when bytecode cannot be writtenSom Snytt2013-03-221-0/+21
* | | | | | | Merge pull request #2259 from Blaisorblade/issue/6123-try-3Paul Phillips2013-03-227-0/+45
|\ \ \ \ \ \ \
| * | | | | | | Add positive and negative testcases for SI-6123 (-explaintypes)Paolo G. Giarrusso2013-03-157-0/+45
| |/ / / / / /
* | | | | | | Merge pull request #2287 from vigdorchik/ticket/si-7102James Iry2013-03-221-0/+13
|\ \ \ \ \ \ \
| * | | | | | | SI-7102 Specialize isEmpty for bitsetsEugene Vigdorchik2013-03-211-0/+13
* | | | | | | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-213-0/+25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Warn about forgotten string interpolators.Paul Phillips2013-03-123-0/+25
* | | | | | | | Merge pull request #2235 from vigdorchik/si_5513James Iry2013-03-202-0/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-5513: add inplace set-theoretic operations for mutable bitsets.Eugene Vigdorchik2013-03-112-0/+27
* | | | | | | | | Merge pull request #2244 from paulp/pr/notNullAdriaan Moors2013-03-177-26/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7247, deprecated NotNull.Paul Phillips2013-03-137-26/+10
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2214 from JamesIry/master_constant_optimizationJames Iry2013-03-1513-13/+192
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Cleanup of constant optimizationJames Iry2013-03-146-0/+118
| * | | | | | | | Analyze constants to remove unnecessary branchesJames Iry2013-03-079-13/+74
* | | | | | | | | Merge pull request #2215 from paulp/issue/7228Paul Phillips2013-03-134-0/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Simplified the widening logic.Paul Phillips2013-03-103-0/+2
| * | | | | | | | | SI-7228, bug in weak subtyping.Paul Phillips2013-03-101-0/+75
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2242 from adriaanm/merge-2.10.xPaul Phillips2013-03-1315-1/+310
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge 2.10.x into masterAdriaan Moors2013-03-1213-0/+142
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-112-0/+13
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-092-0/+13
| | * | | | | | | | Merge pull request #2225 from retronym/ticket/7234Adriaan Moors2013-03-112-0/+35
| | |\ \ \ \ \ \ \ \