summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removes non-determinism in reflection-sync-potpourriEugene Burmako2014-01-211-1/+1
* FromJavaClassCompleter is now flag-agnosticEugene Burmako2014-01-201-8/+10
* Revert "synchronizes pendingVolatiles"Eugene Burmako2014-01-205-18/+7
* a note about Symbol.typeSignatureEugene Burmako2014-01-201-0/+7
* Merge pull request #3323 from rklaehn/topic/hashset-comment-cleanup-2Ichoran2014-01-142-12/+0
|\
| * Removes TODO comments that are no longer applicableRĂ¼diger Klaehn2014-01-042-12/+0
* | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-14295-972/+834
|\ \
| * | removes Scala reflection-based macro runtimeEugene Burmako2014-01-122-35/+2
| * | prohibits constructor overloading for macro bundlesEugene Burmako2014-01-126-6/+32
| * | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-1234-251/+108
| * | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-12280-748/+760
* | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-1330-355/+825
|\ \ \
| * | | Fix infinite recursion in name-based patmat.Paul Phillips2014-01-091-1/+3
| * | | Merge pull request #13 from retronym/ticket/8128Paul Phillips2014-01-093-4/+44
| |\ \ \
| | * | | SI-8128 Fix regression in extractors returning existentialsJason Zaugg2014-01-093-4/+44
| |/ / /
| * | | Finalized some case classes, for better static checking.Paul Phillips2013-12-311-5/+5
| * | | Eliminated some dead/redundant code based on review.Paul Phillips2013-12-313-51/+7
| * | | SI-8045 type inference of extracted valuePaul Phillips2013-12-231-0/+17
| * | | SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-158-18/+53
| * | | SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-1523-303/+723
* | | | Merge pull request #3361 from adriaanm/pr3303-testAdriaan Moors2014-01-131-0/+16
|\ \ \ \
| * | | | SI-6615 junit testAdriaan Moors2014-01-131-0/+16
* | | | | Merge pull request #3247 from soc/SI-8058-enumsAdriaan Moors2014-01-1311-15/+44
|\ \ \ \ \
| * | | | | SI-8058 Better support for enum treesSimon Ochsenreither2014-01-0411-15/+44
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3334 from som-snytt/issue/4841-helpAdriaan Moors2014-01-132-6/+7
|\ \ \ \ \
| * | | | | SI-4841 CLI help update for -XpluginSom Snytt2014-01-072-6/+7
| |/ / / /
* | | | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-139-4/+124
|\ \ \ \ \
| * | | | | SI-8046 Only use fast TypeRef#baseTypeSeq with concrete base typesJason Zaugg2013-12-105-3/+45
| * | | | | Pending test for SI-6161Jason Zaugg2013-12-091-0/+22
| * | | | | SI-8046 Fix baseTypeSeq in presence of type aliasesJason Zaugg2013-12-094-2/+58
* | | | | | Merge pull request #3184 from retronym/ticket/2066Adriaan Moors2014-01-136-2/+135
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-276-2/+135
* | | | | | Merge pull request #3303 from Ichoran/issue/6615Adriaan Moors2014-01-131-1/+4
|\ \ \ \ \ \
| * | | | | | SI-6615 PagedSeq's slice throws a NPE if it starts on a page that hasn't been...Rex Kerr2013-12-311-1/+4
* | | | | | | Merge pull request #3302 from Ichoran/issue/6364Adriaan Moors2014-01-131-0/+6
|\ \ \ \ \ \ \
| * | | | | | | SI-6364 SetWrapper does not preserve performance / behaviorRex Kerr2013-12-311-0/+6
| |/ / / / / /
* | | | | | | Merge pull request #3290 from soc/SI-7680Adriaan Moors2014-01-132-16/+49
|\ \ \ \ \ \ \
| * | | | | | | SI-7680 Update the ScalaDoc entry page of the Scala librarySimon Ochsenreither2013-12-192-16/+49
* | | | | | | | Merge pull request #3335 from swartzrock/masterIchoran2014-01-124-45/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixes #3330 with Scaladoc changes onlyJason Swartz2014-01-074-45/+42
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #3346 from retronym/ticket/8129Grzegorz Kossakowski2014-01-122-7/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8129 Plug a leak in perRunCachesJason Zaugg2014-01-102-7/+12
* | | | | | | | | Merge pull request #3351 from xeno-by/topic/fix-platform-dependent-testJason Zaugg2014-01-101-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fixes run/macroPlugins-namerHooks.scalaEugene Burmako2014-01-101-3/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #3350 from retronym/ticket/8131Jason Zaugg2014-01-101-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8131 Move test for reflection thread safety to pending.Jason Zaugg2014-01-101-0/+0
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3349 from dotta/issue/disable-context-bound-test-8135Jason Zaugg2014-01-103-0/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-8135 Disabled flaky hyperlinking presentation compiler testMirco Dotta2014-01-103-0/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #3124 from DarkDimius/fix-7443Adriaan Moors2014-01-093-6/+89
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-293-6/+89