summaryrefslogtreecommitdiff
path: root/src/library/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimize slice and take in ArrayOps, WrappedArray"Adriaan Moors2017-04-072-114/+11
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-072-106/+0
* Revert "Handle WrappedArray the same way as ArrayOps for binary compatibility"Adriaan Moors2017-04-071-23/+21
* Merge pull request #5817 from ashawley/java-converters-typoSeth Tisue2017-03-311-6/+6
|\
| * Fix typo in JavaConverters docAaron S. Hawley2017-03-311-6/+6
* | Implement ListBuffer.isEmpty / nonEmpty efficientlyJohannes Rudolph2017-03-271-0/+4
* | Merge pull request #5755 from rorygraves/2.12.x_map4Jason Zaugg2017-03-142-2/+2
|\ \
| * | Performance improvements for Map4 to HashMap nad Set4 to HashSet transitionsRory Graves2017-03-042-2/+2
| |/
* | Merge pull request #5719 from retronym/ticket/10187Adriaan Moors2017-03-101-2/+10
|\ \
| * | SI-10187 Support mutation of mutable.HashMap in getOrElseUpdateJason Zaugg2017-03-031-2/+10
| |/
* / Optimized HashTable.nextPositivePowerOfTwoPap Lőrinc2017-02-183-18/+5
|/
* Merge branch '2.12.x' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-175-62/+76
|\
| * Merge pull request #5697 from som-snytt/issue/10164Seth Tisue2017-02-171-8/+8
| |\
| | * SI-10164 BitSet.tail zigs where it zaggedSom Snytt2017-02-141-8/+8
| * | Merge pull request #5674 from Philippus/issue/9519Adriaan Moors2017-02-161-24/+0
| |\ \
| | * | SI-9519 removed the usecase section of the ++-methodPhilippus Baalman2017-02-041-24/+0
| * | | Merge pull request #5687 from retronym/ticket/10177Adriaan Moors2017-02-161-0/+27
| |\ \ \
| | * | | SI-10177 Override lazy operations to preserve TrieMap's semanticsJason Zaugg2017-02-101-0/+27
| | |/ /
| * | | Merge pull request #5679 from som-snytt/issue/sliding-docAdriaan Moors2017-02-162-30/+41
| |\ \ \
| | * | | Nuance doc for slidingSom Snytt2017-02-072-30/+41
| | |/ /
* | | | Merge commit '0965028809' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-165-42/+265
|\ \ \ \
| * | | | Handle WrappedArray the same way as ArrayOps for binary compatibilityStefan Zeiger2017-02-031-21/+23
| * | | | Optimised implementation of List.filter/filterNotRory Graves2017-01-282-0/+106
| * | | | Optimize slice and take in ArrayOps, WrappedArrayMike Skells2017-01-282-10/+113
| * | | | 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
| * | | | Merge pull request #5615 from monkey-mas/modify-ArrayBuilder-reusability-bug-...Stefan Zeiger2017-01-092-11/+44
| |\ \ \ \
| | * | | | [Backport] Modify ArrayBuilder and WrappedArrayBuilder to be reusableMasaru Nomura2016-12-282-11/+44
| * | | | | Simplify HashTable.index furtherPap Lőrinc2017-01-051-6/+2
| * | | | | Changed HashMap.getOrElseUpdate to only calculate the index oncePap Lőrinc2017-01-051-0/+31
| * | | | | Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2017-01-052-19/+8
| * | | | | Changed modulo to bitwise AND in hash calculationPap Lőrinc2017-01-051-52/+17
| * | | | | Optimized HashTable.indexPap Lőrinc2017-01-051-7/+7
| * | | | | SI-8774 Null link fields in mutable hash maps on removal.Carsten Varming2017-01-053-1/+8
* | | | | | Merge commit '8367bf68c1' into merge-2.11.x-to-2.12.x-20170214Seth Tisue2017-02-161-1/+1
|\| | | | | | |_|/ / / |/| | | |
| * | | | Fix documentation of immutable.QueueJasper-M2017-01-031-1/+1
| |/ / /
* | | | Merge pull request #5682 from Philippus/issue/9780Seth Tisue2017-02-143-52/+98
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-9780 use @see annotationsPhilippus Baalman2017-02-082-29/+29
| * | | SI-9780 qualify the reference links so they can be found and use @see annotat...Philippus Baalman2017-02-081-23/+69
| | |/ | |/|
* | | Merge pull request #5618 from monkey-mas/fix-indent-of-arrayops-2016-12-28Adriaan Moors2017-02-091-21/+19
|\ \ \
| * | | Fix indent and comment of ArrayOps.scalaMasaru Nomura2017-02-101-21/+19
* | | | Merge pull request #5522 from ruippeixotog/issue/9886Stefan Zeiger2017-02-081-2/+2
|\ \ \ \
| * | | | SI-9507 Make Stream #:: and #::: allow type wideningRui Gonçalves2017-02-021-2/+2
| | |/ / | |/| |
* | | | Merge pull request #5673 from retronym/topic/hashmap-containsAdriaan Moors2017-02-071-10/+40
|\ \ \ \
| * | | | Optimizations in immutable.Map.{get, contains}Jason Zaugg2017-02-031-10/+40
| |/ / /
* | | | Merge pull request #5579 from edmundnoble/queue-concatAdriaan Moors2017-02-071-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Improve Queue.++ when building another QueueEdmund Noble2017-01-181-0/+9
* | | | SI-10113 mutable.TreeMap.range does not workEvgeny Slutsky2017-01-091-0/+3
* | | | SI-9936 LinearSeqOptimized.indexWhereSom Snytt2016-12-303-4/+3
| |/ / |/| |
* | | Merge pull request #5607 from adriaanm/rebase-5551Adriaan Moors2016-12-211-0/+54
|\ \ \