summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Optimization in genjvm.Paul Phillips2012-01-051-22/+15
* | | | | | Optimization in Constructors.Paul Phillips2012-01-051-19/+11
* | | | | | Optimizing findMember.Paul Phillips2012-01-052-11/+23
* | | | | | Moved Origins into scala.reflect.internal.util.Paul Phillips2012-01-051-8/+8
|/ / / / /
* | | | | Fix in bytecode generation.Paul Phillips2012-01-051-1/+1
* | | | | Don't mark mixed in methods as bridges.Paul Phillips2012-01-051-1/+1
* | | | | Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-041-1/+11
* | | | | Don't infer protected members into lub refinements.Paul Phillips2012-01-041-12/+21
* | | | | Fix bugs with lubs.Paul Phillips2012-01-041-2/+32
* | | | | Closes SI-5354.Martin Odersky2012-01-042-7/+17
* | | | | Added forall to Option.Paul Phillips2012-01-031-0/+7
* | | | | Optimization/robustness in the backend.Paul Phillips2012-01-0318-198/+279
|/ / / /
* | | | Added option -Xlog-reflective-calls.Paul Phillips2012-01-023-4/+8
* | | | Added -Xlog-implicit-conversions.Paul Phillips2012-01-0211-25/+46
* | | | Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-028-122/+105
* | | | Hardening of adaptoNewRun to survive issues in presentation compiler.Martin Odersky2012-01-021-4/+8
* | | | More uniformity for the parser.Paul Phillips2011-12-311-4/+4
|/ / /
* | | More performance work.Paul Phillips2011-12-3017-470/+700
* | | Low-level optimization.Paul Phillips2011-12-305-20/+23
* | | Created VariantTypeMap.Paul Phillips2011-12-303-139/+197
* | | Creator for existentials which flattens.Paul Phillips2011-12-307-19/+22
* | | Better hunting for tools.jar.Paul Phillips2011-12-304-27/+51
* | | Optimization in refchecks.Paul Phillips2011-12-302-36/+51
* | | Optimization in backend.Paul Phillips2011-12-301-4/+2
* | | Optimization in Flags.Paul Phillips2011-12-301-5/+26
* | | Optimization in method synthesis.Paul Phillips2011-12-303-5/+9
* | | Optimizations in typeref creation.Paul Phillips2011-12-302-3/+3
* | | repl power mode improvements.Paul Phillips2011-12-286-95/+126
* | | Tone down insensible-equality warning.Paul Phillips2011-12-271-1/+1
* | | Merge branch 'type-currying-mini' of /scala/trunk into developPaul Phillips2011-12-271-3/+4
|\ \ \
| * | | Consecutive type application.Paul Phillips2011-12-271-3/+4
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge remote-tracking branches 'ijuma/issue/5341', 'kepler/topic/reifyclosure...Paul Phillips2011-12-272-0/+45
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Documented emptyValDef fieldEugene Burmako2011-12-231-0/+5
| | | | |/ / /
| | | * / / / fixes #5104 and related NaN ordering inconsistenciesSzabolcs Berecz2011-12-251-0/+40
| | | |/ / /
* | | / / / Fix SI-5341: PhaseAssembly.removeDanglingNodes removes elements from mutable.MapIsmael Juma2011-12-271-1/+1
|/ / / / /
* / / / / Fixed regression in lub calculation.Paul Phillips2011-12-261-9/+17
|/ / / /
* | | | Optimizing at the Name/String boundary.Paul Phillips2011-12-2511-87/+114
* | | | Optimization in ZipArchive.Paul Phillips2011-12-251-4/+8
* | | | [vpm] when there's a default case, don't throw matcherrorAdriaan Moors2011-12-241-9/+16
* | | | [vpm] lambdalift becomes less NSDNHO-proneAdriaan Moors2011-12-241-0/+1
* | | | [vpm] emitting switches -- BodyTreeMakerAdriaan Moors2011-12-244-165/+298
* | | | [vpm] better codegen, especially for alternatives (suggested by Tiark)Adriaan Moors2011-12-243-246/+221
* | | | [vpm] common sub-expression elimination for conditionsAdriaan Moors2011-12-242-81/+444
* | | | [vpm] optimized codegen avoids option-boxingAdriaan Moors2011-12-244-65/+160
* | | | [vpm] unapplyProd: faster matching for case classesAdriaan Moors2011-12-241-84/+178
|/ / /
* | | global.abort calls global.error.Paul Phillips2011-12-222-2/+8
* | | Hardening of resetAllAttrs.Martin Odersky2011-12-222-41/+44
* | | Hardening of isJavaClass.Martin Odersky2011-12-221-1/+1
* | | Omit non-essential TypeApply trees.Eugene Burmako2011-12-223-7/+6
* | | Type checking now puts tree to be typed in local contextMartin Odersky2011-12-221-11/+31