summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-295-18/+20
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-2882-248/+243
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-6/+6
* SI-9483 Add `since` to `@deprecatedName`Simon Ochsenreither2016-05-271-3/+1
* Use full braces style in AnsiColor exampleJanek Bogucki2016-05-251-1/+1
* Merge pull request #5052 from kilotaras/topic/map-applyOrElseLukas Rytz2016-05-251-0/+4
|\
| * Added applyOrElse to MapLikeTaras Boiko2016-03-201-0/+4
* | Merge pull request #5185 from janekdb/topic/2.12.x-scaladoc-java-link-syntaxLukas Rytz2016-05-252-6/+3
|\ \
| * | Fix Scaladoc link syntax on java.util.Formatter referencesJanek Bogucki2016-05-242-6/+3
* | | Merge pull request #5124 from performantdata/bug/SI-9522Lukas Rytz2016-05-251-29/+54
|\ \ \ | |/ / |/| |
| * | SI-9522 release key reference when deleting from OpenHashMapPerformant Data LLC2016-05-241-29/+54
* | | Merge pull request #5175 from som-snytt/issue/9656-range-toStringStefan Zeiger2016-05-242-12/+19
|\ \ \ | |/ / |/| |
| * | SI-9656 Range.toString distinguishes Numeric stepSteve Robinson2016-05-192-12/+19
* | | Merge pull request #5181 from chrisokasaki/issue/9776Adriaan Moors2016-05-231-18/+106
|\ \ \
| * | | SI-9776: Fix type of PriorityQueue.newBuilder and improve performancechrisokasaki2016-05-221-18/+106
* | | | Merge pull request #5164 from viktorklang/wip-future-docs-√Adriaan Moors2016-05-231-58/+101
|\ \ \ \
| * | | | Improvements to scala.concurrent.FutureViktor Klang2016-05-201-58/+101
* | | | | Group Console and AnsiColor entities and add usage examplesJanek Bogucki2016-05-232-36/+265
* | | | | Merge pull request #5168 from xuwei-k/range-value-classLukas Rytz2016-05-231-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make Range.Partial a value classxuwei-k2016-05-171-1/+1
| |/ / /
* | | | Merge pull request #5130 from retronym/ticket/SD-129Jason Zaugg2016-05-1923-23/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | SD-129 Mark JFunctionN as serializableJason Zaugg2016-04-2723-23/+23
* | | | Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-172-305/+194
|\ \ \ \
| * | | | Add SerialVersionUID to ListSetRui Gonçalves2016-05-171-0/+3
| * | | | Make ListMap and ListSet implementations similarRui Gonçalves2016-05-172-247/+156
| * | | | Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-172-62/+39
| |/ / /
* | / / SI-9773 Fix doc for "".lines (#5161)som-snytt2016-05-171-7/+9
| |/ / |/| |
* | | Correct off-by-one error in Product documentation (#5148)Janek Bogucki2016-05-111-1/+1
* | | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-7/+22
* | | BitSet{1,2} conversion (#5127)Ruslan Sennov2016-05-111-5/+7
* | | Merge pull request #5083 from xuwei-k/fix-Future-scaladocJason Zaugg2016-05-051-2/+2
|\ \ \
| * | | use Future#foreach instead of onSuccess in example codexuwei-k2016-04-141-2/+2
* | | | Merge pull request #5132 from acdenhartog/patch-1Jason Zaugg2016-05-051-3/+1
|\ \ \ \
| * | | | Avoid function chaining with reverse methodArno den Hartog2016-04-271-3/+1
| | |/ / | |/| |
* / | | Add examples to Exception object and group members (#5111)Janek Bogucki2016-05-021-25/+165
|/ / /
* | | Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-2/+38
* | | Cleaned up Scaladoc for JavaConverters and non-deprecated friendsLukas Rytz2016-04-227-872/+261
* | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2215-58/+984
* | | Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-224-79/+45
|\ \ \
| * | | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-214-66/+32
| * | | Bring Statics.doubleHash in sync with BoxesRunTime.hashFromDouble.Sébastien Doeraene2016-04-211-13/+13
* | | | scala-dev-113: Sync root package words to layout (#5107)Janek Bogucki2016-04-201-1/+1
* | | | Merge pull request #5100 from lrytz/unitBoxLukas Rytz2016-04-201-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6710 / PR 5072 follow-up: fix Unit.box / Unit.unboxLukas Rytz2016-04-201-2/+2
| |/ /
* | | Remove the unused scala.runtime.Boxed trait.Sébastien Doeraene2016-04-131-12/+0
* | | Remove plain old dead code in ScalaRunTime.Sébastien Doeraene2016-04-131-26/+0
* | | Move ScalaRunTime.box to typechecker.Macros.Sébastien Doeraene2016-04-131-13/+0
* | | Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-135-23/+10
* | | Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-131-5/+0
* | | Hide ScalaRunTime.isTuple inside stringOf.Sébastien Doeraene2016-04-131-2/+3