summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * | | | | | | | | | inline method expansion codeMartin Odersky2012-01-2916-248/+305
| |/ / / / / / / / /
| * | | | | | | | | Dropping what looks like debug output from error message. Before the change,Martin Odersky2012-01-261-1/+1
| * | | | | | | | | Merge branch 'master' into topic/inlineMartin Odersky2012-01-26103-1918/+3772
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | wipMartin Odersky2012-01-211-2/+8
* | | | | | | | | | | Merge remote-tracking branches 'soc/fix-todos' and 'axel22/feature/pc-executi...Paul Phillips2012-03-1417-601/+697
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix tasksupport field initialization for the checkInit build.Aleksandar Prokopec2012-03-149-4/+78
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'master', remote-tracking branch 'magarciaEPFL/GenASM' into developPaul Phillips2012-03-128-597/+619
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | shortening Name-String-Name-String conversions to just Name-StringMiguel Garcia2012-03-095-12/+10
| | * | | | | | | | | | rather than info.parents, superClass and mixinClasses are enoughMiguel Garcia2012-03-081-26/+32
| | * | | | | | | | | | Merge branch 'master' into GenASMMiguel Garcia2012-03-081-1/+1
| | |\ \ \ \ \ \ \ \ \ \