summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | change phrasing around eulers number for `log(x)`martijnhoekstra2015-12-111-3/+1
| * | | add doc for log, sqrtmartijnhoekstra2015-10-301-0/+14
* | | | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-2/+2
| |/ / |/| |
* | | Apply some static code analysis recommendationsJanek Bogucki2015-11-262-2/+2
* | | Fix List Scaladoc time & space formattingJanek Bogucki2015-11-221-13/+13
* | | Merge pull request #4810 from ruippeixotog/fix-mutable-setlike-clearAdriaan Moors2015-11-121-1/+3
|\ \ \
| * | | SI-9497 Fix SetLike#clear() default implementationRui Gonçalves2015-10-211-1/+3
* | | | Merge pull request #4804 from jvican/issue/9503Adriaan Moors2015-11-121-1/+2
|\ \ \ \
| * | | | [SI-9503] Deprecate scala.collection.immutable.PagedSeqjvican2015-11-041-1/+2
* | | | | Improve collections documentation and prefer () to {}vsalvis2015-10-275-88/+85
| |_|/ / |/| | |
* | | | Merge pull request #4803 from janekdb/2.11.x-conform-foreach-tparamSeth Tisue2015-10-2727-169/+170
|\ \ \ \ | |_|/ / |/| | |
| * | | Conform foreach tparam to majority naming conventionvsalvis2015-10-2127-169/+170
| |/ /
* | | Merge pull request #4800 from sjrd/remove-lingering-printlnLukas Rytz2015-10-212-4/+1
|\ \ \ | |/ / |/| |
| * | Remove two lingering `println`s in non-debug methods of the library.Sébastien Doeraene2015-10-132-4/+1
* | | Merge pull request #4798 from performantdata/issue/9513Seth Tisue2015-10-151-1/+18
|\ \ \
| * | | Document some OpenHashMap internal methods.Performant Data LLC2015-10-101-0/+13
| * | | SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-1/+5
| |/ /
* | | 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-099-71/+86
|/
* Use InternalCallbackExecutor in Future.sequencePaul Draper2015-10-021-1/+1
* Fix typo in Process.scalaRyan Zhang2015-09-291-2/+2
* 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