summaryrefslogtreecommitdiff
path: root/src/library/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* Avoid function chaining with reverse methodArno den Hartog2016-04-271-3/+1
* Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-2/+38
* Cleaned up Scaladoc for JavaConverters and non-deprecated friendsLukas Rytz2016-04-227-872/+261
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2214-56/+982
* Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-133-12/+9
* General cleanups and less warnings during a Scala buildsoc2016-04-045-19/+4
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-28/+6
|\
| * Use Java's highestOneBit, rather than our own versions.Jason Zaugg2016-03-291-21/+2
| * SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-291-7/+4
* | Merge pull request #5070 from markus1189/stream-docsLukas Rytz2016-04-011-1/+1
|\ \
| * | Fix typo in the docs for the ++ method of StreamMarkus Hauck2016-03-311-1/+1
* | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-311-1/+5
|\ \ \ | |/ / |/| |
| * | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-1/+5
| |/
* | Merge pull request #5033 from szeiger/issue/9623-2.12Adriaan Moors2016-03-301-44/+46
|\ \
| * | Replace JoinIterator & improve ConcatIteratorStefan Zeiger2016-03-111-44/+46
* | | Merge pull request #5021 from szeiger/wip/remove-deprecationsSeth Tisue2016-03-2917-248/+204
|\ \ \ | |_|/ |/| |
| * | Make some collection classes final or sealedStefan Zeiger2016-03-2317-248/+204
* | | Add scaladoc comment about the case when Exception will be thrown by invocati...Kota Mizushima2016-03-241-0/+1
|/ /
* | Merge pull request #5040 from adriaanm/rebase-5031Jason Zaugg2016-03-151-1/+1
|\ \
| * \ Merge 2.11.x into 2.12.xAdriaan Moors2016-03-141-1/+1
| |\ \
| | * \ Merge pull request #4994 from dk14/patch-1Seth Tisue2016-03-041-1/+1
| | |\ \
| | | * | explicitly specify insertion-order feature in docsdk142016-02-231-1/+1
* | | | | Merge pull request #5013 from janekdb/2.12.x-Scaladoc-ConversionsSeth Tisue2016-03-143-49/+49
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Format collection conversions Scaladoc as code blocks instead of bulletsJanek Bogucki2016-03-093-49/+49
| | |_|/ | |/| |
* | | | Merge pull request #4717 from Ichoran/issue/9347Adriaan Moors2016-03-146-3/+79
|\ \ \ \ | |/ / / |/| | |
| * | | SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-176-3/+79
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-253-15/+25
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #4939 from szeiger/issue/9624Lukas Rytz2016-02-103-15/+25
| |\ \
| | * | SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-043-15/+25
* | | | Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-6/+45
|\| | |
| * | | SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-6/+45
| |/ /
* | | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-0414-108/+177
|\ \ \
| * | | Clarified and expanded which Builders were reusableRex Kerr2016-01-3014-108/+177
* | | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-034-14/+19
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-6/+6
| * | Merge pull request #4882 from janekdb/2.11.x-scaladoc-tables-1Lukas Rytz2015-12-182-6/+11
| |\ \
| | * | Document JavaConverters conversion from java.util.Properties to MapJanek Bogucki2015-12-122-6/+11
| * | | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-2/+2
| |/ /
* | | Merge pull request #4870 from ruippeixotog/issue/9507Jason Zaugg2016-01-191-3/+4
|\ \ \
| * | | SI-9507 Make ArrayStack an IndexedSeqOptimizedRui Gonçalves2015-11-271-3/+4
* | | | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1847-154/+86
|/ / /
* | | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-2436-280/+278
|\| |
| * | Fix List Scaladoc time & space formattingJanek Bogucki2015-11-221-13/+13
| * | Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-121-1/+3
| |\ \
| | * | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-1/+3
| * | | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-121-1/+2
| |\ \ \
| | * | | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-041-1/+2
| * | | | Improve collections documentation and prefer () to {}vsalvis2015-10-275-88/+85
| * | | | Merge pull request #4803 from janekdb/2.11.x-conform-foreach-tparamSeth Tisue2015-10-2727-169/+170
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Conform foreach tparam to majority naming conventionvsalvis2015-10-2127-169/+170
| | |/ /