summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-6200 - HashMap should implement filterRüdiger Klaehn2014-01-152-0/+190
* SI-6196 - Set should implement filterRüdiger Klaehn2014-01-152-0/+189
* Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-154-131/+1502
|\
| * toCode renamed to showCodeVladimirNik2014-01-133-5/+5
| * Code cleanup based on pull request commentsVladimirNik2014-01-071-65/+56
| * Annotated trees processing is modifiedVladimirNik2014-01-072-22/+46
| * Printers code refactoring and cleanupVladimirNik2014-01-051-251/+188
| * Tests for ParsedTreePrinterVladimirNik2014-01-051-0/+786
| * toCode is added to PrintersVladimirNik2014-01-052-0/+634
| * val showOuterTests is removedVladimirNik2014-01-011-6/+0
| * Variance annotations printingVladimirNik2014-01-012-2/+7
* | Merge pull request #3369 from retronym/ticket/8132Grzegorz Kossakowski2014-01-152-1/+6
|\ \
| * | SI-8132 Fix false "overrides nothing" for case class protected paramJason Zaugg2014-01-152-1/+6
* | | Merge pull request #3315 from rklaehn/issue/7326Ichoran2014-01-152-1/+184
|\ \ \
| * | | Improved documentation of HashTrieSet internalsRüdiger Klaehn2014-01-141-0/+36
| * | | Implements specialized subsetOf for HashSetRüdiger Klaehn2014-01-142-1/+148
* | | | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-158-15/+130
|\ \ \ \
| * | | | SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-144-15/+11
| * | | | SI-8146 Test cases for typechecking decidabilityJason Zaugg2014-01-144-0/+33
| * | | | SI-8146 Pending test, diagnosis for bug in decidability of <:<Jason Zaugg2014-01-142-0/+86
| | |/ / | |/| |
* | | | 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
| | |_|_|_|_|_|/ | |/| | | | | |