summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Lift Some, None, Nil, Left, Right not just supertypesDenys Shabalin2014-01-161-1/+38
* Repairs unexpected failure of test t6200.scalaRex Kerr2014-01-151-3/+3
* Merge pull request #3318 from rklaehn/issue/6196Ichoran2014-01-152-0/+136
|\
| * SI-6200 - HashMap should implement filterRüdiger Klaehn2014-01-151-0/+68
| * SI-6196 - Set should implement filterRüdiger Klaehn2014-01-151-0/+68
* | Merge pull request #3316 from Ichoran/topic/big-decimal-correctnessAdriaan Moors2014-01-154-19/+39
|\ \
| * | Quasi-comprehensive BigDecimal soundness/correctness fix.Rex Kerr2014-01-144-19/+39
* | | Merge pull request #3304 from non/bug/stream-flatten2-8100Adriaan Moors2014-01-152-0/+9
|\ \ \
| * | | SI-8100 - prevent possible SOE during Stream#flatten.Erik Osheim2013-12-242-0/+9
* | | | Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-152-2/+2
|\ \ \ \
| * | | | SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-092-2/+2
* | | | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-156-0/+39
|\ \ \ \ \
| * | | | | SI-8015 Unprintables in messagesSom Snytt2014-01-081-1/+1
| * | | | | SI-8015 Count lines by EOLsSom Snytt2014-01-086-0/+39
| |/ / / /
* | | | | Merge pull request #3260 from soc/SI-8035Adriaan Moors2014-01-1521-165/+217
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-0921-165/+217
| |/ / /
* | | | Merge pull request #3321 from VladimirNik/sprinterJason Zaugg2014-01-151-2/+2
|\ \ \ \
| * | | | Variance annotations printingVladimirNik2014-01-011-2/+2
* | | | | Merge pull request #3369 from retronym/ticket/8132Grzegorz Kossakowski2014-01-151-0/+5
|\ \ \ \ \
| * | | | | SI-8132 Fix false "overrides nothing" for case class protected paramJason Zaugg2014-01-151-0/+5
* | | | | | Merge pull request #3315 from rklaehn/issue/7326Ichoran2014-01-151-0/+64
|\ \ \ \ \ \
| * | | | | | Implements specialized subsetOf for HashSetRüdiger Klaehn2014-01-141-0/+64
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-156-0/+119
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-142-0/+86
| * | | | | SI-8146 Test cases for typechecking decidabilityJason Zaugg2014-01-144-0/+33
| | |/ / / | |/| | |
* | | | | Merge pull request #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-14245-673/+680
|\ \ \ \ \
| * | | | | prohibits constructor overloading for macro bundlesEugene Burmako2014-01-123-1/+17
| * | | | | changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-1225-89/+78
| * | | | | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-12235-620/+622
| |/ / / /
* | | | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-1318-47/+339
|\ \ \ \ \
| * | | | | SI-8128 Fix regression in extractors returning existentialsJason Zaugg2014-01-091-0/+15
| * | | | | SI-8045 type inference of extracted valuePaul Phillips2013-12-231-0/+17
| * | | | | SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-154-9/+32
| * | | | | SI-7897, SI-6675 improves name-based patmatPaul Phillips2013-12-1513-38/+275
* | | | | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-136-0/+88
|\ \ \ \ \ \
| * | | | | | SI-8046 Only use fast TypeRef#baseTypeSeq with concrete base typesJason Zaugg2013-12-104-0/+52
| * | | | | | SI-8046 Fix baseTypeSeq in presence of type aliasesJason Zaugg2013-12-092-0/+36
* | | | | | | Merge pull request #3184 from retronym/ticket/2066Adriaan Moors2014-01-135-0/+137
|\ \ \ \ \ \ \
| * | | | | | | SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-275-0/+137
* | | | | | | | 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-32/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8131 Move test for reflection thread safety to pending.Jason Zaugg2014-01-101-32/+0
| |/ / / / / / /
* | | | | | | | SI-8135 Disabled flaky hyperlinking presentation compiler testMirco Dotta2014-01-103-67/+0
* | | | | | | | Merge pull request #3124 from DarkDimius/fix-7443Adriaan Moors2014-01-091-0/+41
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-7443 Use typeclass instance for {Range,NumericRange}.sumDmitry Petrashko2013-12-291-0/+41
* | | | | | | | Merge pull request #3342 from xeno-by/topic/pres-compiler-macrosJason Zaugg2014-01-099-0/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-082-3/+2
| * | | | | | | | SI-8064 Automatic position repair for macro expansionJason Zaugg2014-01-086-0/+37
| * | | | | | | | Test to show the bug with hyperlinking in macro argumentsJason Zaugg2014-01-083-0/+31