summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1296 from paulp/210-errors-and-treesJosh Suereth2012-09-138-25/+51
|\
| * Better error message for pattern arity errors.Paul Phillips2012-09-125-13/+27
| * Rescued TreeBuilder from the parser.Paul Phillips2012-09-123-12/+24
* | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-122-6/+1
|\ \ | |/ |/|
| * SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-122-6/+1
* | Merge pull request #1247 from jsuereth/fix/SI-6114Josh Suereth2012-09-121-0/+7
|\ \
| * | Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+7
* | | Merge pull request #1261 from rkuhn/fix-duration-issues-RKJosh Suereth2012-09-122-108/+521
|\ \ \
| * | | 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-1247-450/+627
| |\ \ \
| * | | | restrict Deadline to finite durations (would have to throw otherwise)Roland2012-09-121-9/+10
| * | | | 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-112-3/+13
| * | | | fix two minor issues in DurationRoland2012-09-091-15/+14
| * | | | fix some one more issue in DurationRoland2012-09-071-54/+79
| * | | | second round of Duration cleanupRoland2012-09-071-97/+425
| * | | | several fixes to scala.concurrent.util.DurationRoland2012-09-051-9/+58
* | | | | Merge pull request #1288 from jsuereth/fix/SI-6268Josh Suereth2012-09-121-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes SI-6268. Review by @paulp and @lrytz.Josh Suereth2012-09-121-1/+1
* | | | | Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-111-1/+6
* | | | | Merge pull request #1279 from rkuhn/fix-duration-usageJosh Suereth2012-09-118-35/+82
|\ \ \ \ \
| * | | | | improve docs and Promise implRoland2012-09-114-34/+64
| * | | | | fix usage of Duration in Promise implRoland2012-09-107-15/+32
* | | | | | Merge pull request #1286 from paulp/topic/inliner-loggingJosh Suereth2012-09-1121-240/+264
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1156-982/+811
| |\ \ \ \ \ \
| * | | | | | | Large logging cleanup effort.Paul Phillips2012-09-0118-211/+220
| * | | | | | | 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 #1262 from jsuereth/fix/SI-6271Josh Suereth2012-09-111-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fixes SI-6271 - Missing isEmpty override for views.Josh Suereth2012-09-061-0/+1
* | | | | | | | Merge pull request #1274 from retronym/ticket/6335Grzegorz Kossakowski2012-09-111-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6335 More precise location of the implicit class synthetic method.Jason Zaugg2012-09-091-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-118-0/+74
|\ \ \ \ \ \ \ \
| * | | | | | | | Pull request feedbackJason Zaugg2012-09-111-1/+1
| * | | | | | | | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-114-12/+11
| * | | | | | | | Adds @deprecatedInheritance to BigInt and BigDecimalSimon Ochsenreither2012-09-102-0/+2
| * | | | | | | | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-106-0/+73
| |/ / / / / / /
* | | | | | | | Merge pull request #1275 from retronym/ticket/6276Grzegorz Kossakowski2012-09-111-0/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | SI-6276 Warn on def or val that trivially loops infinitelyJason Zaugg2012-09-091-0/+13
| |/ / / / / /
* | | | | | | Merge pull request #1282 from retronym/topic/erasure-cleanupJosh Suereth2012-09-103-8/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Minor cleanups of code/comments related to value classesJason Zaugg2012-09-103-8/+8
| |/ / / / /
* | | | | | Merge pull request #1270 from paulp/issue/6327Josh Suereth2012-09-101-7/+13
|\ \ \ \ \ \
| * | | | | | Fix for SI-6327, wrongness in Dynamic.Paul Phillips2012-09-081-7/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1269 from jsuereth/wip/si-6333Josh Suereth2012-09-101-23/+40
|\ \ \ \ \ \
| * | | | | | Minor code style alterations and performance fixes.Josh Suereth2012-09-071-10/+7
| * | | | | | Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-071-13/+33
| |/ / / / /
* | | | | | Merge pull request #1277 from som-snytt/issue-2.10/6278-inline-class-synth-defJosh Suereth2012-09-101-0/+6
|\ \ \ \ \ \