summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1704 from retronym/ticket/6754-2v2.10.0-RC5v2.10.0Adriaan Moors2012-12-053-2/+9
|\
| * Fix for rangepos crasher.Paul Phillips2012-12-043-2/+9
* | Merge pull request #1712 from jsuereth/fix/osgi-distv2.10.0-RC4Adriaan Moors2012-12-051-1/+6
|\ \ | |/ |/|
| * Fixing OSGi distribution.Josh Suereth2012-12-051-1/+6
|/
* Merge pull request #1686 from scalamacros/ticket/6685Eugene Burmako2012-12-021-3/+2
|\
| * SI-6685 fixes error handling in typedApplyEugene Burmako2012-11-301-3/+2
|/
* 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 #1569 from jsuereth/fix/osgi-manifestsv2.10.0-RC2Adriaan Moors2012-11-041-1/+2
|\
| * Fixing issue where OSGi bundles weren't getting used for distribution.Josh Suereth2012-11-041-1/+2
* | Merge pull request #1566 from densh/topic/asSeenFrom-exampleJosh Suereth2012-11-041-4/+20
|\ \
| * | Fixes example in Type.asSeenFromDen Shabalin2012-11-031-4/+20
| |/
* | Merge pull request #1559 from heathermiller/copyright-updateJosh Suereth2012-11-041240-1249/+1248
|\ \ | |/ |/|
| * Brings copyrights in Scaladoc footer and manpage up-to-date, from 2011/12 to ...Heather Miller2012-11-022-2/+2
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021240-1247/+1246
* | Merge pull request #1562 from paulp/issue/6600Josh Suereth2012-11-023-6/+23
|\ \
| * | Fix for SI-6600, regression with ScalaNumber.Paul Phillips2012-11-023-6/+23
* | | Merge pull request #1561 from gkossakowski/ticket/6562Adriaan Moors2012-11-024-8/+31
|\ \ \ | |/ / |/| |
| * | SI-6562 Fix crash with class nested in @inline methodJason Zaugg2012-11-024-8/+31
|/ /
* | Merge pull request #1558 from heathermiller/doc/reflection-errataJosh Suereth2012-11-0248-279/+459
|\ \ | |/ |/|
| * SI-6606 Drops new icons in, replaces abstract types placeholder iconsHeather Miller2012-11-024-0/+0
| * SI-6132 Revisited, cleaned-up, links fixed, spelling errors fixed, rewordingsHeather Miller2012-11-0226-194/+227
| * Labeling scala.reflect and scala.reflect.macros experimental in the API docsHeather Miller2012-11-0238-56/+184
| * Typo-fix in scala.concurrent.Future, thanks to @pavelpavlovHeather Miller2012-11-021-1/+1
| * Remove implementation details from Position (they are still under reflection....Hubert Plociniczak2012-11-021-29/+2
| * SI-6399 Adds API docs for Any and AnyValHeather Miller2012-11-022-5/+51
|/
* Merge pull request #1526 from paulp/value-classes/6534-equalsAdriaan Moors2012-11-015-1/+60
|\