summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests for idempotency issues in the typecheckerEugene Burmako2012-12-0412-0/+241
* 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-252-1/+11
|\ \
| * | Fix for SI-6687, wrong isVar logic.Paul Phillips2012-11-242-1/+11
| |/
* | Merge pull request #1663 from paulp/merge-2.10.wip-xAdriaan Moors2012-11-2540-141/+410
|\ \
| * \ 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 #1608 from retronym/ticket/6644Josh Suereth2012-11-142-3/+9
| | |\ \ \
| | | * | | SI-6644 Account for varargs in extmethod forwarderJason Zaugg2012-11-102-3/+9
| | | |/ /
| | * | | Merge pull request #1601 from cunei/patch-1Josh Suereth2012-11-141-1/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Update tools/epfl-publishcunei2012-11-091-1/+1
| | | |/
| | * | Merge pull request #1606 from retronym/ticket/6646Adriaan Moors2012-11-134-19/+87
| | |\ \ | | | |/ | | |/|
| | | * Update comment.Jason Zaugg2012-11-131-1/+2
| | | * SI-6646 `ident` or Ident is always new binding.Jason Zaugg2012-11-133-25/+67
| | | * SI-6646 Fix regression in for desugaring.Jason Zaugg2012-11-104-19/+44
| | |/
* | | 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-253-1/+12
|\ \ \ \
| * | | | Fix for SI-6357, cycle with value classes.Paul Phillips2012-11-193-1/+12
* | | | | Merge pull request #1643 from retronym/ticket/6677Adriaan Moors2012-11-253-6/+77
|\ \ \ \ \
| * | | | | Refactoring of adaptMethodJason Zaugg2012-11-181-7/+16
| * | | | | SI-6677 Insert required cast in `new qual.foo.T`Jason Zaugg2012-11-183-0/+62
* | | | | | Merge pull request #1662 from paulp/issue/6706Eugene Burmako2012-11-242-0/+19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix for SI-6706, Symbol breakage under GC.Paul Phillips2012-11-232-0/+19
|/ / / / /
* | | | | 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
|\ \ \ \ \