summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | | | | 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
* | | | | | | Merge pull request #1121 from odersky/topic/inline2Vlad Ureche2012-08-131-1/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Added make not private logic for @inline accesses back to ExplicitOuter.Martin Odersky2012-08-111-1/+4
* | | | | | | Merge pull request #1125 from hubertp/2.10.x-issue/6214Josh Suereth2012-08-133-9/+12
|\ \ \ \ \ \ \
| * | | | | | | Fixes SI-6214.Hubert Plociniczak2012-08-123-9/+12
* | | | | | | | Merge pull request #1123 from paulp/topic/unpickle-resilience-2Josh Suereth2012-08-136-28/+74
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | More resilience to missing classes.Paul Phillips2012-08-116-28/+74
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1120 from paulp/ticket-6184-revisedJosh Suereth2012-08-112-18/+21
|\ \ \ \ \ \ \
| * | | | | | | A little less indirection.Paul Phillips2012-08-111-3/+2
| * | | | | | | SI-6184 don't introduce dummies in checkableTypeAdriaan Moors2012-08-092-18/+22
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1116 from scalamacros/topic/flags-againJosh Suereth2012-08-116-13/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | a follow up on e01ec05a1eEugene Burmako2012-08-106-13/+7
* | | | | | | Merge pull request #1107 from odersky/topic/leaner-statisticsJosh Suereth2012-08-111-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Removed hot statistics call in normal path.Martin Odersky2012-08-091-8/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1118 from scalamacros/ticket/6201Josh Suereth2012-08-113-3/+15
|\ \ \ \ \ \ \
| * | | | | | | SI-6201 minor fixes in key pointsEugene Burmako2012-08-113-3/+15
| | |/ / / / / | |/| | | | |