aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/runtime/vc
Commit message (Expand)AuthorAgeFilesLines
* VCArrayPrototype: replace override "def clone" by "def clone()"Guillaume Martres2016-01-041-1/+1
* Merge all VC prototypes into single fileDmitry Petrashko2015-05-0510-540/+474
* Implement implicit defs that return class tags for value classes.Dmitry Petrashko2015-05-059-0/+18
* Introduce VCArray.clone in scala.Dmitry Petrashko2015-05-052-10/+2
* It seems one cannot define clone member in scala trait. Do it in Java.Dmitry Petrashko2015-05-052-1/+11
* Implement clone on VCArrays without mutable field.Dmitry Petrashko2015-05-059-47/+62
* Implement clone for VCArrays.Dmitry Petrashko2015-05-0510-9/+65
* Change VCArray naming scheme.Dmitry Petrashko2015-05-059-19/+19
* Remove VCCompanionPrototype: it is not used.Dmitry Petrashko2015-05-051-4/+0
* Add array creations to class tags of value classes.Dmitry Petrashko2015-05-059-0/+19
* implement templates for value class companions.Dmitry Petrashko2015-05-059-2/+47
* Add Value classes and array prototypes.Dmitry Petrashko2015-05-0510-0/+401