aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2267 from dotty-staging/fix-constant-lazy-valsDmitry Petrashko2017-04-1910-0/+83
|\
| * Pruning branch of constant type condition.Nicolas Stucki2017-04-172-0/+13
| * Only allow constant type vals to be inlined.Nicolas Stucki2017-04-172-0/+23
| * Fix constant type val value inline in constructors.Nicolas Stucki2017-04-164-0/+35
| * Fix #2266: Do not replace constant type lazy vals with constant.Nicolas Stucki2017-04-152-0/+12
* | Add testMartin Odersky2017-04-181-0/+13
* | Render line and col in error message for clickabilityFelix Mulder2017-04-163-16/+16
|/
* Recurse into refined type when exposing membersAleksander Boruch-Gruszecki2017-04-132-3/+29
* Fix #2220: disable benchmarks, set run timeout to 30 secondsFelix Mulder2017-04-1310-35/+0
* Merge branch 'master' into fix-2253liu fengyun2017-04-133-0/+66
|\
| * Merge pull request #2256 from dotty-staging/fix-2254liu fengyun2017-04-131-0/+6
| |\
| * \ Merge pull request #2231 from dotty-staging/fix-#2230Guillaume Martres2017-04-131-0/+22
| |\ \
| | * | Fix #2230: Add regression test.Nicolas Stucki2017-04-121-0/+22
| * | | Merge pull request #2209 from dotty-staging/fix-#2152odersky2017-04-131-0/+7
| |\ \ \
| | * | | Fix #2152: Instantiate dependent result type parametersMartin Odersky2017-04-111-0/+7
| * | | | Revert <: Product requierment in pattern matchingOlivier Blanvillain2017-04-131-0/+37
* | | | | fix #2253: avoid exception with refinement typesliu fengyun2017-04-131-0/+7
| |_|_|/ |/| | |
* | | | fix #2254: dealias types in decomposition of spacesliu fengyun2017-04-131-0/+6
|/ / /
* | | Add ability to only compile run testsFelix Mulder2017-04-121-7/+0
* | | Implement meta tests suggested by @DarkDimiusFelix Mulder2017-04-125-0/+76
* | | Disable scalac internals testsFelix Mulder2017-04-127-0/+1
* | | Merge pull request #2229 from dotty-staging/sync-classfile-parserodersky2017-04-123-0/+32
|\ \ \ | |_|/ |/| |
| * | Disable t5293, benchmarks should not be run as testsGuillaume Martres2017-04-111-0/+0
| * | SI-9915 Utf8_info are modified UTF8Guillaume Martres2017-04-112-0/+32
* | | Merge pull request #2225 from dotty-staging/fix-#2192odersky2017-04-112-3/+21
|\ \ \ | |/ / |/| |
| * | Increase time limit for failing testMartin Odersky2017-04-111-3/+2
| * | Fix #2212: Avoid imports in the wrong namespaceMartin Odersky2017-04-111-0/+19
* | | Merge pull request #2228 from dotty-staging/fix-#2218odersky2017-04-111-0/+9
|\ \ \
| * | | Add fullyDefinedType for class parent typesMartin Odersky2017-04-111-0/+9
| | |/ | |/|
* | | Merge pull request #2216 from dotty-staging/fix-2163odersky2017-04-111-0/+21
|\ \ \ | |/ / |/| |
| * | Remove check fileMartin Odersky2017-04-111-1/+0
| * | Handle supercalls in inner classes correctlyMartin Odersky2017-04-111-2/+14
| * | add missing printliu fengyun2017-04-111-1/+1
| * | fix #2163: don't narrow liftedOwner if symbol is InSuperCallliu fengyun2017-04-112-0/+10
* | | Fix #2219: Fix type applications on WildcardTypeGuillaume Martres2017-04-111-0/+7
|/ /
* | Merge pull request #1938 from dotty-staging/named-based-patmatFelix Mulder2017-04-116-0/+111
|\ \
| * | Add testsOlivier Blanvillain2017-04-066-0/+111
* | | Merge pull request #2215 from dotty-staging/#2142odersky2017-04-111-0/+28
|\ \ \
| * | | Skolemize arguments to dependent methods as necessary.Martin Odersky2017-04-101-0/+28
* | | | Merge pull request #2197 from dotty-staging/add-enum-exhaustivenessodersky2017-04-1010-5/+98
|\ \ \ \
| * | | | add more enum exhaustivity testsliu fengyun2017-04-063-0/+77
| * | | | exhaustivity support for enumsliu fengyun2017-04-066-5/+17
| * | | | Add child annotations for enum valuesMartin Odersky2017-04-061-0/+4
| | |/ / | |/| |
* | | | Merge pull request #2206 from dotty-staging/fix-#2198odersky2017-04-101-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #2198: Don't widen module singletonsMartin Odersky2017-04-091-0/+6
* | | | Merge pull request #2207 from dotty-staging/fix-#2188Nicolas Stucki2017-04-091-0/+5
|\ \ \ \
| * | | | Fix #2188: Do cbn transform also on SelectsMartin Odersky2017-04-091-0/+5
| |/ / /
* | | | Merge pull request #2208 from dotty-staging/fix-#2192Guillaume Martres2017-04-091-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix #2192: Fullow supertypes when determining whether an expect type is a fun...Martin Odersky2017-04-091-0/+7
| |/ /
* | | Merge pull request #2205 from dotty-staging/fix-#2220odersky2017-04-092-0/+10
|\ \ \ | |/ / |/| |