summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1626 from paulp/issue/6357Adriaan Moors2012-11-192-0/+10
|\
| * Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-142-0/+10
* | Merge pull request #1586 from retronym/ticket/6247Adriaan Moors2012-11-162-5/+82
|\ \
| * | Optimize primitive Array(e1, ..., en)Jason Zaugg2012-11-072-5/+82
* | | Merge pull request #1623 from paulp/merge-2.10.xAdriaan Moors2012-11-1610-1/+76
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge remote-tracking branches 'origin/2.10.x' and 'origin/2.10.0-wip' into m...Paul Phillips2012-11-1410-1/+76
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | Merge pull request #1608 from retronym/ticket/6644Josh Suereth2012-11-141-0/+8
| | | |\ \
| | | | * | SI-6644 Account for varargs in extmethod forwarderJason Zaugg2012-11-101-0/+8
| | | * | | SI-6646 `ident` or Ident is always new binding.Jason Zaugg2012-11-132-0/+8
| | | * | | SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-102-0/+16
| | | |/ /
| | * | | Merge pull request #1585 from retronym/ticket/6539-2Eugene Burmako2012-11-143-0/+26
| | |\ \ \
| | | * | | Refine @compileTimeOnlyJason Zaugg2012-11-083-18/+18
| | | * | | SI-6539 Annotation for methods unfit for post-typer ASTsJason Zaugg2012-11-063-0/+26
| | * | | | Fix for SI-6662, macro failing too early.Paul Phillips2012-11-143-0/+17
| | * | | | better error when typetagging local classesEugene Burmako2012-11-121-1/+1
| | |/ / /
* | | | | Merge pull request #1622 from adriaanm/paulp-issue/5330-2Adriaan Moors2012-11-164-0/+46
|\ \ \ \ \
| * | | | | SI-5330, SI-6014 deal with existential self-typePaul Phillips2012-11-144-0/+46
| |/ / / /
* | | | | Merge pull request #1629 from paulp/issue/6355Paul Phillips2012-11-152-0/+17
|\ \ \ \ \
| * | | | | Error for SI-6355, overloading of applyDynamic.Paul Phillips2012-11-142-0/+17
| |/ / / /
* / / / / Fix for SI-6664, cycle in case classes.Paul Phillips2012-11-142-0/+9
|/ / / /
* | | | Merge pull request #1613 from paulp/mutable-settingsPaul Phillips2012-11-132-0/+593
|\ \ \ \
| * | | | Address obvious bug in MutableSettings.Paul Phillips2012-11-132-0/+593
* | | | | Merge pull request #1599 from jannic/SI-6637Paul Phillips2012-11-132-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix SI-6637 (misoptimization in erasure)Jan Niehusmann2012-11-092-0/+9
* | | | | Merge pull request #1600 from jannic/t2318Paul Phillips2012-11-121-1/+2
|\ \ \ \ \
| * | | | | fix t2318.scalaJan Niehusmann2012-11-091-1/+2
| |/ / / /
* | | | | Cleanups to the previous repl commits.Paul Phillips2012-11-091-1/+1
* | | | | Moved IMain ops requiring stability into implicit class.Paul Phillips2012-11-091-2/+0
* | | | | Massively simplified repl name resolution.Paul Phillips2012-11-092-2/+2
|/ / / /
* | | / Warn about unused imports.Paul Phillips2012-11-073-0/+170
| |_|/ |/| |
* | | Merge pull request #1576 from paulp/merge-210Adriaan Moors2012-11-0640-1579/+155
|\ \ \
| * | | 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
| | | | |/ | | | |/|