about summary refs log tree commit diff
path: root/src/test/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11331/+0
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-18/+18
2023-01-06Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener...Michael Goulet-1/+1
2023-01-06use smaller spans for missing lifetime/generic argsTakayuki Maeda-1/+1
2023-01-05Suggests adding named lifetime when the return contains value borrowed from m...yanchen4791-31/+3
2023-01-04Rollup merge of #106478 - estebank:tweak-fn-mismatch, r=compiler-errorsMichael Goulet-1/+1
2023-01-04Rollup merge of #105846 - compiler-errors:issue-105838, r=jackh726Michael Goulet-0/+60
2023-01-05Tweak wording of fn call with wrong number of argsEsteban Küber-1/+1
2022-12-30Suppress errors due to TypeError not coercing with inference variablesMichael Goulet-12/+4
2022-12-17Account for RPITITs in opt_suggest_box_spanMichael Goulet-0/+60
2022-12-15Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obkMatthias Krüger-4/+0
2022-12-15Trim paths in E0599Esteban Küber-16/+16
2022-12-14Tweak output for bare `dyn Trait` in argumentsEsteban Küber-4/+0
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-2/+2
2022-12-13review commentsEsteban Küber-3/+3
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-3/+3
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-1/+1
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of rely...Oli Scherer-1/+1
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-12/+2
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-2/+2
2022-12-06Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obkMatthias Krüger-0/+28
2022-12-05Tweak "the following other types implement trait"Esteban Küber-9/+4
2022-12-04Recurse into nested impl-trait when computing variance.Camille GILLOT-0/+28
2022-12-04Use parent function WfCheckingContext to check RPITIT.Camille GILLOT-0/+24
2022-11-28Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obkMatthias Krüger-0/+66
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-5/+5
2022-11-26Ignore bivariant parameters in test_type_match.Camille GILLOT-0/+66
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-46/+59
2022-11-22Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholkDylan DPC-0/+29
2022-11-22Delay bug to deduplicate diagnosticsMichael Goulet-11/+1
2022-11-22Check generics parity between impl and trait before collecting RPITITsMichael Goulet-0/+39
2022-11-22Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkovMatthias Krüger-0/+41
2022-11-21Allow opaque types in trait impl headers and rely on coherence to reject unso...Oli Scherer-46/+59
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-10/+151
2022-11-20Move testsCaio-0/+41
2022-11-19Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-...Matthias Krüger-6/+6
2022-11-19Improve spans for RPITIT object-safety errorsMichael Goulet-6/+6
2022-11-18Add testMichael Goulet-0/+47
2022-11-15Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obkMatthias Krüger-0/+15
2022-11-13Create bidirectional bounds between original and duplicated parameters.Camille GILLOT-4/+1
2022-11-12Make impl_trait_projections a feature gate.Camille GILLOT-2/+146
2022-11-12Bless ui tests.Camille GILLOT-4/+4
2022-11-12Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPCbors-0/+135
2022-11-11Visit opaque types during type collection too.Camille GILLOT-228/+25
2022-11-11Resolve lifetimes using the regular logic for RPIT.Camille GILLOT-25/+202
2022-11-10Deduce closure signature from TAIT supertraitsMichael Goulet-0/+15
2022-11-09Emit error in `collecting_trait_impl_trait_tys` on mismatched signaturesNilstrieb-0/+135
2022-11-08Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiserManish Goregaokar-0/+102
2022-11-08selection failure: recompute applicable implslcnr-5/+8
2022-11-01Fix ICE in default impl error reportingMichael Goulet-0/+49