summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove temporary binary compat scaffolding from AbstractPartiionFun.Jason Zaugg2014-01-091-12/+0
* | SI-7492 Make scala.runtime.MethodCache private[scala]Simon Ochsenreither2013-12-191-4/+4
* | Removing deprecated code.Paul Phillips2013-11-181-93/+0
* | Removing unused code.Paul Phillips2013-10-021-1/+0
* | Cull extraneous whitespace.Paul Phillips2013-09-183-10/+1
* | SI-7841 Remove AnyRef specialization from AbstractPartialFunctionJason Zaugg2013-09-161-1/+13
* | SI-7841 Remove commented out AnyRef specialization from Function{0,1}.Jason Zaugg2013-09-151-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-masterJason Zaugg2013-09-101-35/+31
|\|
| * SI-7814 Updates the instrumented version of ScalaRuntime.Jason Zaugg2013-09-051-24/+28
| * SI-7814 Avoid init cycle between Predef, `package`, ScalaRuntimeJason Zaugg2013-09-051-11/+3
* | Add a helper method drop to ScalaRunTime.Paul Phillips2013-08-171-1/+5
* | Remove unused private[scala] def ScalaRunTime.checkZipSimon Ochsenreither2013-08-081-14/+0
* | SI-7658 Prevent StackOverflowError in ScalaRunTime.stringOfSimon Ochsenreither2013-08-081-4/+16