summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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-152-2/+817
|\ \
| * | toCode renamed to showCodeVladimirNik2014-01-131-2/+2
| * | Annotated trees processing is modifiedVladimirNik2014-01-071-0/+29
| * | Tests for ParsedTreePrinterVladimirNik2014-01-051-0/+786
| * | 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/+0
| * | | | | 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 #3355 from xeno-by/topic/saturday-nightJason Zaugg2014-01-14262-704/+711
|\ \ \ \ \
| * | | | | 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-12252-651/+653
| |/ / / /
* | | | | Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-1319-47/+357
|\ \ \ \ \
| * | | | | SI-8128 Fix regression in extractors returning existentialsJason Zaugg2014-01-092-0/+33
| * | | | | 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 #3361 from adriaanm/pr3303-testAdriaan Moors2014-01-131-0/+16
|\ \ \ \ \ \
| * | | | | | SI-6615 junit testAdriaan Moors2014-01-131-0/+16
* | | | | | | Merge pull request #3242 from retronym/ticket/8046Adriaan Moors2014-01-137-0/+110
|\ \ \ \ \ \ \
| * | | | | | | SI-8046 Only use fast TypeRef#baseTypeSeq with concrete base typesJason Zaugg2013-12-104-1/+34
| * | | | | | | Pending test for SI-6161Jason Zaugg2013-12-091-0/+22
| * | | | | | | SI-8046 Fix baseTypeSeq in presence of type aliasesJason Zaugg2013-12-093-0/+55
* | | | | | | | Merge pull request #3184 from retronym/ticket/2066Adriaan Moors2014-01-135-0/+121
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-275-0/+121
* | | | | | | | 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
| |/ / / / / / /
* | | | | | | | SI-8135 Disabled flaky hyperlinking presentation compiler testMirco Dotta2014-01-103-0/+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-0913-1/+94
|\ \ \ \ \ \ \ \
| * | | | | | | | Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-086-4/+29
| * | | | | | | | 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
* | | | | | | | | Merge pull request #3332 from xeno-by/topic/existential-type-treeJason Zaugg2014-01-091-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ExistentialTypeTree.whereClauses are now MemberDefsEugene Burmako2014-01-071-1/+1
* | | | | | | | | | Merge pull request #3149 from soc/SI-7974Jason Zaugg2014-01-093-0/+130
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7974 Clean up and test 'Symbol-handling code in CleanUpSimon Ochsenreither2014-01-033-0/+130
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |