summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | * | | | | | Merge branch 'master' into inlinePaul Phillips2012-01-302-19/+35
| | |\ \ \ \ \ \
| | * | | | | | | Synthesize getClass method for AnyVal children.Paul Phillips2012-01-301-0/+11
| | * | | | | | | Eliminated 2500 lines of whitespace changes.Paul Phillips2012-01-3021-478/+478
| | * | | | | | | Merge branch 'master' into inlinePaul Phillips2012-01-306-193/+263
| | |\ \ \ \ \ \ \
| | * | | | | | | | Working AnyVal#getClass.Paul Phillips2012-01-301-20/+22
| | * | | | | | | | Moving getClassReturnType out of erasure.Paul Phillips2012-01-303-35/+35
| | * | | | | | | | Merge branch 'master' into inlinePaul Phillips2012-01-3013-283/+316
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Resinstantiating anyval-children test. Getting he complete build to run.Martin Odersky2012-01-305-50/+61
| | * | | | | | | | | Fixed problems with step 2Martin Odersky2012-01-302-7/+8
| | * | | | | | | | | New phase that creates extension methods for inline classes.Martin Odersky2012-01-301-0/+161
| | * | | | | | | | | Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-2976-4292/+547
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'unsealed-anyval' into inlinePaul Phillips2012-01-2872-4276/+530
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Unsealed AnyVal.Paul Phillips2012-01-2819-332/+346