summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Trying generic value classes. Does not work yet, but fixed on bug already.Martin Odersky2012-02-151-2/+2
| | * | | New scheme for "Rows" of value classes.Martin Odersky2012-02-152-0/+67
| | * | | Changed array erasure scheme to never unbox elements of inline classes.Martin Odersky2012-02-155-72/+72
| | * | | Changed erasure behavior of arrays to use always boxed representation.Martin Odersky2012-02-143-48/+54
| | * | | Refactoring to control the effects of inline erasure, restricting them to jus...Martin Odersky2012-02-143-37/+51
| | * | | Fixing problems with generation of isInstanceOf, classOf.Martin Odersky2012-02-142-6/+10
| | * | | Setting up things to demonstrate a swallowed type error in manifest generation.Martin Odersky2012-02-133-15/+24
| | * | | Added missing files from last commitMartin Odersky2012-02-131-0/+61
| | * | | All steps of value class proposal implemented. Most restrictions are now enfo...Martin Odersky2012-02-138-140/+258
| | * | | Deprecating /:\. Fold should be used instead.Martin Odersky2012-02-121-0/+1
| | * | | wip. Getting started on erasing inline classes.Martin Odersky2012-02-085-85/+150
| | * | | Fixes supercalls tyo AnyVal constructors. Meter example now compiles and runs...Martin Odersky2012-02-081-24/+29
| | * | | Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-0716-129/+123
| | * | | Making the Meter test expand and compile.Martin Odersky2012-02-074-23/+23
| | * | | Removing unnecessary AnyVal code.Paul Phillips2012-02-063-54/+30
| | * | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-0671-891/+2187
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'odersky/topic/inline' into inline-remergePaul Phillips2012-02-0623-36/+55
| | |\ \ \ \
| | | * | | | Added hook in erasure.Martin Odersky2012-02-061-0/+3
| | | * | | | A first bunch of Any-extending traits.Martin Odersky2012-02-0616-18/+22
| | | * | | | Removing AnyVal as a source class. Removing automatic addition of ScalaObject...Martin Odersky2012-02-067-65/+27
| | | * | | | Definitions are now initialized in reflection (was missing before).Martin Odersky2012-02-062-0/+7
| | | * | | | Different treatment of Null <:< T, to allow for Any-extending traits. Without...Martin Odersky2012-02-061-83/+87
| | | * | | | Fix in Definitions that now enables bootstrap without AnyVal.scala present. T...Martin Odersky2012-02-031-1/+1
| * | | | | | Merge branch 'merge-inline' of /scratch/trunk3 into developPaul Phillips2012-03-1456-281/+673
| |\ \ \ \ \ \
| | * | | | | | Cleaning up stray ScalaObject references.Paul Phillips2012-03-142-10/+1
| | * | | | | | New starr to support new fundamental laws of reality.Paul Phillips2012-03-142-572/+1
| | * | | | | | Merge branch 'master' into merge-inlinePaul Phillips2012-03-14310-8167/+17287
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | * | | | | Made a typer hack less hacky.Paul Phillips2012-02-041-4/+6
| | * | | | | Hardening in Constructors.Paul Phillips2012-02-041-2/+2
| | * | | | | A little msil I missed un-reverting.Paul Phillips2012-02-041-5/+4
| | * | | | | Hardened/documented AnyVal constructor switcheroo.Paul Phillips2012-02-042-0/+3
| | * | | | | Tweaking parent printing a little further.Paul Phillips2012-02-041-5/+14
| | * | | | | Fixing AnyVal verify error and reflection.Paul Phillips2012-02-041-2/+7
| | * | | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-042-1/+12
| | |\ \ \ \ \
| | * | | | | | Fixed all but one of the scalap tests.Paul Phillips2012-02-041-7/+5
| | * | | | | | Restored msil.Paul Phillips2012-02-0410-364/+359
| | * | | | | | Utilizing convenience methods martin hasn't discovered yet.Paul Phillips2012-02-041-7/+2
| | * | | | | | Making AnyVal into a class instead of a trait.Paul Phillips2012-02-046-38/+31
| | * | | | | | Having Proxy extend Any as well.Paul Phillips2012-02-041-3/+2
| | * | | | | | Guard List_apply from premature forcitude.Paul Phillips2012-02-041-1/+4
| | * | | | | | Made Any parents work more.Paul Phillips2012-02-0410-67/+91
| | * | | | | | ant and diff friendlier msil-disabling.Paul Phillips2012-02-046-3564/+3570
| | * | | | | | Disabled all things MSIL.Paul Phillips2012-02-0311-3842/+3842
| | * | | | | | Eliminated ScalaObject.Paul Phillips2012-02-036-8/+23
| | * | | | | | Mostly eliminated ScalaObject.Paul Phillips2012-02-0322-61/+19
| | * | | | | | Merge branch 'master' into topic/inlinePaul Phillips2012-02-0332-892/+1184
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | intermediate work towards a new starr for value classes.Martin Odersky2012-02-0311-80/+128
| | * | | | | | First steps towards erasure of inline classes.Martin Odersky2012-01-312-0/+20
| | * | | | | | New trait for erasure of inline classes.Martin Odersky2012-01-311-0/+9
| | * | | | | | More work on inline classes.Paul Phillips2012-01-307-14/+42