summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1206 from paulp/issue/6283Grzegorz Kossakowski2012-08-291-0/+2
|\
| * Fix for SI-6283, no abstract value classes.Paul Phillips2012-08-281-0/+2
* | Merge pull request #1193 from VladUreche/issue/scaladoc-anchorGrzegorz Kossakowski2012-08-291-1/+5
|\ \ | |/ |/|
| * SI-6280 Scaladoc: Reloading preserves anchorsVlad Ureche2012-08-251-1/+5
* | Merge pull request #1188 from retronym/ticket/6272Josh Suereth2012-08-281-1/+1
|\ \
| * | SI-6272 Support lazy vals defined in try in template.Jason Zaugg2012-08-241-1/+1
| |/
* | Merge pull request #1185 from paulp/210-updateConservePaul Phillips2012-08-281-15/+21
|\ \
| * | Eliminated a metric ton of allocations.Paul Phillips2012-08-231-15/+21
| |/
* / SI-6281 macroArgs for defs with implicit argsEugene Burmako2012-08-251-7/+5
|/
* Merge pull request #1182 from paulp/issue/1987Josh Suereth2012-08-231-2/+7
|\
| * Improved fix for SI-1987, overloading in package objects.Paul Phillips2012-08-221-2/+7
* | exposes absTypeTag and absTypeOfEugene Burmako2012-08-211-0/+2
|/
* Fix for SI-6264, crash in checkCheckable.Paul Phillips2012-08-211-8/+11
* Reverted closure hoisting except for functions returning a Boolean resultMartin Odersky2012-08-208-22/+22
* Made all statistic code disappear unless built with Statistics.canEnable = trueMartin Odersky2012-08-206-76/+76
* Optimizations to SymTree and transformMartin Odersky2012-08-201-1/+1
* Make Array creation more efficient in hot places.Grzegorz Kossakowski2012-08-203-1/+23
* Optimizations to cut down on #closures createdMartin Odersky2012-08-202-2/+8
* Made hashCode a method on Type to avoid megamorphic dispatchMartin Odersky2012-08-201-15/+10
* Optimization to atOwnerMartin Odersky2012-08-202-8/+16
* More method splittingMartin Odersky2012-08-205-466/+591
* Method splitting for erasure, genJVM, parsers, scanners, uncurryMartin Odersky2012-08-205-556/+655
* Second part of typed1 optimizationMartin Odersky2012-08-201-280/+349
* First half of typed1 reorganization, to make it smaller and faster.Martin Odersky2012-08-201-111/+141
* Splitting large methods into smaller ones.Martin Odersky2012-08-201-432/+482
* More method hoisting.Martin Odersky2012-08-2010-38/+41
* Compilespeed improvements: Exists arguments and othersMartin Odersky2012-08-203-3/+7
* Merge pull request #1159 from scalamacros/topic/cleanupJosh Suereth2012-08-197-302/+233
|\
| * pull request feedbackEugene Burmako2012-08-194-91/+83
| * cleanup for macroExpandEugene Burmako2012-08-185-260/+199
* | Merge pull request #1162 from paulp/aug19-scala-graphPaul Phillips2012-08-181-1/+1
|\ \
| * | Fix for community build blocker.Paul Phillips2012-08-181-1/+1
* | | SI-5788 correct test and symbol updateVlad Ureche2012-08-191-2/+3
|/ /
* | Merge pull request #1154 from hubertp/2.10.x-issue/5676-fixPaul Phillips2012-08-172-2/+2
|\ \ | |/ |/|
| * Use rawflags for checking FINAL flag.Hubert Plociniczak2012-08-172-2/+2
* | Merge pull request #1151 from scalamacros/topic/cleanupEugene Burmako2012-08-173-401/+326
|\ \
| * | more cleanup for typedMacroBodyEugene Burmako2012-08-172-237/+186
| * | shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-173-267/+258
| * | removes dead codeEugene Burmako2012-08-161-20/+5
| |/
* | Merge pull request #1146 from paulp/topic/coloncolon-allocationsPaul Phillips2012-08-1726-140/+140
|\ \
| * | Hunting down eliminable :: allocations.Paul Phillips2012-08-1726-141/+141
| |/
* | Fixes SI-6236.Aleksandar Prokopec2012-08-172-3/+14
* | Fixes SI-6189.Aleksandar Prokopec2012-08-172-3/+8
* | Absolutize tools.nsc => scala.tools.nsc.Paul Phillips2012-08-173-5/+5
|/
* Merge pull request #1141 from VladUreche/issue/asmVlad Ureche2012-08-161-56/+81
|\
| * Fixes backend crash due to incorrect consumedTypesVlad Ureche2012-08-151-56/+81
* | Merge pull request #1145 from scalamacros/topic/cleanupEugene Burmako2012-08-1627-232/+115
|\ \
| * | pull request feedbackEugene Burmako2012-08-161-1/+1
| * | more macro cleanupEugene Burmako2012-08-161-39/+11
| * | further cleanup of transformTypeTagEvidenceParamsEugene Burmako2012-08-151-14/+23