summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime
Commit message (Expand)AuthorAgeFilesLines
* More elegant holders for local lazy vals.Adriaan Moors2016-09-021-20/+125
* Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-0/+52
* Merge pull request #5321 from retronym/topic/lock-down-deserializeAdriaan Moors2016-08-122-24/+25
|\
| * Cleanups after code reviewJason Zaugg2016-08-102-26/+5
| * SD-193 Lock down lambda deserializationJason Zaugg2016-08-082-9/+31
* | Do not add `@TraitSetter` -- not sure what it's forAdriaan Moors2016-08-091-0/+1
* | Fix race condition in lambda deserializationJason Zaugg2016-07-311-7/+9
|/
* SD-121 Remove now-unneeded J{Function,Proc}N functional interfacesJason Zaugg2016-07-22134-1681/+87
* Merge pull request #5076 from soc/topic/deprecations-sinceLukas Rytz2016-05-306-8/+8
|\
| * Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-286-8/+8
* | SI-9382 Zippy clean-up in aisle 2 & 3Som Snytt2016-05-262-40/+45
* | SI-9382 Privatize enhanced x in Tuple2Zipped.OpsSom Snytt2016-05-252-2/+2
|/
* SD-129 Mark JFunctionN as serializableJason Zaugg2016-04-2723-23/+23
* Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-213-65/+31
* Bring Statics.doubleHash in sync with BoxesRunTime.hashFromDouble.Sébastien Doeraene2016-04-211-13/+13
* 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-131-9/+0
* 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
* 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
* Avoid intermediate boxing in BoxesRuntime.hashCodeFromJason Zaugg2016-03-291-3/+3
* Remove manual mixins in JFunctionN.v2.12.0-M3-dc9effeJason Zaugg2016-03-1822-263/+0
* Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-293-0/+92
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-184-11/+5
* merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-162-8/+8
|\
| * Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-092-8/+8
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-2210-0/+0
|\|
| * Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-1410-0/+0
| |\
| | * unset inappropriate execute bitsSeth Tisue2015-09-0210-0/+0
| * | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-021-1/+1
| |/
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* | Merge pull request #4718 from Ichoran/issue/9379Seth Tisue2015-09-022-0/+4
|\ \
| * | SI-9379 Added toString to .zipped to allow Stream etc to short-circuitRex Kerr2015-08-302-0/+4
* | | Remove unnecessary dependency on parallel collections in ScalaRunTime.Nicolas Stucki2015-08-201-4/+2
|/ /
* | Include sources for scala-java8-compat instead of jarLukas Rytz2015-07-01135-0/+3120
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-5/+1
|\|
| * Removed warningsEECOLOR2015-03-261-5/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-292-2/+2
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-142-2/+2
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-292-1/+10
|\|
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-062-1/+10
* | SI-9030 make BoxesRunTime.equalsNumChar publicLukas Rytz2014-12-111-1/+1
* | SI-8835 Lazier slice for IteratorSom Snytt2014-11-131-0/+2
|/
* Merge commit 'b5759ef' into merge/2.10-to-2.11-sept-2Lukas Rytz2014-09-021-1/+6
|\
| * SI-8589 Performance improvement for ArrayCharSequence.toStringJeroen ter Voorde2014-06-191-1/+6
* | [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-111-1/+1
* | SI-3235 math.round() returns wrong results for Int and LongRex Kerr2014-02-252-0/+8