summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-1216-111/+215
|\ \
| * \ Merge pull request #1279 from rkuhn/fix-duration-usageJosh Suereth2012-09-117-34/+71
| |\ \
| | * | improve docs and Promise implRoland2012-09-113-33/+53
| | * | fix usage of Duration in Promise implRoland2012-09-107-15/+32
| * | | 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 #1284 from retronym/topic/deprecated-inheritanceGrzegorz Kossakowski2012-09-114-0/+45
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Pull request feedbackJason Zaugg2012-09-111-1/+1
| | * | | Rescues @deprecated{Inheritance, Overriding}Jason Zaugg2012-09-112-2/+6
| | * | | Adds @deprecatedInheritance to BigInt and BigDecimalSimon Ochsenreither2012-09-102-0/+2
| | * | | SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-102-0/+39
| * | | | 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
| | | |_|/ | | |/| |
| * / | | SI-6345 Remove scala.runtime.ScalaRunTime.TrySimon Ochsenreither2012-09-101-29/+0
| |/ / /
| * | | Merge pull request #1265 from scalamacros/ticket/6318Josh Suereth2012-09-061-1/+20
| |\ \ \
| | * | | SI-6318 fixes ClassTag.unapply for primitivesEugene Burmako2012-09-061-1/+20
| | |/ /
| * | | fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-062-6/+11
| * | | SI-6246 deprecated apis for core class tagsEugene Burmako2012-09-062-23/+32
| |/ /
* | | 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-111-2/+2
* | | 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
|/ /
* | Removing duplication from Duration.Paul Phillips2012-09-041-328/+178
* | Merge pull request #1219 from odersky/topic/worksheet-instrumenterJosh Suereth2012-09-041-3/+3
|\ \
| * | Made instrumenter more robust by looking at tokensMartin Odersky2012-08-301-3/+3
* | | Merge pull request #1244 from dgruntz/2.10.xJosh Suereth2012-09-041-4/+4
|\ \ \
| * | | Fixes typos in the ScalaDoc of StringContextDominik Gruntz2012-09-041-4/+4
* | | | Fixes SI-6285 - ParIterableLike no longer says sequential foreach.Josh Suereth2012-09-041-1/+1
| |_|/ |/| |
* | | Merge pull request #1192 from jsuereth/deprecate/low-hangingPaul Phillips2012-09-047-0/+7
|\ \ \
| * | | Deprecate unmaintained/old classes for removal in 2.11Josh Suereth2012-08-247-0/+7
* | | | Made Dynamic extend Any.Paul Phillips2012-09-031-5/+5
* | | | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-012-7/+14
|\ \ \ \
| * | | | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-312-7/+14
* | | | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-3022-113/+133
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Two more value classes.Paul Phillips2012-08-292-53/+50
| * | | | Expanded the reach of value classes.Paul Phillips2012-08-2920-60/+83
| |/ / /
* | | | Merge pull request #1160 from rklaehn/SI-6220Josh Suereth2012-08-301-10/+29
|\ \ \ \
| * | | | Improve efficiency of updatedRuediger Klaehn2012-08-181-10/+29
* | | | | Merge pull request #1169 from rklaehn/SI-6261Josh Suereth2012-08-302-40/+52
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Commented out assertionsRuediger Klaehn2012-08-281-3/+3
| * | | | Made ListMap.tail O(1) instead of O(N)Ruediger Klaehn2012-08-251-7/+7