summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #1669 from paulp/update-asmPaul Phillips2012-11-2874-7421/+7406
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Updated asm to 4.1.Paul Phillips2012-11-2474-7421/+7406
* | | | | | | | | Merge pull request #1664 from paulp/merge-2.10.x-masterAdriaan Moors2012-11-2558-180/+736
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-2358-180/+736
|/| | | | | | | | | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-2340-141/+410
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge pull request #1656 from jsuereth/fix/remove-future-either-methodv2.10.0-RC3Adriaan Moors2012-11-211-23/+0
| | |\ \ \ \ \
| | | * | | | | Removing controversial `either` method from Futures API.Josh Suereth2012-11-211-23/+0
| | |/ / / / /
| | * | | | | Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-1915-53/+200
| | |\ \ \ \ \
| | | * | | | | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-1315-42/+186
| | | * | | | | Refine the message and triggering of MissingRequirementError.Jason Zaugg2012-11-103-3/+15
| | | * | | | | SI-6640 Better reporting of deficient classpaths.Jason Zaugg2012-11-103-20/+11
| | * | | | | | Merge pull request #1638 from adriaanm/ticket-6624Josh Suereth2012-11-192-1/+39
| | |\ \ \ \ \ \
| | | * | | | | | SI-6624 set info of case pattern binder to help find case field accessorsAdriaan Moors2012-11-162-1/+39
| | * | | | | | | Merge pull request #1636 from paulp/issue/6628Adriaan Moors2012-11-1610-36/+33
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-1510-36/+33
| | * | | | | | | | Merge pull request #1616 from retronym/backport/6559Adriaan Moors2012-11-164-3/+20
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Fixes SI-6559 - StringContext not using passed in escape function.Josh Suereth2012-11-141-0/+17
| | | * | | | | | | | Fix raw string interpolator: string parts which were after the first argument...Julien Richard-Foy2012-11-133-3/+3
| | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | Merge pull request #1615 from retronym/ticket/6648Adriaan Moors2012-11-162-0/+37
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-6648 copyAttrs must preserve TypeTree#wasEmptyJason Zaugg2012-11-142-0/+37
| | | |/ / / / / / /
| | * | | | | | | | Merge pull request #1614 from phaller/issue/correct-promise-signatureAdriaan Moors2012-11-161-3/+2
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | SI-6661 - Remove obsolete implicit parameter of scala.concurrent.promise methodphaller2012-11-151-3/+2
| | | |/ / / / / /
| * | | | | | | | Merge pull request #1660 from scalamacros/topic/6023Eugene Burmako2012-11-234-2/+38
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-6023 reify abstract valsYour Name2012-11-234-2/+38
| |/ / / / / / / /
| * | | | | | | | Merge pull request #1645 from scalamacros/ticket/6673Josh Suereth2012-11-214-4/+28
| |\ \ \ \ \ \ \ \
| | * | | | | | | | adds comments to standard attachmentsEugene Burmako2012-11-181-0/+15
| | * | | | | | | | SI-6673 fixes macro problems with eta expansionsEugene Burmako2012-11-184-4/+13
| * | | | | | | | | 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-205-49/+112
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-6632 SI-6633 Fixes issues and data corruption in ListBufferSimon Ochsenreither2012-11-095-49/+112
| * | | | | | | | | Merge pull request #1597 from soc/SI-6634Josh Suereth2012-11-203-0/+116
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-6634 Fixes data corruption issue in ListBuffer#removeSimon Ochsenreither2012-11-163-0/+116
| * | | | | | | | | | Merge pull request #1620 from namin/si-6551Josh Suereth2012-11-202-4/+18
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | SI-6551: don't insert apply call in polymorphic expression.Nada Amin2012-11-162-4/+18
| * | | | | | | | | | | Merge pull request #1621 from jannic/SI-6663-2.10.xJosh Suereth2012-11-205-1/+49
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | SI-6663: don't ignore type parameter on selectDynamic invocationJan Niehusmann2012-11-165-1/+49
| * | | | | | | | | | | | Merge pull request #1641 from sschaef/doc-update/multimapJosh Suereth2012-11-201-3/+32
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Scaladoc update for collection.mutable.MultiMapSimon Schaefer2012-11-171-3/+32
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #1644 from vigdorchik/group_searchJosh Suereth2012-11-201-19/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Restore the opimization apparently lost after merge.Eugene Vigdorchik2012-11-181-19/+7
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #1628 from axel22/issue/6150-backportJosh Suereth2012-11-196-31/+91
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Fixes SI-6150 - backport to 2.10.x branch.Aleksandar Prokopec2012-11-146-31/+91
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #1624 from adriaanm/paulp-issue/5330-2.10.xAdriaan Moors2012-11-165-3/+61
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | SI-5330, SI-6014 deal with existential self-typeAdriaan Moors2012-11-145-3/+61
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #1593 from adriaanm/guidelines-2.10.xAdriaan Moors2012-11-161-0/+66
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | show developer guidelines on opening pull requestAdriaan Moors2012-11-081-0/+66
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #1612 from scalamacros/topic/showrawEugene Burmako2012-11-153-2/+22
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | sane printing of renamed importsEugene Burmako2012-11-133-2/+22
| | | |/ / / / | | |/| | | |
* | | | | | | Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-218-12/+110
|\ \ \ \ \ \ \