aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/runtime
Commit message (Expand)AuthorAgeFilesLines
* LazyVals: do even more verbose debugging.Dmitry Petrashko2016-06-071-1/+5
* LazyVals: support debug mode.Dmitry Petrashko2016-06-071-2/+19
* 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
* VCArrayPrototype: replace override "def clone" by "def clone()"Guillaume Martres2016-01-041-1/+1
* LazyVals: fix long shifts.Dmitry Petrashko2015-10-221-2/+2
* Arrays.newRefArray has multiple symbols that coexist during bootstrap.Dmitry Petrashko2015-07-051-0/+2
* Merge pull request #558 from dotty-staging/run-testsDmitry Petrashko2015-05-151-0/+9
|\
| * Introduce LegacyApp to simplify porting run tests. #559Dmitry Petrashko2015-05-131-0/+9
* | Merge pull request #515 from dotty-staging/classTagsDmitry Petrashko2015-05-131-0/+486
|\ \ | |/ |/|
| * 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
* | Workaround #548.Dmitry Petrashko2015-05-081-1/+4
|/
* LazyVals: expected value of flag takes only tree values, no need to use long.Dmitry Petrashko2015-04-301-1/+1
* We do not plan to have more than Int.MaxValue of lazy vals.Dmitry Petrashko2015-04-301-1/+1
* Make LazyVals.getOffset work on j.l.Class instead of taking the instance.Dmitry Petrashko2015-04-301-1/+1
* 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
* Bring back lazyVals. Changed encoding of local lazy vals.Dmitry Petrashko2015-02-031-20/+24
* 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
* LazyVals phase.Dmitry Petrashko2014-03-192-0/+119