summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1235 from paulp/topic/beautify-typedPaul Phillips2012-09-021-140/+51
|\
| * Formatting cleanup in def typed.Paul Phillips2012-09-011-140/+51
* | Merge pull request #1202 from scalamacros/topic/reflectionPaul Phillips2012-09-023-8/+4
|\ \
| * | removes AbstractFileApiEugene Burmako2012-08-271-5/+0
| * | Exposes ToolBox.classLoaderEugene Burmako2012-08-272-3/+4
* | | Merge pull request #1231 from paulp/issue/6273Josh Suereth2012-09-022-3/+7
|\ \ \
| * | | Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-012-3/+7
| | |/ | |/|
* | | Better errors for Any/AnyRef issues.Paul Phillips2012-09-012-42/+78
* | | Fix for SI-6263, futile adaptation.Paul Phillips2012-09-011-2/+6
* | | Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-011-1/+10
|/ /
* | Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-011-1/+2
|\ \
| * | Fix for SI-6034, covariant value classes.Paul Phillips2012-08-311-1/+2
* | | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-011-2/+8
|\ \ \
| * | | Fix SI-4581.Aleksandar Prokopec2012-08-271-2/+8
| | |/ | |/|
* | | More useful -Xlog-implicits output.Jason Zaugg2012-09-011-4/+4
| |/ |/|
* | Merge pull request #1212 from dragos/topic/worksheet-instrumenterJosh Suereth2012-08-302-5/+12
|\ \
| * | Two fixes for the worksheet instrumenterMartin Odersky2012-08-292-5/+12
* | | Merge pull request #1209 from odersky/ticket/6227Josh Suereth2012-08-301-0/+13
|\ \ \ | |/ / |/| |
| * | Closes SI-6227Martin Odersky2012-08-291-0/+13
* | | 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
|\ \