summaryrefslogtreecommitdiff
path: root/test/files/run/Meter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove BoxingConversions from the scala package.Jason Zaugg2012-09-221-0/+5
| | | | | | And add it to two test cases that rely on it. It is a remnant of the now-removed FlatArray (8cc7de74d).
* Value classes: eliminated half-boxingMartin Odersky2012-09-201-2/+4
| | | | | | | We now apply erasure of value classes everywhere. previously, erasure was disabled in the value class itself. This led to irregegularities and bugs. See test run/valueclasses-pavlov.scala for something that led to a ClassCastException before.
* Removed FlatArray.Paul Phillips2012-04-231-18/+18
| | | | We thought better of it.
* Whitespace and a couple checkfile updates.Paul Phillips2012-03-141-6/+6
|
* Implemented super access in value classes, restrictions for value classes.Martin Odersky2012-02-191-15/+40
|
* New FlatArray scheme for handling value classes.Martin Odersky2012-02-171-12/+21
|
* New scheme for "Rows" of value classes.Martin Odersky2012-02-151-28/+12
|
* Changed array erasure scheme to never unbox elements of inline classes.Martin Odersky2012-02-151-16/+18
|
* Changed erasure behavior of arrays to use always boxed representation.Martin Odersky2012-02-141-0/+41
| | | | | | Conflicts: test/files/run/Meter.scala
* Fixing problems with generation of isInstanceOf, classOf.Martin Odersky2012-02-141-0/+1
|
* Setting up things to demonstrate a swallowed type error in manifest generation.Martin Odersky2012-02-131-0/+2
|
* All steps of value class proposal implemented. Most restrictions are now ↵Martin Odersky2012-02-131-1/+20
| | | | enforced. Super calls and specialized still missing.
* Added test case.Martin Odersky2012-02-071-0/+19