summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.xJason Zaugg2014-06-109-20/+48
|\| | |
| * | | 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
* | | | | Make comment consistent with codeEvgeny Vereshchagin2014-05-311-1/+1
* | | | | Merge branch '2.11.x' into merge-211Lukas Rytz2014-06-024-7/+27
|\| | | |
| * | | | 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 branch '2.11.x' into 2.12.xLukas Rytz2014-05-223-55/+57
|\| | |
| * | | 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 #3746 from lrytz/beanInfoDepLukas Rytz2014-05-211-0/+1
|\ \ \
| * | | Deprecation of @BeanInfoLukas Rytz2014-05-131-0/+1
* | | | Merge pull request #3737 from tvierling/identity-inlineJason Zaugg2014-05-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | @inline Predef.identity[A].Todd Vierling2014-05-091-1/+1
| | |/ | |/|
* | | Merge pull request #3740 from tvierling/trait-instantiationGrzegorz Kossakowski2014-05-111-2/+2
|\ \ \ | |_|/ |/| |
| * | Make PartialFunction.OrElse extend AbstractPartialFunction.Todd Vierling2014-05-101-2/+2
| |/
* | 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