summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0540-1579/+155
|\
| * Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-0537-1579/+126
| |\
| | * Merge pull request #1562 from paulp/issue/6600Josh Suereth2012-11-021-0/+8
| | |\
| | | * Fix for SI-6600, regression with ScalaNumber.Paul Phillips2012-11-021-0/+8
| | * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-021-0/+14
| | |/
| | * Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-014-0/+42
| | |\
| | | * Modification to SI-6534 patch.Paul Phillips2012-10-302-1/+7
| | | * New take on SI-6534, value classes.Paul Phillips2012-10-244-0/+36
| | * | Merge pull request #1540 from odersky/ticket/6500Adriaan Moors2012-11-011-0/+13
| | |\ \
| | | * | Fixes SI-6500 by making erasure more regular.Martin Odersky2012-10-301-0/+13
| | | |/
| | * | Merge pull request #1542 from adriaanm/odersky-ticket/6556v2Adriaan Moors2012-11-011-0/+32
| | |\ \
| | | * | SI-6556 no assert for surprising ctor result typeMartin Odersky2012-10-301-0/+32
| | | |/
| | * | Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-11-012-35/+0
| | * | Merge branch '2.10.0-wip' of github.com:scala/scala into 2.10.0-wipJosh Suereth2012-11-017-0/+84
| | |\ \
| | | * \ Merge pull request #1536 from vjovanov/issues/SI-6581Josh Suereth2012-10-312-0/+35
| | | |\ \
| | | | * | SI-6581 fixed by inlining `Actor.self`.Vojin Jovanovic2012-10-302-0/+35
| | | | |/
| | | * | Merge pull request #1532 from hubertp/2.10.0-wip-issue/5031Josh Suereth2012-10-313-0/+17
| | | |\ \
| | | | * | Fixes SI-5031 for separate compilation scenario.Hubert Plociniczak2012-10-283-0/+17
| | | | |/
| | * | / Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-10-3026-1579/+0
| | | |/ | | |/|
| * | | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-312-0/+9
| * | | Merge pull request #1546 from paulp/merge-2.10.0-wipJosh Suereth2012-10-3114-78/+201
| |\ \ \
| * \ \ \ Merge pull request #1522 from possiblywrong/2.10.xJosh Suereth2012-10-312-0/+12
| |\ \ \ \
| | * | | | SI-6488: Stop I/O threads prior to Process destructionDeclan Conlon2012-10-262-0/+12
| * | | | | Fixes SI-6559 - StringContext not using passed in escape function.Josh Suereth2012-10-301-0/+17
| |/ / / /
* | | | | Merge pull request #1554 from paulp/scope-lookupPaul Phillips2012-11-041-3/+1
|\ \ \ \ \
| * | | | | The improvements made possible by the scope changes.Paul Phillips2012-11-021-3/+1
* | | | | | Merge pull request #1565 from retronym/ticket/6567Josh Suereth2012-11-043-0/+21
|\ \ \ \ \ \
| * | | | | | SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2012-11-033-0/+21
| |/ / / / /
* | | | | | Merge pull request #1564 from paulp/issue/441Paul Phillips2012-11-045-17/+103
|\ \ \ \ \ \
| * | | | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-033-6/+12
| * | | | | | Expanded unused warnings.Paul Phillips2012-11-032-11/+91
| |/ / / / /
* / / / / / Fix for SI-6426, importable _.Paul Phillips2012-11-032-0/+12
|/ / / / /
* | | | | Warn about unused private members.Paul Phillips2012-11-014-1/+91
* | | | | Merge pull request #1521 from paulp/whats-in-a-nameAdriaan Moors2012-11-0112-16/+134
|\ \ \ \ \
| * | | | | Tests for SI-3160, SI-4537, import precedence.Paul Phillips2012-10-2312-16/+134
* | | | | | Merge pull request #1550 from paulp/issue/6597Adriaan Moors2012-11-012-0/+9
|\ \ \ \ \ \
| * | | | | | Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-312-0/+9
* | | | | | | Merge pull request #1535 from paulp/stream-distinctPaul Phillips2012-11-014-1/+29
|\ \ \ \ \ \ \
| * | | | | | | Implementation of Stream#dropRight.Paul Phillips2012-11-012-1/+5
| * | | | | | | Fix SI-6584, Stream#distinct uses too much memory.Paul Phillips2012-11-012-0/+24
| |/ / / / / /
* | | | | | | Merge pull request #1534 from paulp/repl-outdirPaul Phillips2012-11-014-2/+68
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | An option for real repl output.Paul Phillips2012-10-294-2/+68
| |/ / / / /
* | | | | | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-3118-78/+350
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.0-wipPaul Phillips2012-10-3114-78/+201
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | SI-6575 Plug inference leak of AbstractPartialFunJason Zaugg2012-10-282-0/+32
| | |/
| | * Merge pull request #1519 from paulp/no-product-nJosh Suereth2012-10-244-71/+72
| | |\
| | | * Disabled generation of _1, _2, etc. methods.Paul Phillips2012-10-224-71/+72
| | * | Merge pull request #1507 from retronym/ticket/6526Josh Suereth2012-10-242-0/+57
| | |\ \
| | | * | SI-6526 Additional test case.Jason Zaugg2012-10-222-1/+9
| | | * | SI-6526 Tail call elimination should descend deeper.Jason Zaugg2012-10-172-0/+49