summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1151 from scalamacros/topic/cleanupEugene Burmako2012-08-175-402/+347
|\
| * more cleanup for typedMacroBodyEugene Burmako2012-08-174-245/+197
| * shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-175-268/+276
| * 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-172-3/+14
* | | Fixes SI-6189.Aleksandar Prokopec2012-08-172-3/+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-161-0/+12
|\ \ | |/ |/|
| * Fix SI-6208. mutable.Queue now returns mutable.Queue for collection methods ...Josh Suereth2012-08-081-0/+12
* | 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-1666-513/+232
|\ \ \
| * | | 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-151-44/+14
| * | | 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-1565-399/+161
| * | | 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-146-18/+36
|\ \ \ \
| * | | | Add Scaladoc flag to specify hidden implicit conversionsingoem2012-08-146-18/+36
* | | | | 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-143-250/+315
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | accommodated the feedback for the pull requestEugene Burmako2012-08-142-142/+119
| * | | | macro implementations must be publicEugene Burmako2012-08-131-0/+2
| * | | | SI-5940 impls are no longer in macro def picklesEugene Burmako2012-08-132-161/+257
| * | | | 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-131-4/+3
|\ \ \ \ \ \
| * | | | | | Move side-effecting call out of debuglog(). Fixes SI-6223.Erik Osheim2012-08-131-4/+3
| |/ / / / /
* | | | | | Merge pull request #1100 from adriaanm/ticket-6022bJosh Suereth2012-08-131-96/+126
|\ \ \ \ \ \
| * | | | | | SI-6022 cleaner model of variable equality modulo <:Adriaan Moors2012-08-091-38/+73
| * | | | | | SI-6022 refactor to clean up model of variable equality modulo <:Adriaan Moors2012-08-091-94/+89
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1102 from phaller/partest-local-flagsJosh Suereth2012-08-131-1/+12
|\ \ \ \ \ \
| * | | | | | Support per-group flags files in partestphaller2012-08-091-1/+12