summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* SI-5200 Incorrect advice for implementing mutable.Set in scaladocRex Kerr2014-06-272-12/+12
* Merge pull request #3835 from Ichoran/issue/7562Jason Zaugg2014-06-271-2/+8
|\
| * SI-7562 Regex.findAllIn does not report all matchesRex Kerr2014-06-261-2/+8
* | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-261-6/+6
|\ \ | |/ |/|
| * SI-7372 make binarySearch methods use the same parameters for the same things.Antoine Gourlay2014-06-121-5/+5
| * SI-7372 fix wrong insertion point for binary & linear search.Antoine Gourlay2014-06-041-2/+2
* | Merge pull request #3806 from clhodapp/fix/SI-6967Adriaan Moors2014-06-251-19/+29
|\ \
| * | SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-101-19/+29
* | | Merge pull request #3805 from Ichoran/issue/6409Adriaan Moors2014-06-251-0/+8
|\ \ \
| * | | SI-6409 Stream flatMap leaks memory if mapper returns many emptiesRex Kerr2014-05-301-0/+8
| |/ /
* | | Merge pull request #3800 from som-snytt/issue/8503Adriaan Moors2014-06-101-2/+5
|\ \ \
| * | | SI-8503 -version is info settingSom Snytt2014-05-291-2/+5
* | | | Merge pull request #3787 from tvierling/concurrent-doc-nitsAdriaan Moors2014-06-054-9/+33
|\ \ \ \
| * | | | Add documentation to parts of scala.concurrent.Todd Vierling2014-06-034-9/+33
| | |_|/ | |/| |
* | | | Merge pull request #3743 from ruippeixotog/issue/8553Ichoran2014-06-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | SI-8553 WrappedArray throws exception on lastIndexWhere when index out of rangeRui Gonçalves2014-05-121-1/+1
* | | | Merge pull request #3795 from som-snytt/issue/8475Adriaan Moors2014-06-031-6/+7
|\ \ \ \
| * | | | SI-8475 GroupedIterator is also lazy when paddedSom Snytt2014-05-271-6/+7
| | |/ / | |/| |
* | | | Merge pull request #3786 from tvierling/deprecate-fixes-2.11.xAdriaan Moors2014-06-032-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | To have effect, @deprecated needs to be an annotation.Todd Vierling2014-05-242-2/+2
* | | | Merge pull request #3791 from S11001001/ticket/8346Ichoran2014-05-293-6/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8346: Rebuild invariant sets in #toSet, avoiding CCE.Stephen Compall2014-05-243-6/+24
| |/ /
* | | Merge pull request #3733 from retronym/topic/pr-3712-resubmitJason Zaugg2014-05-271-1/+3
|\ \ \ | |/ / |/| |
| * | SI-8475 Fix off by one in GroupedIterator when StreamingJean-Remi Desjardins2014-05-091-1/+3
* | | Merge pull request #3748 from retronym/ticket/8587Jason Zaugg2014-05-202-8/+7
|\ \ \
| * | | SI-8587 Explicitly document forall/exists for empty collectionsJason Zaugg2014-05-142-8/+7
| | |/ | |/|
* / | SI-8507 Avoid lazy val in StringContextSom Snytt2014-05-131-47/+50
|/ /
* | Merge pull request #3704 from gourlaysama/wip/t8504Jason Zaugg2014-05-081-1/+1
|\ \
| * | SI-8504 fix NPE in the Java wrapper for a Scala Map.Antoine Gourlay2014-04-291-1/+1
| |/
* | Merge pull request #3706 from gourlaysama/wip/t8550Jason Zaugg2014-05-081-1/+1
|\ \
| * | SI-8550 fix scaladoc for the default s.c.LinearSeq.Antoine Gourlay2014-04-301-1/+1
| |/
* / SI-8549 Enforce serialization stability for selected collectionsJason Zaugg2014-05-051-0/+3
|/
* Correction in the documentation.kurnevsky2014-04-081-1/+2
* SI-8428 Refactor ConcatIteratorJason Zaugg2014-03-241-5/+5
* SI-8428 Fix regression in iterator concatenationJason Zaugg2014-03-201-1/+1
* Remove "will not terminate" from toStream docBrian McKenna2014-03-121-1/+0
* SI-8377 - Clarify the asynchronous requirement of ExecutionContextViktor Klang (√)2014-03-101-2/+7
* Merge pull request #3584 from martijnhoekstra/patch-1Adriaan Moors2014-03-091-1/+1
|\
| * minor typos in the doc of applyOrElsemartijnhoekstra2014-02-251-1/+1
* | SI-8372: unspliceable type printed in error messageGrzegorz Kossakowski2014-03-071-2/+17
|/
* Merge pull request #3581 from Ichoran/issue/3235-minimalAdriaan Moors2014-02-253-3/+21
|\
| * SI-3235 math.round() returns wrong results for Int and LongRex Kerr2014-02-253-3/+21
* | Merge pull request #3498 from Ichoran/issue/8240Grzegorz Kossakowski2014-02-251-9/+92
|\ \
| * | SI-8240 Consider rolling back optimizations for ListRex Kerr2014-02-251-9/+92
| |/
* | Merge pull request #3582 from adriaanm/t8251Grzegorz Kossakowski2014-02-253-16/+7
|\ \ | |/ |/|
| * SI-8251 deprecate `ListBuffer::readOnly`Pavel Pavlov2014-02-243-16/+7
* | Merge pull request #3566 from adriaanm/t6455Grzegorz Kossakowski2014-02-251-0/+29
|\ \ | |/ |/|
| * SI-6455 util.Try supports withFilterAdriaan Moors2014-02-241-0/+29
* | Merge pull request #3563 from adriaanm/t5479Grzegorz Kossakowski2014-02-222-0/+6
|\ \
| * | SI-5479 link to release notes instead of jira queryAdriaan Moors2014-02-201-1/+1