summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | New AnyRefMap fixes SI-5263 to the extent practical.Rex Kerr2013-11-181-0/+451
| * | New mutable hash map with Long keys: partially solves SI-5263 and is relevantRex Kerr2013-11-181-0/+558
* | | Merge pull request #3144 from xuwei-k/foreachValues-scaladocJames Iry2013-11-182-2/+2
|\ \ \
| * | | fix IntMap#foreachValue and LongMap#foreachValue scaladocxuwei-k2013-11-152-2/+2
* | | | fix typoxuwei-k2013-11-181-1/+1
|/ / /
* | | Merge pull request #3127 from RajivKurian/OpenHashMap-nextPowerOfTwo-implemen...Adriaan Moors2013-11-131-3/+2
|\ \ \
| * | | Use an intrinsic for the next power of two calculation and also return the in...Rajiv2013-11-111-3/+2
| |/ /
* | | Merge pull request #3113 from adriaanm/pr-rebase-3046Adriaan Moors2013-11-123-20/+20
|\ \ \
| * | | Make parameters to implicit value classes privateJason Zaugg2013-11-123-20/+20
| |/ /
* | | Merge pull request #3121 from rjfwhite/SI-7568James Iry2013-11-121-1/+1
|\ \ \
| * | | SI-7568 Adding Serializable to ResizableArrayAccess inner class of PriorityQueuerjfwhite2013-11-111-1/+1
| |/ /
* / / SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-122-14/+18
|/ /
* | Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-0770-17/+189
* | Merge pull request #3086 from axel22/topic/pc-execution-contextAdriaan Moors2013-11-052-10/+87
|\ \
| * | SI-7938 - parallel collections should use default ExecutionContextAleksandar Prokopec2013-10-292-10/+87
* | | from Issue #3098Xusen Yin2013-11-051-2/+2
* | | Collections: remove redundant calls to .seqJason Zaugg2013-10-319-13/+13
|/ /
* | Merge pull request #3079 from jamesward/fix/ec-implicit-errorJames Iry2013-10-251-1/+1
|\ \