summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-032-106/+0
* Optimised implementation of List.filter/filterNotRory Graves2017-01-282-0/+106
* Avoid creating ListBuffer in List.mapConserveRory Graves2017-01-281-20/+31
* Fix the size of the stack used by RedBlackTree.iteratorFrom.Sébastien Doeraene2017-01-161-2/+3
* Fix documentation of immutable.QueueJasper-M2017-01-031-1/+1
* SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-2/+7
* doc: capitalize only works on BMP charactersMartijn Hoekstra2016-06-211-0/+1
* SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-1/+1
* SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-2/+2
* Fix List Scaladoc time & space formattingJanek Bogucki2015-11-221-13/+13
* Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-121-1/+2
|\
| * [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-041-1/+2
* | Merge pull request #4803 from janekdb/2.11.x-conform-foreach-tparamSeth Tisue2015-10-278-17/+17
|\ \
| * | Conform foreach tparam to majority naming conventionvsalvis2015-10-218-17/+17
| |/
* | Merge pull request #4800 from sjrd/remove-lingering-printlnLukas Rytz2015-10-211-2/+0
|\ \ | |/ |/|
| * Remove two lingering `println`s in non-debug methods of the library.Sébastien Doeraene2015-10-131-2/+0
* | Merge pull request #4788 from dk14/patch-1Seth Tisue2015-10-141-1/+1
|\ \
| * | explicitly specify insertion-order feature in docsdk142015-10-061-1/+1
| |/
* / Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-092-39/+39
|/
* Merge pull request #4716 from Ichoran/issue/9388Lukas Rytz2015-09-212-42/+73
|\
| * SI-9388 Fix Range behavior around Int.MaxValueRex Kerr2015-09-192-42/+73
* | Fix NPE in PagedSeq.slice at end of seqTomas Janousek2015-09-211-2/+2
|/
* Merge pull request #4738 from janekdb/2.11.x-urls-driftedSeth Tisue2015-09-151-1/+2
|\
| * Improve drifted URLsJanek Bogucki2015-09-091-1/+2
* | Merge pull request #4728 from janekdb/2.11.x-urls-docs-codehaus-citeseerSeth Tisue2015-09-151-1/+1
|\ \
| * | Update links to docs, codehaus and citeseerJanek Bogucki2015-09-041-1/+1
* | | Merge pull request #4742 from janekdb/2.11.x-scaladoc-in-context-ListSeth Tisue2015-09-151-1/+1
|\ \ \
| * | | Restore missing element type to List class documentationJanek Bogucki2015-09-111-1/+1
| | |/ | |/|
* | | Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-141-0/+0
|\ \ \ | |/ / |/| |
| * | unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
| |/
* / SI-9407 Vector implementation bit-shift bugfixRex Kerr2015-08-291-10/+1
|/
* SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-265-5/+43
* Merge pull request #4693 from scala/revert-3791-ticket/8346Seth Tisue2015-08-203-24/+6
|\
| * Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-183-24/+6
* | Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
|/
* Avoid unnecessary implicit view on StringJanek Bogucki2015-08-051-2/+2
* ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-1/+1
* SI-9406 fix doc for Range.takeRightSeth Tisue2015-07-181-1/+1
* SI-8140 Documentation references java.lang.String directlyvsalvis2015-06-291-4/+3
* Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
* Merge pull request #4331 from Ichoran/issue/8930Adriaan Moors2015-06-191-5/+12
|\
| * SI-8930 - Vector updated, +:, and :+ slow when typed as Seq[A]Rex Kerr2015-06-181-5/+12
* | Merge pull request #4539 from vsalvis/vsalvis-docfixesSeth Tisue2015-06-181-4/+4
|\ \
| * | SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
* | | Merge pull request #4553 from som-snytt/issue/implicit-docSeth Tisue2015-06-181-0/+6
|\ \ \ | |_|/ |/| |
| * | SI-9354 ScalaDoc members added via by-name viewSom Snytt2015-06-141-0/+6
| |/
* | Merge pull request #4420 from Ichoran/issue/8254Adriaan Moors2015-06-171-0/+2
|\ \
| * | SI-8254 List SerializationProxy fails to default(Read/Write)ObjectRex Kerr2015-03-311-0/+2
* | | Better names for length valuesDaniel Dietrich2015-06-051-5/+5
* | | Applying inverse index instead of reversing a ListDaniel Dietrich2015-06-021-1/+2
| |/ |/|