summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-043-15/+25
* | | | | Merge pull request #4894 from mmynsted/2.12.xJason Zaugg2016-02-121-1/+11
|\ \ \ \ \
| * | | | | Making commented example simpler for mapMark Mynsted2016-01-191-1/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-123-0/+92
|\ \ \ \ \
| * | | | | Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-293-0/+92
| |/ / / /
* | | | | Merge pull request #4957 from retronym/topic/merge-2.11.x-to-2.12.x-20160210Seth Tisue2016-02-112-7/+46
|\ \ \ \ \
| * \ \ \ \ Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-102-7/+46
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | 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
| | | |_|/ / | | |/| | |
* | | | | | Merge pull request #4924 from ShaneDelmore/SI-9452Lukas Rytz2016-02-102-34/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch '2.12.x' into SI-9452Shane Delmore2016-02-0414-108/+177
| |\ \ \ \ \
| * | | | | | Extend BigInt with Ordered for java interopShane Delmore2016-02-011-17/+6
| * | | | | | Extend BigDecimal with Ordered for java interopShane Delmore2016-02-011-17/+1
| | |_|_|/ / | |/| | | |
* | | | | | SI-9620: add doc annotation to hide specific conversionsFelix Mulder2016-02-091-0/+31
* | | | | | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-0414-108/+177
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Clarified and expanded which Builders were reusableRex Kerr2016-01-3014-108/+177
| |/ / / /
* | | | | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-042-0/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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 commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-0311-36/+53
|\| | | | |/ / |/| |
| * | 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
| | |/ / | |/| |
* | | | Merge pull request #4870 from ruippeixotog/issue/9507Jason Zaugg2016-01-191-3/+4
|\ \ \ \
| * | | | SI-9507 Make ArrayStack an IndexedSeqOptimizedRui Gonçalves2015-11-271-3/+4
* | | | | Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-182-9/+14
|\ \ \ \ \
| * | | | | [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-112-9/+14
* | | | | | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1864-264/+177
* | | | | | SI-9583: Update SystemProperties.empty to return a mutable.Map to fix buildersShane Delmore2015-12-101-1/+1
|/ / / / /
* | | | | Merge commit '5e99f82' into merge-2.11-to-2.12-nov-27Lukas Rytz2015-11-272-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Apply some static code analysis recommendationsJanek Bogucki2015-11-262-2/+2
* | | | | Clarify source of f functionCasey Leask2015-11-261-1/+1
| |/ / / |/| | |
* | | | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-2436-280/+278
|\| | |
| * | | 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
| | |/ /