summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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-242-231/+212
* [vpm] common sub-expression elimination for conditionsAdriaan Moors2011-12-242-81/+444
* [vpm] optimized codegen avoids option-boxingAdriaan Moors2011-12-243-65/+159
* [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
*-. Merge remote-tracking branches 'jsuereth/xsbt', 'kepler/ticket/5226' and 'kep...Paul Phillips2011-12-212-4/+8
|\ \
| | * Made -Ystop-after:parser work correctlyEugene Burmako2011-12-211-2/+4
| |/ |/|
| * Attempt to fix classloader issuesEugene Burmako2011-12-211-2/+4
|/
* Fix for classOf NPE.Paul Phillips2011-12-193-20/+35
* Fixed "Definition Classes" in bug #5287Vlad Ureche2011-12-162-21/+23
* Fix for seq/array varargs crasher.Paul Phillips2011-12-131-1/+3
* Faster char2uescape.Paul Phillips2011-12-131-16/+20
*---. Merge remote-tracking branches 'kepler/topic/typeparamsfix', 'kepler/ticket/5...Paul Phillips2011-12-122-0/+5
|\ \ \
| | * | Batch files no longer swallow exit codesEugene Burmako2011-12-091-0/+1
| * | | typeParams now performs one more completionEugene Burmako2011-12-121-0/+4
| |/ /
* / / Added per-file stats to -Dscala.timings.Paul Phillips2011-12-091-2/+26
|/ /
* | Merge remote-tracking branches 'VladUreche/issue/5054' and 'jsuereth/dont_res...Paul Phillips2011-12-0814-27/+48
|\|
| *---. Merge remote-tracking branches 'soc/SI-4990', 'fedgehog/docs_fix_for_scala.Ei...Paul Phillips2011-12-073-7/+10
| |\ \ \
| | | | * Fix reflective toolbox producing invalid bytecodeEugene Burmako2011-12-071-3/+4
| | | |/
| | * / Migration message and version cleanupSimon Ochsenreither2011-12-072-4/+6
| | |/
| * | Merge remote-tracking branch 'kepler/topic/reflectivecompiler' into developPaul Phillips2011-12-071-0/+6
| |\ \
| | * | Reflective compiler now crashes properlyEugene Burmako2011-12-071-0/+6
| * | | More warnings eliminations.Paul Phillips2011-12-0711-20/+32
| | |/ | |/|
* / | Fixed #5054, #5287Vlad Ureche2011-12-082-9/+13
|/ /
* | Merge remote-tracking branch 'soc/scaladoc-spacing' into developPaul Phillips2011-12-061-4/+3
|\ \
| * | Fixes the annoying spaces between name, type params and params in ScalaDoc.Simon Ochsenreither2011-12-061-4/+3
* | | Fix documentation stutters.Blair Zajac2011-12-069-9/+9
| |/ |/|
| |
| \
*-. \ Merge remote-tracking branches 'kepler/topic/dumpclasses' and 'joshmarcus/col...Paul Phillips2011-12-053-3/+25
|\ \ \
| * | | -Ydump-classes: the option to dump the generated bytecodeluajalla2011-12-053-3/+25
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'kepler/topic/reifycopypaste' and 'kepler/topi...Paul Phillips2011-12-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | A minor fix to -Yreify-copypaste.Eugene Burmako2011-12-051-1/+1
| |/ / /
* | | | Don't generate redundant interfaces.Paul Phillips2011-12-051-1/+13
* | | | Fix path mangling for 'scala' shell script on MinGW/MSYS.Stefan Zeiger2011-12-051-5/+17
|/ / /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'kepler/topic/reifyclasses' and 'ijuma/feature...Paul Phillips2011-12-044-2/+16
|\ \ \ \
| * | | | Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-044-2/+16
* | | | | Tweaked ident suggestions.Paul Phillips2011-12-043-18/+16
|/ / / /
* | | | Added -Ysuggest-idents.Paul Phillips2011-12-034-15/+94
* | | | Eliminated redundant error message.Paul Phillips2011-12-031-5/+3
|/ / /
* | | Revert "Fixes the annoying spaces between name, type params and params in Sca...Paul Phillips2011-12-021-3/+4
* | | Fixes the annoying spaces between name, type params and params in ScalaDoc.Simon Ochsenreither2011-12-021-4/+3
| |/ |/|