summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
* | | | | | | | | | | | | Fix transient attribute check for checkinit to check the field of the getter.Aleksandar Prokopec2012-03-151-1/+1
* | | | | | | | | | | | | Remove some custom serialization boilerplate.Aleksandar Prokopec2012-03-158-66/+0
* | | | | | | | | | | | | Disable transient field checks in checkinit.Aleksandar Prokopec2012-03-141-0/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ 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
| | * | | | | | | | | | | | | fewer lastInstruction lookupsMiguel Garcia2012-03-071-2/+2
| | * | | | | | | | | | | | | readabilityMiguel Garcia2012-03-071-20/+9
| | * | | | | | | | | | | | | readabilityMiguel Garcia2012-03-071-8/+4
| | * | | | | | | | | | | | | mechanically applying the above recipeMiguel Garcia2012-03-071-50/+44
| | * | | | | | | | | | | | | there goes the pattern matching of CJUMPMiguel Garcia2012-03-071-39/+36
| | * | | | | | | | | | | | | same story: inspector method beats pattern matchingMiguel Garcia2012-03-071-12/+6
| | * | | | | | | | | | | | | replacing pattern matching with isWideType invocationsMiguel Garcia2012-03-072-18/+7
| | * | | | | | | | | | | | | leveraging isIntSizedTypeMiguel Garcia2012-03-061-42/+46
| | * | | | | | | | | | | | | the idea is to cut down on checkcast instructionsMiguel Garcia2012-03-062-26/+39
| | * | | | | | | | | | | | | de-specialcasingMiguel Garcia2012-03-061-1/+9
| | * | | | | | | | | | | | | readabilityMiguel Garcia2012-03-061-29/+16
| | * | | | | | | | | | | | | factoring out repetitive workMiguel Garcia2012-03-062-6/+43
| | * | | | | | | | | | | | | readabilityMiguel Garcia2012-03-061-13/+11
| | * | | | | | | | | | | | | readabilityMiguel Garcia2012-03-061-4/+7
| | * | | | | | | | | | | | | readabilityMiguel Garcia2012-03-061-16/+8
| | * | | | | | | | | | | | | fewer hops to emit ASTORE and ALOADMiguel Garcia2012-03-061-3/+27
| | * | | | | | | | | | | | | Merge branch 'master' into GenASMMiguel Garcia2012-03-0614-131/+204
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | making indentation IDE-awareMiguel Garcia2012-03-051-555/+555
| | * | | | | | | | | | | | | | readabilityMiguel Garcia2012-03-051-3/+3
| | * | | | | | | | | | | | | | readabilityMiguel Garcia2012-03-031-3/+1
| | * | | | | | | | | | | | | | avoiding fjbg's JClass in getFile()Miguel Garcia2012-03-031-4/+4