summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5051 from kmizu/improve-api-docsAdriaan Moors2016-03-231-0/+1
|\
| * Add scaladoc comment about the case when Exception will be thrown by invocati...Kota Mizushima2016-03-241-0/+1
* | Merge pull request #5047 from kmizu/resolve-several-warningsAdriaan Moors2016-03-223-9/+9
|\ \
| * | Resolve warnings related to SyncVar#setKota Mizushima2016-03-183-9/+9
| |/
* | Merge pull request #5034 from janekdb/topic/2.12.x-scaladoc-Predef-method-groupsSeth Tisue2016-03-211-0/+106
|\ \
| * | Organise Predef members into Scaladoc groupsJanek Bogucki2016-03-161-0/+106
| |/
* | Merge pull request #5043 from dongjoon-hyun/fix_typos_in_spec_and_commentsJason Zaugg2016-03-211-1/+1
|\ \
| * | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
| |/
* / Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-1822-263/+0
|/
* Merge pull request #5037 from janekdb/topic/2.12.x-scaladoc-fix-Source-linksAdriaan Moors2016-03-141-10/+8
|\
| * Fix Scaladoc links in scala.io.SourceJanek Bogucki2016-03-131-10/+8
* | Merge pull request #5040 from adriaanm/rebase-5031Jason Zaugg2016-03-151-1/+1
|\ \
| * \ Merge 2.11.x into 2.12.xAdriaan Moors2016-03-141-1/+1
| |\ \
| | * \ Merge pull request #4994 from dk14/patch-1Seth Tisue2016-03-041-1/+1
| | |\ \
| | | * | explicitly specify insertion-order feature in docsdk142016-02-231-1/+1
* | | | | Merge pull request #5018 from janekdb/topic/2.12.x-scaladoc-advertise-depreca...Seth Tisue2016-03-141-5/+31
|\ \ \ \ \
| * | | | | Remove mention of deprecated I/O methods from Predef main commentJanek Bogucki2016-03-141-5/+31
| |/ / / /
* | | | | Merge pull request #5013 from janekdb/2.12.x-Scaladoc-ConversionsSeth Tisue2016-03-143-49/+49
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Format collection conversions Scaladoc as code blocks instead of bulletsJanek Bogucki2016-03-093-49/+49
| | |_|/ | |/| |
* | | | Merge pull request #4717 from Ichoran/issue/9347Adriaan Moors2016-03-146-3/+79
|\ \ \ \
| * | | | SI-9347 Efficient head/tail, if possible, for immutable maps & setsRex Kerr2016-02-176-3/+79
* | | | | Scaladoc: Fix elidable threshold off-by-one comment and link elidableJanek Bogucki2016-03-091-8/+8
| |/ / / |/| | |
* | | | Fix typomathhun2016-03-091-2/+2
* | | | Merge pull request #4934 from Shadow53/2.12.xSeth Tisue2016-03-011-0/+2
|\ \ \ \
| * | | | Added Properties.isLinux to compliment the isWin and isMac methodsShadow532016-01-301-0/+2
* | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-2527-39/+49
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | 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 #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
|\| | | | |/ / |/| |