summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect example in StringContext.raw docDan Garrette2014-07-211-1/+1
* Remove "throws InvalidEscapeException" from StringContext.raw docDan Garrette2014-07-211-2/+0
* SI-8738 Regression in range equalityRex Kerr2014-07-201-9/+10
* SI-8590 Expand doc comments for ExecutionContextPhilipp Haller2014-07-141-12/+60
* Merge pull request #3866 from Blaisorblade/issue/8677-backportLukas Rytz2014-07-091-1/+1
|\
| * [backport] SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-07-041-1/+1
* | Merge pull request #3842 from Ichoran/issue/8335Adriaan Moors2014-07-041-4/+2
|\ \
| * | SI-8335 List.++ avoidably burns memoryRex Kerr2014-06-271-4/+2
* | | Merge pull request #3840 from Ichoran/issue/8638Adriaan Moors2014-07-041-21/+27
|\ \ \ | |_|/ |/| |
| * | SI-8638 Empty UnrolledBuffer hangs on prepend.Rex Kerr2014-06-271-21/+27
| |/
* | Merge pull request #3841 from Ichoran/issue/5200Adriaan Moors2014-07-032-12/+12
|\ \
| * | SI-5200 Incorrect advice for implementing mutable.Set in scaladocRex Kerr2014-06-272-12/+12
| |/
* | Merge pull request #3839 from Ichoran/issue/7115Adriaan Moors2014-07-033-1/+24
|\ \
| * | SI-7115 JMapWrapper.get can incorrectly return Some(null)Rex Kerr2014-06-273-1/+24
| |/
* | Merge pull request #3834 from Ichoran/issue/7577Adriaan Moors2014-07-034-3/+4
|\ \
| * | SI-7577 Incorrect documentation: current default isn't VectorRex Kerr2014-06-264-3/+4
* | | SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-291-1/+1
| |/ |/|
* | 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