summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Expunged the .net backend.Paul Phillips2012-12-05101-19363/+52
* Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-0521-131/+188
|\
| * Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10-wipPaul Phillips2012-12-051-5/+5
| |\
| | * Fix for rangepos crasher.Paul Phillips2012-12-041-2/+3
| | * SI-6685 fixes error handling in typedApplyEugene Burmako2012-11-301-3/+2
| * | Merge pull request #1681 from paulp/issue/6731Adriaan Moors2012-12-051-47/+38
| |\ \
| | * | Fix for SI-6731, dropped trees in selectDynamic.Paul Phillips2012-11-281-47/+38
| * | | Merge pull request #1682 from paulp/assert-about-qualifierPaul Phillips2012-12-033-5/+18
| |\ \ \
| | * | | Asserts about Tree qualifiers.Paul Phillips2012-11-293-5/+18
| * | | | Merge pull request #1678 from martende/ticket/5753Eugene Burmako2012-11-291-10/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-5753 macros cannot be loaded when inherited from a class or a traitmartende2012-11-271-10/+3
| | |/ /
| * | | Merge pull request #1676 from retronym/topic/sm-interpolatorPaul Phillips2012-11-2812-55/+107
| |\ \ \ | | |/ / | |/| |
| | * | Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-269-55/+52
| | * | Adds a margin stripping string interpolator.Jason Zaugg2012-11-263-0/+55
| * | | Merge pull request #1666 from paulp/issue/6707Adriaan Moors2012-11-252-4/+4
| |\ \ \
| | * | | Mark pattern matcher synthetics as SYNTHETIC.Paul Phillips2012-11-242-2/+2
| | * | | Set symbol flags at creation.Paul Phillips2012-11-241-2/+2
| * | | | Merge pull request #1665 from paulp/issue/6687Adriaan Moors2012-11-251-1/+1
| |\ \ \ \
| | * | | | Fix for SI-6687, wrong isVar logic.Paul Phillips2012-11-241-1/+1
| | |/ / /
| * | | | Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-2521-111/+171
| |\ \ \ \
| * \ \ \ \ Merge pull request #1652 from jedesah/FlatHashTableAdriaan Moors2012-11-251-7/+6
| |\ \ \ \ \
| | * | | | | findEntry implementation code more concise and DRYer.Jean-Remi Desjardins2012-11-201-7/+6
| * | | | | | Merge pull request #1647 from adriaanm/backport-1626-2.10.xAdriaan Moors2012-11-251-1/+2
| |\ \ \ \ \ \
| | * | | | | | Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-191-1/+2
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #1643 from retronym/ticket/6677Adriaan Moors2012-11-251-6/+16
| |\ \ \ \ \ \
| | * | | | | | Refactoring of adaptMethodJason Zaugg2012-11-181-7/+16
| | * | | | | | SI-6677 Insert required cast in `new qual.foo.T`Jason Zaugg2012-11-181-0/+1
| * | | | | | | Fix for SI-6706, Symbol breakage under GC.Paul Phillips2012-11-231-0/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1673 from paulp/serialversionuidPaul Phillips2012-12-032-17/+21
|\ \ \ \ \ \ \
| * | | | | | | Account for existence of scala's ClassfileAnnotation.Paul Phillips2012-11-251-11/+15
| * | | | | | | Eliminate some one-arg asserts.Paul Phillips2012-11-251-5/+5
| * | | | | | | Fix for SerialVersionUID instability.Paul Phillips2012-11-251-1/+1
* | | | | | | | 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 branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-2327-153/+227
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-2321-111/+171
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Removing controversial `either` method from Futures API.Josh Suereth2012-11-211-23/+0
| | * | | | Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-196-26/+61
| | |\ \ \ \
| | | * | | | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-136-15/+47
| | | * | | | 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-191-1/+11
| | |\ \ \ \ \
| | | * | | | | SI-6624 set info of case pattern binder to help find case field accessorsAdriaan Moors2012-11-161-1/+11
| | * | | | | | Merge pull request #1636 from paulp/issue/6628Adriaan Moors2012-11-168-36/+20
| | |\ \ \ \ \ \
| | | * | | | | | Fixes SI-6628, Revert "Fix for view isEmpty."Paul Phillips2012-11-158-36/+20
| | * | | | | | | Merge pull request #1616 from retronym/backport/6559Adriaan Moors2012-11-161-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix raw string interpolator: string parts which were after the first argument...Julien Richard-Foy2012-11-131-1/+1
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge pull request #1615 from retronym/ticket/6648Adriaan Moors2012-11-161-0/+13
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-6648 copyAttrs must preserve TypeTree#wasEmptyJason Zaugg2012-11-141-0/+13
| | | |/ / / / / /
| | * | | | | | | Merge pull request #1614 from phaller/issue/correct-promise-signatureAdriaan Moors2012-11-161-3/+2
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |