summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimize slice and take in ArrayOps, WrappedArray"Adriaan Moors2017-04-032-113/+10
* Revert "Optimised implementation of List.filter/filterNot"Adriaan Moors2017-04-032-106/+0
* Revert "Handle WrappedArray the same way as ArrayOps for binary compatibility"Adriaan Moors2017-04-031-23/+21
* bump copyright year to 2017Philippus Baalman2017-03-021-1/+1
* 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
* | 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
* Merge pull request #5378 from som-snytt/issue/9913Seth Tisue2016-10-261-13/+10
|\
| * SI-9913 Tighten bolts on span iteratorSom Snytt2016-09-061-13/+10
| * SI-9913 Lead span iterator finishes at state -1Som Snytt2016-09-051-1/+1
* | Merge pull request #5239 from martijnhoekstra/doc_capitalizeAdriaan Moors2016-10-181-0/+1
|\ \
| * | doc: capitalize only works on BMP charactersMartijn Hoekstra2016-06-211-0/+1
| |/
* / In ProcessBuilder docs, replace .lines w/ .lineStreamPaul Kernfeld2016-09-162-9/+9
|/
* SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-031-2/+2
* SI-9789 use quadratic probing in OpenHashMapPerformant Data LLC2016-05-261-12/+6
* Merge pull request #5167 from martijnhoekstra/SI-9766Lukas Rytz2016-05-231-1/+2
|\
| * SI-9766 - allow ++ on empty ConcatIteratorMartijn Hoekstra2016-05-211-1/+2
* | SI-9688 Make merge in immutable HashMap1 work with null kv.Łukasz Gieroń2016-05-231-1/+1
|/
* SI-9488 - adds the same default toString format to Scala Futures as 2.12.xViktor Klang2016-03-221-0/+4
* Merge pull request #4994 from dk14/patch-1Seth Tisue2016-03-041-1/+1
|\
| * explicitly specify insertion-order feature in docsdk142016-02-231-1/+1
* | fix smhasher urlxuwei-k2016-02-152-2/+2
* | Fix off-by-one documentation error in Product<N>Janek Bogucki2016-02-1122-22/+22
* | Merge pull request #4939 from szeiger/issue/9624Lukas Rytz2016-02-103-15/+25
|\ \
| * | SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-043-15/+25
* | | Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-081-6/+45
|\ \ \
| * | | SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-6/+45
* | | | bump copyright year to 2016Seth Tisue2016-02-031-1/+1
| |/ / |/| |
* | | SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-0/+3
|/ /
* | Link 'Future' scaladoc to 'Futures and Promises'Arnout Engelen2016-01-251-0/+2
* | Merge pull request #4886 from janekdb/2.11.x-scaladoc-Duration-linksSeth Tisue2016-01-141-2/+2
|\ \
| * | Fix Scaladoc overloaded method link to Duration companion objectJanek Bogucki2016-01-041-2/+2
* | | Merge pull request #4902 from ruippeixotog/issue/9605Seth Tisue2016-01-131-6/+6
|\ \ \
| * | | SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-6/+6
| |/ /
* / / SI-8641 Fix right shift docs for integer typesLinas Medziunas2016-01-035-20/+20
|/ /
* | Merge pull request #4882 from janekdb/2.11.x-scaladoc-tables-1Lukas Rytz2015-12-182-6/+11
|\ \
| * | Document JavaConverters conversion from java.util.Properties to MapJanek Bogucki2015-12-122-6/+11
* | | Merge pull request #4831 from martijnhoekstra/patch-4Seth Tisue2015-12-171-0/+12
|\ \ \