aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/runtime/Arrays.scala
Commit message (Expand)AuthorAgeFilesLines
* Get rid of all new***Array methods expect one.Dmitry Petrashko2016-04-181-38/+2
* Fix #1167: Remove the magic from Arrays.newRefArray.Sébastien Doeraene2016-04-181-12/+23
* Arrays.newRefArray has multiple symbols that coexist during bootstrap.Dmitry Petrashko2015-07-051-0/+2
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Fix passing : _* arguments to Java methodsMartin Odersky2014-12-211-2/+9
* Previous scheme was buggy; leaked Array types to backend.Martin Odersky2014-11-281-0/+47