summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | SI-6661 - Remove obsolete implicit parameter of scala.concurrent.promise methodphaller2012-11-151-3/+2
| | | |/ /
| * | | | SI-6023 reify abstract valsYour Name2012-11-232-2/+9
| * | | | Merge pull request #1645 from scalamacros/ticket/6673Josh Suereth2012-11-212-4/+22
| |\ \ \ \
| | * | | | adds comments to standard attachmentsEugene Burmako2012-11-181-0/+15
| | * | | | SI-6673 fixes macro problems with eta expansionsEugene Burmako2012-11-182-4/+7
| * | | | | Merge pull request #1596 from soc/SI-6632+SI-6633Josh Suereth2012-11-201-49/+44
| |\ \ \ \ \
| | * | | | | SI-6632 SI-6633 Fixes issues and data corruption in ListBufferSimon Ochsenreither2012-11-091-49/+44
| * | | | | | Merge pull request #1597 from soc/SI-6634Josh Suereth2012-11-201-0/+5
| |\ \ \ \ \ \
| | * | | | | | SI-6634 Fixes data corruption issue in ListBuffer#removeSimon Ochsenreither2012-11-161-0/+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
| * | | | | | | | 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-195-31/+47
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Fixes SI-6150 - backport to 2.10.x branch.Aleksandar Prokopec2012-11-145-31/+47
| | |/ / / / / / /
| * | | | | | | | Merge pull request #1624 from adriaanm/paulp-issue/5330-2.10.xAdriaan Moors2012-11-161-3/+15
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | SI-5330, SI-6014 deal with existential self-typeAdriaan Moors2012-11-141-3/+15
| | |/ / / / / /
| * | | | | | | Merge pull request #1612 from scalamacros/topic/showrawEugene Burmako2012-11-151-2/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | sane printing of renamed importsEugene Burmako2012-11-131-2/+5
| | | |/ / / / | | |/| | | |
* | | | | | | Merge pull request #1570 from retronym/ticket/6448Adriaan Moors2012-11-216-12/+17
|\ \ \ \ \ \ \
| * | | | | | | SI-6448 Collecting the spoils of PartialFun#runWithJason Zaugg2012-11-046-12/+17
* | | | | | | | Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-21303-4427/+338
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove code from compiler central.Paul Phillips2012-11-2052-1146/+56
| * | | | | | | | Remove code from misc bits of the compiler.Paul Phillips2012-11-209-47/+11
| * | | | | | | | 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-2038-947/+39
| * | | | | | | | Members removed in the backend.Paul Phillips2012-11-1917-247/+4
| * | | | | | | | Members removed from partest.Paul Phillips2012-11-1911-67/+5
| * | | | | | | | Members removed from scala.reflect.io.Paul Phillips2012-11-199-189/+20