summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/ScalaRunTime.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-211-5/+3
* 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-131-40/+1
* Inline ArrayRuntime methods in ScalaRunTime.array_clone().Sébastien Doeraene2016-04-131-9/+9
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-5/+3
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* Remove unnecessary dependency on parallel collections in ScalaRunTime.Nicolas Stucki2015-08-201-4/+2
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\
| * Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| * [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-111-1/+1
* | SI-8835 Lazier slice for IteratorSom Snytt2014-11-131-0/+2
* | Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-061-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
* | Remove dependency on xml in ScalaRunTime.Adriaan Moors2013-06-201-4/+3
* | refactors IMPLPARAM_xxx constants into value classesEugene Burmako2013-06-021-0/+13
* | Added ensureAccessible to reflection library.Paul Phillips2013-04-031-7/+1
* | Remove redundant explicit returns.Jason Zaugg2013-02-251-1/+1
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Merge branch '2.10.x'Paul Phillips2012-09-201-11/+11
|\|
| * Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-11/+11
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-191-9/+12
|\|
| * Merge pull request #1309 from paulp/210-no-relative-pathsPaul Phillips2012-09-161-1/+2
| |\
| | * More relative path elimination.Paul Phillips2012-09-151-1/+2
| * | Reworking of annotation arg parser.Paul Phillips2012-09-161-8/+10
| |/
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-32/+3
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
| * SI-6345 Remove scala.runtime.ScalaRunTime.TrySimon Ochsenreither2012-09-101-29/+0
* | Minor library changes to help overloading issues.Paul Phillips2012-08-311-2/+1
|/
* removes array tagsEugene Burmako2012-06-081-2/+1
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-2/+2
* Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-071-1/+1
* Revert "Fix for ## inconsistency."Paul Phillips2012-05-101-7/+4
* Revert recent commits.Paul Phillips2012-05-091-28/+2
* fixed typoDominik Gruntz2012-05-091-1/+1
* removes redundant hash implementation from BoxesRunTime.javaDominik Gruntz2012-05-091-2/+28
* Fix for ## inconsistency.Paul Phillips2012-05-081-4/+7
* Don't admit primitive arrays as a generic Java varargs param.Jason Zaugg2012-05-051-7/+9
* Updated Symbol to record classfile origin.Paul Phillips2012-05-041-3/+8
* rethinks tagsEugene Burmako2012-04-231-2/+19