summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-0513-112/+104
|\
| * 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-032-2/+2
| |\ \ \
| | * | | Asserts about Tree qualifiers.Paul Phillips2012-11-292-2/+2
| * | | | 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-288-46/+44
| |\ \ \ | | |/ / | |/| |
| | * | Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-268-46/+44
| * | | 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 #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-254-8/+22
| |\ \ \ \
| * \ \ \ \ 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
| | |/ / /
* | | | | Merge pull request #1673 from paulp/serialversionuidPaul Phillips2012-12-031-16/+20
|\ \ \ \ \
| * | | | | Account for existence of scala's ClassfileAnnotation.Paul Phillips2012-11-251-11/+15
| * | | | | Eliminate some one-arg asserts.Paul Phillips2012-11-251-5/+5
* | | | | | Merge pull request #1669 from paulp/update-asmPaul Phillips2012-11-281-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Updated asm to 4.1.Paul Phillips2012-11-241-4/+4
* | | | | | Merge branch 'merge-2.10.wip-x' into merge-2.10.x-masterPaul Phillips2012-11-235-34/+52
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.wip-xPaul Phillips2012-11-234-8/+22
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Merge pull request #1607 from retronym/ticket/6640Josh Suereth2012-11-191-3/+9
| | |\ \
| | | * | SI-6440 Address regressions around MissingRequirementErrorJason Zaugg2012-11-131-3/+9
| | * | | 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
| * | | | | SI-6023 reify abstract valsYour Name2012-11-232-2/+9
| * | | | | Merge pull request #1645 from scalamacros/ticket/6673Josh Suereth2012-11-211-4/+5
| |\ \ \ \ \
| | * | | | | SI-6673 fixes macro problems with eta expansionsEugene Burmako2012-11-181-4/+5
| * | | | | | Merge pull request #1620 from namin/si-6551Josh Suereth2012-11-201-4/+5
| |\ \ \ \ \ \
| | * | | | | | SI-6551: don't insert apply call in polymorphic expression.Nada Amin2012-11-161-4/+5
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #1621 from jannic/SI-6663-2.10.xJosh Suereth2012-11-201-1/+6
| |\ \ \ \ \ \
| | * | | | | | SI-6663: don't ignore type parameter on selectDynamic invocationJan Niehusmann2012-11-161-1/+6
| | |/ / / / /
| * / / / / / Restore the opimization apparently lost after merge.Eugene Vigdorchik2012-11-181-19/+7
| |/ / / / /
* | | | | | Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-21149-2830/+218
|\ \ \ \ \ \
| * | | | | | Remove code from compiler central.Paul Phillips2012-11-2050-1143/+53
| * | | | | | Remove code from misc bits of the compiler.Paul Phillips2012-11-206-41/+5
| * | | | | | Removed code from scaladoc.Paul Phillips2012-11-209-131/+13
| * | | | | | Removed code from the typechecker.Paul Phillips2012-11-2012-251/+60
| * | | | | | Members removed in scala.reflect.Paul Phillips2012-11-204-34/+3
| * | | | | | Members removed in the backend.Paul Phillips2012-11-1917-247/+4
| * | | | | | Members removed from the repl.Paul Phillips2012-11-1932-512/+25
| * | | | | | Some files removed in their entirety.Paul Phillips2012-11-196-192/+2
| * | | | | | Removing ancient comments and pointless comments.Paul Phillips2012-11-1921-274/+48