about summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2023-02-03Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obkDylan DPC-2/+2
2023-02-02Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebankMatthias Krüger-20/+0
2023-02-02Don't cause a cycle when formatting query description that references a FnDefMichael Goulet-2/+2
2023-01-30Mention fn coercion rules (needs to be expanded)Esteban Küber-0/+2
2023-01-30Tweak use of trimmed pathsEsteban Küber-8/+8
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-2/+2
2023-01-30Modify primary span label for E0308Esteban Küber-23/+23
2023-01-27Bless tests.Camille GILLOT-13/+12
2023-01-27Test the 3 generator handling versions for generator/async tests.Camille GILLOT-21/+356
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-0/+3
2023-01-22Remove confusing 'while checking' note from opaque future type mismatchesMichael Goulet-20/+0
2023-01-21Label closure captures/generator locals that make opaque types recursiveMichael Goulet-0/+46
2023-01-18Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obkbors-0/+39
2023-01-15Tweak E0597Esteban Küber-0/+3
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-6/+5
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-4/+8
2023-01-11Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errorsMichael Goulet-4/+8
2023-01-12Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errorsMatthias Krüger-2/+7
2023-01-12Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errorsMatthias Krüger-4/+4
2023-01-11Hide more of long types in E0271Esteban Küber-4/+4
2023-01-11Make `&`-removal suggestion verboseEsteban Küber-4/+8
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-6/+5
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-3/+7
2023-01-11Conserve cause of `ImplDerivedObligation` in E0599Esteban Küber-2/+7
2023-01-11Do not filter substs in `remap_generic_params_to_declaration_params`.Camille GILLOT-0/+39
2023-01-11Move /src/test to /testsAlbert Larsan-0/+11331