summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for SI-6245 with workaround for SI-2296.amin2012-09-1312-8/+40
* Merge pull request #1293 from jsuereth/fix/binary-pushJosh Suereth2012-09-132-7/+10
|\
| * Fixes binary repo push for new typesafe repo layouts.Josh Suereth2012-09-132-7/+10
|/
* Merge pull request #1294 from paulp/issue/6367Josh Suereth2012-09-132-13/+51
|\
| * Fix for SI-6367, exponential time in inference.Paul Phillips2012-09-122-13/+51
* | Merge pull request #1296 from paulp/210-errors-and-treesJosh Suereth2012-09-1314-26/+100
|\ \
| * | Better error message for pattern arity errors.Paul Phillips2012-09-128-14/+38
| * | Rescued TreeBuilder from the parser.Paul Phillips2012-09-123-12/+24
| * | Pending test for SI-3943Paul Phillips2012-09-122-0/+22
| * | Test case for a bug fixed in M7.Paul Phillips2012-09-121-0/+16
* | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-124-6/+46
|\ \ \ | |/ / |/| |
| * | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-124-6/+46
* | | Merge pull request #1247 from jsuereth/fix/SI-6114Josh Suereth2012-09-122-0/+68
|\ \ \
| * | | Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-112-0/+68
* | | | Merge pull request #1261 from rkuhn/fix-duration-issues-RKJosh Suereth2012-09-127-132/+764
|\ \ \ \ | |_|_|/ |/| | |
| * | | improve Promise.tryAwait by converting to match statementRoland2012-09-121-10/+9
| * | | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-12101-506/+1292
| |\ \ \
| * | | | restrict Deadline to finite durations (would have to throw otherwise)Roland2012-09-123-9/+33
| * | | | make private methods private[this] to avoid conflicts when importing Duration._Roland2012-09-121-15/+15
| * | | | retronym had one more improvement hidden up his sleeve for DurationRoland2012-09-121-7/+9
| * | | | factor out more constants in Duration, thanks paulp!Roland2012-09-121-8/+18
| * | | | two more minor cleanups to DurationRoland2012-09-113-9/+14
| * | | | fix two minor issues in DurationRoland2012-09-091-15/+14
| * | | | fix some one more issue in DurationRoland2012-09-072-60/+91
| * | | | second round of Duration cleanupRoland2012-09-072-176/+582
| * | | | several fixes to scala.concurrent.util.DurationRoland2012-09-054-33/+199
* | | | | Merge pull request #1288 from jsuereth/fix/SI-6268Josh Suereth2012-09-123-1/+34
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes SI-6268. Review by @paulp and @lrytz.Josh Suereth2012-09-123-1/+34
* | | | | Merge pull request #1289 from retronym/ticket/6276-2Grzegorz Kossakowski2012-09-123-7/+33
|\ \ \ \ \
| * | | | | Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-113-7/+33
|/ / / / /
* | | | | Merge pull request #1279 from rkuhn/fix-duration-usageJosh Suereth2012-09-119-36/+110
|\ \ \ \ \
| * | | | | improve docs and Promise implRoland2012-09-115-42/+65
| * | | | | fix usage of Duration in Promise implRoland2012-09-108-15/+66
* | | | | | Merge pull request #1286 from paulp/topic/inliner-loggingJosh Suereth2012-09-1122-246/+270
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-11135-1142/+2176
| |\ \ \ \ \ \
| * | | | | | | Large logging cleanup effort.Paul Phillips2012-09-0119-217/+226
| * | | | | | | Took measures to quiet down specialization logging.Paul Phillips2012-09-012-14/+24
| * | | | | | | Worked around SI-6161 by annotating abstract type.Paul Phillips2012-09-015-9/+13
| * | | | | | | Added a heuristic to the inliner.Paul Phillips2012-09-011-9/+11
* | | | | | | | Merge pull request #1287 from lrytz/disable-t2868Josh Suereth2012-09-115-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable test t2868Lukas Rytz2012-09-115-0/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1262 from jsuereth/fix/SI-6271Josh Suereth2012-09-112-0/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixes SI-6271 - Missing isEmpty override for views.Josh Suereth2012-09-062-0/+33
* | | | | | | | Merge pull request #1274 from retronym/ticket/6335Grzegorz Kossakowski2012-09-114-2/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | More tests for SI-6335.Jason Zaugg2012-09-093-1/+31
| * | | | | | | | SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-092-2/+13
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-1114-0/+129
|\ \ \ \ \ \ \ \
| * | | | | | | | Pull request feedbackJason Zaugg2012-09-111-1/+1
| * | | | | | | | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-118-18/+50
| * | | | | | | | Adds @deprecatedInheritance to BigInt and BigDecimalSimon Ochsenreither2012-09-102-0/+2