summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1156 from paulp/last-no-successPaul Phillips2012-08-171-6/+12
|\ \ \ | |_|/ |/| |
| * | Restored lastNoSuccess to Parsers.Paul Phillips2012-08-171-6/+12
|/ /
* | Merge pull request #1151 from scalamacros/topic/cleanupEugene Burmako2012-08-1723-422/+392
|\ \
| * | more cleanup for typedMacroBodyEugene Burmako2012-08-1718-256/+233
| * | shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-179-277/+285
| * | removes dead codeEugene Burmako2012-08-161-20/+5
| |/
* | Merge pull request #1149 from paulp/topic/substmap210Grzegorz Kossakowski2012-08-171-6/+10
|\ \
| * | Optimization in SubstMap.Paul Phillips2012-08-161-6/+10
| |/
* | Merge pull request #1146 from paulp/topic/coloncolon-allocationsPaul Phillips2012-08-1736-182/+189
|\ \
| * | Hunting down eliminable :: allocations.Paul Phillips2012-08-1736-183/+190
* | | Fixes SI-6236.Aleksandar Prokopec2012-08-176-5/+46
* | | Fixes SI-6189.Aleksandar Prokopec2012-08-175-3/+68
* | | Merge pull request #1152 from paulp/topic/fix-relative-toolsPaul Phillips2012-08-174-8/+8
|\ \ \ | |/ / |/| |
| * | Absolutize tools.nsc => scala.tools.nsc.Paul Phillips2012-08-174-8/+8
|/ /
* | Merge pull request #1093 from jsuereth/fix/SI-6208-2.10.xPaul Phillips2012-08-162-0/+16
|\ \ | |/ |/|
| * Fix SI-6208. mutable.Queue now returns mutable.Queue for collection methods ...Josh Suereth2012-08-082-0/+16
* | Merge pull request #1141 from VladUreche/issue/asmVlad Ureche2012-08-164-56/+115
|\ \
| * | Fixes backend crash due to incorrect consumedTypesVlad Ureche2012-08-154-56/+115
* | | Merge pull request #1145 from scalamacros/topic/cleanupEugene Burmako2012-08-1674-513/+240
|\ \ \
| * | | 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
| * | | macroImplSigs => macroImplSigEugene Burmako2012-08-152-44/+15
| * | | Dominik's comments on api.MirrorsEugene Burmako2012-08-151-3/+3
| * | | phaseId(currentPeriod) >= erasurePhase.idEugene Burmako2012-08-151-3/+1
| * | | materializeImplicit and implicitsOfExpectedTypeEugene Burmako2012-08-151-10/+7
| * | | cleanup of reflection- and macro-related stuffEugene Burmako2012-08-1572-399/+168
| * | | adds the `skipPackage` attribute to ScaladocEugene Burmako2012-08-151-1/+12
| |/ /
* | | Merge pull request #1140 from soc/SI-6167Paul Phillips2012-08-151-0/+2
|\ \ \
| * | | SI-6167 Override SeqLike#isEmpty for better performanceSimon Ochsenreither2012-08-141-0/+2
| |/ /
* | | Merge pull request #1114 from scalamacros/topic/is-artifactPaul Phillips2012-08-1510-32/+38
|\ \ \ | |/ / |/| |
| * | HIDDEN => ARTIFACTEugene Burmako2012-08-1310-49/+55
* | | Merge pull request #1137 from scalamacros/topic/ensimeVlad Ureche2012-08-142-0/+28
|\ \ \
| * | | .ensime template for compiler developmentEugene Burmako2012-08-122-0/+28
* | | | Merge pull request #1136 from ingoem/scaladoc/implicits2.10Adriaan Moors2012-08-147-19/+37
|\ \ \ \
| * | | | Add Scaladoc flag to specify hidden implicit conversionsingoem2012-08-147-19/+37
* | | | | Merge pull request #1134 from adriaanm/patmat-miscAdriaan Moors2012-08-142-25/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | don't catch StackOverFlowError: kills performanceAdriaan Moors2012-08-141-24/+23
| * | | | don't crash on unsupported pattern -- diagnoseAdriaan Moors2012-08-142-1/+2
* | | | | Merge pull request #1101 from scalamacros/ticket/5940Josh Suereth2012-08-148-250/+373
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | accommodated the feedback for the pull requestEugene Burmako2012-08-142-142/+119
| * | | | macro implementations must be publicEugene Burmako2012-08-135-0/+19
| * | | | SI-5940 impls are no longer in macro def picklesEugene Burmako2012-08-133-161/+298
| * | | | Rewrite of transformTypeTagEvidenceParams.Paul Phillips2012-08-131-27/+17
* | | | | Merge pull request #1131 from paulp/topic/view-isemptyJosh Suereth2012-08-138-20/+36
|\ \ \ \ \
| * | | | | Fix for view isEmpty.Paul Phillips2012-08-138-20/+36
* | | | | | Merge pull request #1130 from non/si6223-2.10.xJosh Suereth2012-08-133-4/+18
|\ \ \ \ \ \
| * | | | | | Move side-effecting call out of debuglog(). Fixes SI-6223.Erik Osheim2012-08-133-4/+18
| |/ / / / /
* | | | | | Merge pull request #1100 from adriaanm/ticket-6022bJosh Suereth2012-08-132-96/+146
|\ \ \ \ \ \
| * | | | | | SI-6022 cleaner model of variable equality modulo <:Adriaan Moors2012-08-092-38/+93