aboutsummaryrefslogtreecommitdiff
path: root/tests/pos
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #2225 from dotty-staging/fix-#2192odersky2017-04-111-0/+19
|\ \
| * | Fix #2212: Avoid imports in the wrong namespaceMartin Odersky2017-04-111-0/+19
* | | Add fullyDefinedType for class parent typesMartin Odersky2017-04-111-0/+9
| |/ |/|
* | Fix #2219: Fix type applications on WildcardTypeGuillaume Martres2017-04-111-0/+7
* | Merge pull request #1938 from dotty-staging/named-based-patmatFelix Mulder2017-04-111-0/+7
|\ \
| * | Add testsOlivier Blanvillain2017-04-061-0/+7
* | | 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
|\ \ \ | |/ / |/| |
| * | Tweak logic for hk type comparisonsMartin Odersky2017-04-092-0/+10
| |/
* / Fix #2201: Less aggressive type application reduction for better inferenceGuillaume Martres2017-04-083-0/+33
|/
* Merge pull request #1958 from dotty-staging/add-enumodersky2017-04-061-0/+14
|\
| * New test caseMartin Odersky2017-04-041-0/+14
* | Merge pull request #2025 from dotty-staging/fix-2024Nicolas Stucki2017-04-052-1/+5
|\ \
| * | Remove name clash in test.Dmitry Petrashko2017-03-131-1/+1
| * | Check that #2024 is fixed.Dmitry Petrashko2017-03-081-0/+4
* | | checkNoPrivateLeaks: Do not allow types to refer to leaky aliasesGuillaume Martres2017-04-042-1/+15
| |/ |/|
* | Move varargs tests to top-level pos and negFelix Mulder2017-03-292-0/+0
* | Fix i851.java not being valid javaFelix Mulder2017-03-291-1/+1
* | Fix varargs in methods and constructors (#2135)Igor Mielientiev2017-03-222-0/+6
* | Better type inference in harmonizeUnionGuillaume Martres2017-03-181-0/+34
* | Reduce type lambdas even if variance changesGuillaume Martres2017-03-161-0/+3
* | Merge pull request #2096 from dotty-staging/fix-i2051Dmitry Petrashko2017-03-151-0/+9
|\ \
| * | add more testsliu fengyun2017-03-141-0/+7
| * | fix #2051: allow override T with => T or ()Tliu fengyun2017-03-141-0/+2
* | | Test casesMartin Odersky2017-03-141-0/+15
* | | fix #2071: handle HKApply in SAMTypeliu fengyun2017-03-141-0/+7
|/ /
* | Merge pull request #2080 from dotty-staging/fix#-2066odersky2017-03-121-0/+15
|\ \
| * | Fix #2066: Don't qualify private members in SelectionProto's...Martin Odersky2017-03-121-0/+15
* | | Add original test case of #360Martin Odersky2017-03-121-0/+6
* | | Fix #1569: Improve avoidance algorithmMartin Odersky2017-03-121-0/+6
|/ /
* | Merge pull request #2070 from dotty-staging/fix/erasedLubodersky2017-03-091-0/+15
|\ \
| * | Fix bug in erasedLub leading to incorrect signaturesGuillaume Martres2017-03-081-0/+15
* | | Merge pull request #2068 from dotty-staging/fix-#2064odersky2017-03-091-0/+15
|\ \ \
| * | | Fix #2064: Avoid illegal types in OrDominatorMartin Odersky2017-03-081-0/+15
| | |/ | |/|
* | | Merge pull request #2045 from dotty-staging/fix-hlist-hmapodersky2017-03-093-0/+76
|\ \ \
| * | | More testsMartin Odersky2017-03-022-0/+42
| * | | Move depmeth tests back to pendingMartin Odersky2017-03-012-149/+0
| * | | Re-instantiate depmeth testsMartin Odersky2017-02-283-0/+183
* | | | Drop special case around Function1Martin Odersky2017-03-083-91/+1
* | | | Disallow subtypes of Function1 acting as implicit conversionsMartin Odersky2017-03-081-0/+3
| |_|/ |/| |
* | | Disable most tests that depend on scala-reflectGuillaume Martres2017-03-083-46/+0
| |/ |/|
* | Fix #2056: Backend crash when inlined method contains tryGuillaume Martres2017-03-071-0/+13
|/
* Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-231-0/+41
|\