summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make Stream.withFilter.{map,flatMap} run in constant stack spacePaolo Giarrusso2012-08-203-0/+51
* Merge pull request #1159 from scalamacros/topic/cleanupJosh Suereth2012-08-1917-311/+261
|\
| * pull request feedbackEugene Burmako2012-08-196-101/+87
| * cleanup for macroExpandEugene Burmako2012-08-1815-265/+229
* | Merge pull request #1162 from paulp/aug19-scala-graphPaul Phillips2012-08-183-1/+7
|\ \
| * | Fix for community build blocker.Paul Phillips2012-08-183-1/+7
* | | Merge pull request #1161 from VladUreche/issue/5788-hackPaul Phillips2012-08-182-5/+5
|\ \ \ | |/ / |/| |
| * | SI-5788 correct test and symbol updateVlad Ureche2012-08-192-5/+5
|/ /
* | 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 #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
|\ \ \ \ \ | |/ / / / |/| | | |