summaryrefslogtreecommitdiff
path: root/src/library/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3322 from rklaehn/issue/6253Ichoran2014-01-161-14/+511
|\
| * SI-6253 HashSet should implement unionRüdiger Klaehn2014-01-161-14/+511
* | SI-4370 Range bug: Wrong result for Long.MinValue to Long.MaxValue by Int.Max...Rex Kerr2014-01-151-20/+71
|/
* Merge pull request #3318 from rklaehn/issue/6196Ichoran2014-01-152-0/+243
|\
| * SI-6200 - HashMap should implement filterRüdiger Klaehn2014-01-151-0/+122
| * SI-6196 - Set should implement filterRüdiger Klaehn2014-01-151-0/+121
* | Merge pull request #3362 from som-snytt/issue/7544-scaladocAdriaan Moors2014-01-151-3/+2
|\ \
| * | SI-7544 StringContext.f docs updateSom Snytt2014-01-131-3/+2
* | | Merge pull request #3366 from Ichoran/issue/6457Adriaan Moors2014-01-154-6/+8
|\ \ \
| * | | SI-6457 ImmutableSetFactory.empty results in StackOverflowErrorRex Kerr2014-01-144-6/+8
* | | | Merge pull request #3316 from Ichoran/topic/big-decimal-correctnessAdriaan Moors2014-01-152-71/+410
|\ \ \ \
| * | | | Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-142-71/+410
| | |/ / | |/| |
* | | | Merge pull request #3304 from non/bug/stream-flatten2-8100Adriaan Moors2014-01-151-8/+10
|\ \ \ \
| * | | | SI-8100 - prevent possible SOE during Stream#flatten.Erik Osheim2013-12-241-8/+10
* | | | | Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-154-24/+7
|\ \ \ \ \
| * | | | | SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-094-24/+7
* | | | | | Merge pull request #3317 from qerub/si-8107-add-regex-quoteAdriaan Moors2014-01-153-4/+12
|\ \ \ \ \ \
| * | | | | | SI-8107: Use Regex.quoteChristoffer Sawicki2013-12-292-4/+4
| * | | | | | SI-8107: Add Regex.quoteChristoffer Sawicki2013-12-291-0/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3320 from Ichoran/issue/8081Adriaan Moors2014-01-151-2/+50
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-8081 unzip/unzip3 return wrong static type when applied to ArraysRex Kerr2014-01-141-2/+50
| | |_|/ / | |/| | |
* | | | | Merge pull request #3315 from rklaehn/issue/7326Ichoran2014-01-151-1/+120
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Improved documentation of HashTrieSet internalsRüdiger Klaehn2014-01-141-0/+36
| * | | | Implements specialized subsetOf for HashSetRüdiger Klaehn2014-01-141-1/+84
| | |/ / | |/| |
* | | | Merge pull request #3323 from rklaehn/topic/hashset-comment-cleanup-2Ichoran2014-01-142-12/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Removes TODO comments that are no longer applicableRüdiger Klaehn2014-01-042-12/+0
* | | | Merge pull request #3303 from Ichoran/issue/6615Adriaan Moors2014-01-131-1/+4
|\ \ \ \
| * | | | SI-6615 PagedSeq's slice throws a NPE if it starts on a page that hasn't been...Rex Kerr2013-12-311-1/+4
* | | | | Merge pull request #3302 from Ichoran/issue/6364Adriaan Moors2014-01-131-0/+6
|\ \ \ \ \
| * | | | | SI-6364 SetWrapper does not preserve performance / behaviorRex Kerr2013-12-311-0/+6
| |/ / / /
* | | | | Merge pull request #3290 from soc/SI-7680Adriaan Moors2014-01-131-1/+1
|\ \ \ \ \
| * | | | | SI-7680 Update the ScalaDoc entry page of the Scala librarySimon Ochsenreither2013-12-191-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #3335 from swartzrock/masterIchoran2014-01-124-45/+42
|\ \ \ \ \
| * | | | | Fixes #3330 with Scaladoc changes onlyJason Swartz2014-01-074-45/+42
| | |_|/ / | |/| | |
* | | | | Merge pull request #3124 from DarkDimius/fix-7443Adriaan Moors2014-01-092-6/+48
|\ \ \ \ \
| * | | | | SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-292-6/+48
| | |/ / / | |/| | |
* | | | | Merge pull request #3347 from retronym/topic/abs-part-fun-manual-spec-no-moreGrzegorz Kossakowski2014-01-091-12/+0
|\ \ \ \ \
| * | | | | Remove temporary binary compat scaffolding from AbstractPartiionFun.Jason Zaugg2014-01-091-12/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3336 from OlivierBlanvillain/patch-1Jason Zaugg2014-01-091-1/+1
|\ \ \ \ \
| * | | | | Fix typo in documentationOlivier Blanvillain2014-01-081-1/+1
| |/ / / /
* | | | | Merge pull request #3338 from gourlaysama/t7491Jason Zaugg2014-01-091-6/+6
|\ \ \ \ \
| * | | | | SI-7491 deprecate overriding App.main and clarify documentationAntoine Gourlay2014-01-081-6/+6
| |/ / / /
* / / / / SI-7859 fix AnyVal.scala scaladoc.xuwei-k2014-01-091-1/+1
|/ / / /
* | | | Merge pull request #3289 from soc/SI-7492-reduxJason Zaugg2014-01-081-4/+4
|\ \ \ \
| * | | | SI-7492 Make scala.runtime.MethodCache private[scala]Simon Ochsenreither2013-12-191-4/+4
| |/ / /
* | | | Merge pull request #3325 from clhodapp/fix/double.absJason Zaugg2014-01-081-0/+4
|\ \ \ \
| * | | | SI-8102 -0.0.abs must equal 0.0clhodapp2014-01-061-0/+4
| | |/ / | |/| |
* | | | Merge pull request #3301 from Ichoran/issue/7837Jason Zaugg2014-01-081-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7837 quickSort, along with Ordering[K], may result in stackoverflow becaus...Rex Kerr2013-12-311-2/+2
| | |/ | |/|
* | | Merge pull request #3313 from OlivierBlanvillain/upstreamJason Zaugg2014-01-034-4/+4
|\ \ \