summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lift Some, None, Nil, Left, Right not just supertypesDenys Shabalin2014-01-162-5/+49
* Remove redundant asInstanceOf for liftableDen Shabalin2014-01-161-2/+1
* Merge pull request #3370 from Ichoran/topic/fix-t6200Ichoran2014-01-151-3/+3
|\
| * Repairs unexpected failure of test t6200.scalaRex Kerr2014-01-151-3/+3
|/
* Merge pull request #3318 from rklaehn/issue/6196Ichoran2014-01-154-0/+379
|\
| * 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 #3362 from som-snytt/issue/7544-scaladocAdriaan Moors2014-01-151-3/+2
|\ \
| * | SI-7544 StringContext.f docs updateSom Snytt2014-01-131-3/+2
* | | Merge pull request #3366 from Ichoran/issue/6457Adriaan Moors2014-01-154-6/+8
|\ \ \
| * | | SI-6457 ImmutableSetFactory.empty results in StackOverflowErrorRex Kerr2014-01-144-6/+8
* | | | Merge pull request #3316 from Ichoran/topic/big-decimal-correctnessAdriaan Moors2014-01-157-90/+674
|\ \ \ \
| * | | | Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-147-90/+674
* | | | | Merge pull request #3304 from non/bug/stream-flatten2-8100Adriaan Moors2014-01-153-8/+19
|\ \ \ \ \
| * | | | | SI-8100 - prevent possible SOE during Stream#flatten.Erik Osheim2013-12-243-8/+19
* | | | | | Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-1511-39/+18
|\ \ \ \ \ \
| * | | | | | SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-0911-39/+18
* | | | | | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-1510-35/+113
|\ \ \ \ \ \ \
| * | | | | | | SI-8015 Refactor per code reviewSom Snytt2014-01-132-27/+34
| * | | | | | | SI-8015 Carat => CaretVisitor2014-01-081-3/+5
| * | | | | | | SI-8015 Unprintables in messagesSom Snytt2014-01-083-4/+17
| * | | | | | | SI-8015 Count lines by EOLsSom Snytt2014-01-089-24/+80
| |/ / / / / /
* | | | | | | Merge pull request #3260 from soc/SI-8035Adriaan Moors2014-01-1522-178/+233
|\ \ \ \ \ \ \
| * | | | | | | SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-0922-178/+233
| |/ / / / / /
* | | | | | | Merge pull request #3317 from qerub/si-8107-add-regex-quoteAdriaan Moors2014-01-155-11/+18
|\ \ \ \ \ \ \
| * | | | | | | SI-8107: Use Regex.quoteChristoffer Sawicki2013-12-294-11/+10
| * | | | | | | SI-8107: Add Regex.quoteChristoffer Sawicki2013-12-291-0/+8
* | | | | | | | Merge pull request #3320 from Ichoran/issue/8081Adriaan Moors2014-01-151-2/+50
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-8081 unzip/unzip3 return wrong static type when applied to ArraysRex Kerr2014-01-141-2/+50
| | |_|_|/ / / | |/| | | | |
* | | | | | | 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
|\ \ \ \ \ \ \ \