summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Fix typos in documentationOlivier Blanvillain2013-12-284-4/+4
| | |/ | |/|
* | | Merge pull request #3284 from soc/SI-7880Jason Zaugg2014-01-031-9/+13
|\ \ \
| * | | SI-7880 Fix infinite loop in ResizableArray#ensureSizeSimon Ochsenreither2013-12-231-9/+13
| |/ /
* | | Merge pull request #3299 from xuwei-k/stream-flatten-exampleJason Zaugg2014-01-031-1/+1
|\ \ \ | |_|/ |/| |
| * | fix Stream#flatten examplexuwei-k2013-12-231-1/+1
| |/
* / Remove commented out code from HashSet and HashMapRĂ¼diger Klaehn2013-12-272-71/+2
|/
* Merge pull request #3266 from soc/SI-7546Adriaan Moors2013-12-131-6/+10
|\
| * SI-7546 Use likely monotonic clock source for durationsSimon Ochsenreither2013-12-131-6/+10
* | Merge pull request #3233 from scottcarey/SI-8042Adriaan Moors2013-12-131-24/+34
|\ \
| * | SI-8042 Use Serialization Proxy Pattern in ListScott Carey2013-12-121-24/+34
| |/
* | Merge pull request #3250 from soc/SI-8059Adriaan Moors2013-12-131-1/+11
|\ \
| * | SI-8059 Override immutable.Queue#{+:,:+} for performanceSimon Ochsenreither2013-12-111-1/+11
| |/
* | Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-111-2/+8
|\ \ | |/ |/|
| * SI-7912 Be defensive calling `toString` in `MatchError#getMessage`Jason Zaugg2013-12-101-2/+8
* | Merge pull request #3226 from ziggystar/patch-1Adriaan Moors2013-12-081-0/+7
|\ \
| * | add method dequeueOption to immutable.QueueThomas Geier2013-12-051-0/+7
* | | Merge pull request #3228 from retronym/merge/2.10.x-and-pr-3209-to-masterJason Zaugg2013-12-061-1/+4
|\ \ \
| * \ \ Merge commit '7d74884' into merge-2.10.x-to-masterJason Zaugg2013-12-061-1/+4
| |\ \ \ | | | |/ | | |/|
| | * | SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-051-1/+4
* | | | Merge pull request #3191 from retronym/ticket/deprecate-par-viewJason Zaugg2013-12-0618-961/+277
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removes Gen*View and Par*ViewJason Zaugg2013-11-2618-973/+277
| * | | Deprecates Par*View and Gen*ViewJason Zaugg2013-11-2412-1/+13
* | | | Merge pull request #3213 from Ichoran/issue/8014Adriaan Moors2013-12-031-1/+1
|\ \ \ \
| * | | | Fixes SI-8014, regression in Vector ++ TraversableOnce.Rex Kerr2013-12-021-1/+1
* | | | | SI-7373 Make the constructor of Vector non-publicJason Zaugg2013-12-031-1/+1
|/ / / /
* | / / SI-8022 Backwards compatibility for Regex#unapplySeqJason Zaugg2013-12-011-6/+6
| |/ / |/| |
* | | SI-4332 Plugs the gaps in viewsJason Zaugg2013-11-264-0/+38
* | | Merge pull request #3186 from Blaisorblade/patch-1Adriaan Moors2013-11-221-3/+3
|\ \ \
| * | | Revise paragraph (a revised #3164)Paolo G. Giarrusso2013-11-231-3/+3
| |/ /
* | | SI-7999 s.u.c.NonFatal: StackOverflowError is fatalSimon Ochsenreither2013-11-221-3/+1
* | | Merge pull request #3156 from JamesIry/remove_deprecated_migration_constructorJason Zaugg2013-11-221-4/+1
|\ \ \
| * | | Remove deprecated constructor from the migration annotationJames Iry2013-11-181-4/+1
| |/ /
* | | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-227-138/+20
|\ \ \
| * | | Removing deprecated code.Paul Phillips2013-11-187-138/+20
| |/ /
* | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-221-2/+4
|\ \ \
| * | | deprecate Pair and TripleDen Shabalin2013-11-201-2/+4
| |/ /
* / / deprecate scala.ResponderDen Shabalin2013-11-211-0/+2
|/ /
* | Merge pull request #3119 from Ichoran/issue/5263James Iry2013-11-182-0/+1009
|\ \