summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-172-305/+194
|\
| * Add SerialVersionUID to ListSetRui Gonçalves2016-05-171-0/+3
| * Make ListMap and ListSet implementations similarRui Gonçalves2016-05-172-247/+156
| * Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-172-62/+39
* | SI-9773 Fix doc for "".lines (#5161)som-snytt2016-05-171-7/+9
* | BitSet{1,2} conversion (#5127)Ruslan Sennov2016-05-111-5/+7
|/
* Fix typo in the docs for the ++ method of StreamMarkus Hauck2016-03-311-1/+1
* Make some collection classes final or sealedStefan Zeiger2016-03-2310-20/+10
* SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-175-3/+58
* Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-042-5/+7
|\
| * Clarified and expanded which Builders were reusableRex Kerr2016-01-302-5/+7
* | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-031-2/+2
|\ \ | |/ |/|
| * SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-2/+2
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1811-48/+36
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-2411-32/+31
|\|
| * 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 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-163-40/+40
|\| |
| * | 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 commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-223-44/+75
|\|
| * 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 commit 'a170c99' into 2.12.xLukas Rytz2015-09-225-13/+5
|\|
| * 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 remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-185-23/+43
|\ \
| * | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-085-5/+43
| * | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-203-24/+6
| |\|
| | * 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
* | | Revert workaround for SI-8334Lukas Rytz2015-09-171-3/+0
|/ /
* | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-1/+1
|\|