summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge-inline' of /scratch/trunk3 into developPaul Phillips2012-03-1436-228/+644
|\
| * Cleaning up stray ScalaObject references.Paul Phillips2012-03-141-8/+0
| * New starr to support new fundamental laws of reality.Paul Phillips2012-03-142-572/+1
| * Merge branch 'master' into merge-inlinePaul Phillips2012-03-14135-3303/+5448
| |\
| * | 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
| * | 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-045-37/+30
| * | Guard List_apply from premature forcitude.Paul Phillips2012-02-041-1/+4
| * | Made Any parents work more.Paul Phillips2012-02-048-62/+86
| * | 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-035-7/+21
| * | Mostly eliminated ScalaObject.Paul Phillips2012-02-0318-31/+16
| * | Merge branch 'master' into topic/inlinePaul Phillips2012-02-0324-859/+1152
| |\ \
| * | | intermediate work towards a new starr for value classes.Martin Odersky2012-02-036-72/+118
| * | | 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-305-11/+41
| * | | 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-3016-198/+198
| * | | | Merge branch 'master' into inlinePaul Phillips2012-01-303-57/+92
| |\ \ \ \
| * | | | | 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-304-49/+59
| * | | | | | 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-2932-135/+231
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'unsealed-anyval' into inlinePaul Phillips2012-01-2828-119/+215
| | |\ \ \ \ \ \
| | | * | | | | | Unsealed AnyVal.Paul Phillips2012-01-289-42/+54
| * | | | | | | | 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-2673-1767/+3406
| |\ \ \ \ \ \ \
| * | | | | | | | wipMartin Odersky2012-01-211-2/+8
* | | | | | | | | Merge remote-tracking branches 'soc/fix-todos' and 'axel22/feature/pc-executi...Paul Phillips2012-03-148-597/+619
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | 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
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into GenASMMiguel Garcia2012-03-085-9/+12
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into GenASMMiguel Garcia2012-03-074-21/+28
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | dynamic dispatch instead of map lookups or equality testsMiguel Garcia2012-03-073-38/+33