summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-132-44/+1
* | | Inline ArrayRuntime methods in ScalaRunTime.array_clone().Sébastien Doeraene2016-04-132-35/+9
|/ /
* | Delete unnecessary blank linesh0hei2016-04-071-2/+0
* | Generate AnyVal source stubs from sbtStefan Zeiger2016-04-069-18/+18
* | General cleanups and less warnings during a Scala buildsoc2016-04-048-27/+7
* | SI-6710 Clarify stub methods in primitive value classesLukas Rytz2016-04-019-27/+36
* | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-018-51/+20
|\ \
| * | Use System.lineSeparator, rather than sys.propsJason Zaugg2016-03-293-4/+3
| * | Use Java's highestOneBit, rather than our own versions.Jason Zaugg2016-03-291-21/+2
| * | Note the availability of writableStackTrace in JDK 1.7+Jason Zaugg2016-03-291-0/+2
| * | SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-291-7/+4
| * | Delegate more primitive comparison to the Java stdlibJason Zaugg2016-03-291-16/+6
| * | Avoid intermediate boxing in BoxesRuntime.hashCodeFromJason Zaugg2016-03-291-3/+3
* | | Merge pull request #5070 from markus1189/stream-docsLukas Rytz2016-04-011-1/+1
|\ \ \
| * | | Fix typo in the docs for the ++ method of StreamMarkus Hauck2016-03-311-1/+1
* | | | Merge pull request #5071 from janekdb/topic/2.12.x-scaladoc-ExceptionsLukas Rytz2016-04-011-7/+13
|\ \ \ \
| * | | | Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-311-7/+13
| |/ / /
* | | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-311-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-1/+5
| |/ /
* | | Merge pull request #5033 from szeiger/issue/9623-2.12Adriaan Moors2016-03-301-44/+46
|\ \ \
| * | | Replace JoinIterator & improve ConcatIteratorStefan Zeiger2016-03-111-44/+46
* | | | Merge pull request #5008 from janekdb/2.12.x-remove-Predef-errorSeth Tisue2016-03-291-7/+1
|\ \ \ \
| * | | | Remove deprecated Predef.errorJanek Bogucki2016-03-261-7/+1
| | |/ / | |/| |
* | | | Merge pull request #5021 from szeiger/wip/remove-deprecationsSeth Tisue2016-03-2917-248/+204
|\ \ \ \ | |/ / / |/| | |
| * | | Make some collection classes final or sealedStefan Zeiger2016-03-2317-248/+204
| | |/ | |/|
* | | 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