summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-2521-111/+171
|\
| * 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
| | | |/ /
| | * | | Merge pull request #1608 from retronym/ticket/6644Josh Suereth2012-11-141-3/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | SI-6644 Account for varargs in extmethod forwarderJason Zaugg2012-11-101-3/+1
| | | |/
| | * | Update comment.Jason Zaugg2012-11-131-1/+2
| | * | SI-6646 `ident` or Ident is always new binding.Jason Zaugg2012-11-131-25/+59
| | * | SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-102-19/+28
| | |/
* | | 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
| |_|_|/ / |/| | | |
* | | | | 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
| |/ / / /