aboutsummaryrefslogtreecommitdiff
path: root/src/scala/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Dropped ??? in arrayclassMartin Odersky2015-05-151-1/+7
| | | | | | | | | The patch caused the built dotty not to run anymore. Since the prupose of the ??? was to find out where it was called I inserted the stacktrace that caused dotc to fail. I wonder how this passed the tests? Dotc became completely useless for me when I ran it from the command line.
* Put ScalaRunTime into its proper place.Martin Odersky2015-05-131-0/+0
| | | | | Eclipse freaked out because ScalaRunTime was in the ScalaRunTime directroy, whereas it should have been in runtime.
* Implement clone for VCArrays.Dmitry Petrashko2015-05-051-0/+1
| | | | Unfortunately needed to sacrifice the immutability of inner field.
* Extend methods of ScalaRuntime to support arrays of value classes.Dmitry Petrashko2015-05-051-1/+8
|
* Fork ScalaRuntime to support arrays of value classes.Dmitry Petrashko2015-05-051-0/+363