summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1643 from retronym/ticket/6677Adriaan Moors2012-11-252-0/+61
|\
| * SI-6677 Insert required cast in `new qual.foo.T`Jason Zaugg2012-11-182-0/+61
* | Fix for SI-6706, Symbol breakage under GC.Paul Phillips2012-11-231-0/+14
* | SI-6023 reify abstract valsYour Name2012-11-232-0/+29
* | Merge pull request #1645 from scalamacros/ticket/6673Josh Suereth2012-11-212-0/+6
|\ \
| * | SI-6673 fixes macro problems with eta expansionsEugene Burmako2012-11-182-0/+6
* | | Merge pull request #1653 from retronym/ticket/6695Josh Suereth2012-11-211-0/+18
|\ \ \
| * | | SI-6695 Test case for fixed Array match bugJason Zaugg2012-11-211-0/+18
* | | | Merge pull request #1596 from soc/SI-6632+SI-6633Josh Suereth2012-11-204-0/+68
|\ \ \ \
| * | | | SI-6632 SI-6633 Fixes issues and data corruption in ListBufferSimon Ochsenreither2012-11-094-0/+68
* | | | | Merge pull request #1597 from soc/SI-6634Josh Suereth2012-11-202-0/+111
|\ \ \ \ \
| * | | | | SI-6634 Fixes data corruption issue in ListBuffer#removeSimon Ochsenreither2012-11-162-0/+111
* | | | | | Merge pull request #1620 from namin/si-6551Josh Suereth2012-11-201-0/+13
|\ \ \ \ \ \
| * | | | | | SI-6551: don't insert apply call in polymorphic expression.Nada Amin2012-11-161-0/+13
| |/ / / / /
* | | | | | Merge pull request #1621 from jannic/SI-6663-2.10.xJosh Suereth2012-11-204-0/+43
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-6663: don't ignore type parameter on selectDynamic invocationJan Niehusmann2012-11-164-0/+43
* | | | | | Merge pull request #1628 from axel22/issue/6150-backportJosh Suereth2012-11-191-0/+44
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fixes SI-6150 - backport to 2.10.x branch.Aleksandar Prokopec2012-11-141-0/+44
| |/ / / /
* | | | | Merge pull request #1624 from adriaanm/paulp-issue/5330-2.10.xAdriaan Moors2012-11-164-0/+46
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-5330, SI-6014 deal with existential self-typeAdriaan Moors2012-11-144-0/+46
| |/ / /
* | | | Merge pull request #1612 from scalamacros/topic/showrawEugene Burmako2012-11-152-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | sane printing of renamed importsEugene Burmako2012-11-132-0/+17
| | |/ | |/|
* | | 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 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 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
| | |\