summary refs log tree commit diff
path: root/tests/ui/traits
AgeCommit message (Expand)AuthorLines
2023-01-20Rollup merge of #107061 - compiler-errors:new-solver-new-candidates-3, r=lcnrMichael Goulet-0/+64
2023-01-20Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnrbors-25/+70
2023-01-19trait solver: Implement Fn traits and tuple traitMichael Goulet-0/+28
2023-01-19trait solver: PointerSizedMichael Goulet-0/+36
2023-01-15Rollup merge of #106072 - eopb:dyn-derive, r=estebankMatthias Krüger-0/+35
2023-01-14fix: misleading add `dyn` to derive macro suggestionEthan Brierley-0/+35
2023-01-14Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errorsMatthias Krüger-0/+169
2023-01-14Rollup merge of #106752 - sulami:master, r=estebankMatthias Krüger-0/+7
2023-01-14Add note when `FnPtr` vs. `FnDef` impl traitkadmin-1/+73
2023-01-13Delay normalization bugs instead of reporting themMichael Goulet-25/+15
2023-01-13Rebase and move UI testsMichael Goulet-0/+55
2023-01-13Add testsEsteban Küber-0/+164
2023-01-13Keep obligation chain when elaborating obligationsEsteban Küber-0/+5
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-3/+8
2023-01-13Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebankYuki Okushi-10/+10
2023-01-13Emit a hint for bad call return types due to generic argumentsRobin Schroer-0/+7
2023-01-12Only point at impl self ty in WF if trait predicate shares self tyMichael Goulet-2/+2
2023-01-12Render missing generics suggestion verboselyMichael Goulet-18/+36
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet-10/+10
2023-01-12Point at HIR types when impl trait ref doesn't normalizeMichael Goulet-2/+2
2023-01-12Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obkMatthias Krüger-0/+20
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-3/+8
2023-01-11Filter impl and where-clause candidates that reference errorsMichael Goulet-0/+20
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-8/+30
2023-01-11Move /src/test to /testsAlbert Larsan-0/+18174