summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | SI-5479 deprecate DelayedInit outside of AppAdriaan Moors2014-02-192-0/+6
| |/
* | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-181-3/+7
* | SI-8229 Source compatible name for implicit any2stringaddJason Zaugg2014-02-181-3/+10
|/
* SI-8072 rationalize public implicits in scala parallel collectionsRex Kerr2014-02-183-32/+43
* Merge pull request #3511 from som-snytt/issue/interp-octalAdriaan Moors2014-02-151-3/+8
|\
| * SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-111-3/+8
* | Merge pull request #3528 from Ichoran/issue/6908Adriaan Moors2014-02-151-4/+4
|\ \
| * | Made ParFlatHashTableIterator private vars private[this].Rex Kerr2014-02-151-3/+3
| * | SI-6908 FlatHashTable and things that depend on it can't store nullsRex Kerr2014-02-131-1/+1
* | | Merge pull request #3527 from Ichoran/issue/8264Adriaan Moors2014-02-152-6/+7
|\ \ \