summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2024-08-26Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-...Matthias Krüger-6/+22
2024-08-26Tie `impl_trait_overcaptures` lint to Rust 2024Travis Cross-6/+22
2024-08-24Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errorsTrevor Gross-34/+36
2024-08-23Print the generic parameter along with the variance in dumps.Camille GILLOT-34/+36
2024-08-22Don't trigger refinement lint if predicates reference errorsMichael Goulet-19/+24
2024-08-17Bless test falloutMichael Goulet-50/+42
2024-08-17Stabilize opaque type precise capturingMichael Goulet-103/+67
2024-08-13Use the right type when coercing fn items to pointersMichael Goulet-2/+2
2024-08-10Differentiate between methods and associated functionsEsteban Küber-2/+2
2024-08-06Don't arbitrarily choose one upper bound for hidden captured regionMichael Goulet-14/+46
2024-08-05Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errorsMatthias Krüger-0/+22
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-8/+4
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-5/+5
2024-07-24Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnrMatthias Krüger-62/+162
2024-07-24Do not assemble candidates for auto traits of opaque types in their defining ...Oli Scherer-43/+63
2024-07-24Add regression testsOli Scherer-0/+88
2024-07-24Do not try to reveal hidden types when trying to prove Freeze in the defining...Oli Scherer-64/+7
2024-07-24Add regression testOli Scherer-0/+49
2024-07-22Revert suggestion verbosity changeEsteban Küber-24/+12
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-1/+1
2024-07-22Change suggestion message wordingEsteban Küber-4/+4
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-12/+24
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-2/+2
2024-07-19More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait`Esteban Küber-35/+21
2024-07-17Rollup merge of #127664 - compiler-errors:precise-capturing-better-sugg-apit,...Trevor Gross-1/+55
2024-07-17Fix precise capturing suggestion for hidden type when APITs are involvedMichael Goulet-1/+55
2024-07-17Remove invalid further restricting for type boundyukang-4/+0
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-2/+2
2024-07-15make invalid_type_param_default lint show up in cargo future-compat reportsRalf Jung-0/+22
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-12/+72
2024-07-12Rollup merge of #127619 - compiler-errors:precise-capturing-better-sugg, r=ol...Jubilee-3/+100
2024-07-12Make `impl` and `!` removal suggestion `short`Esteban Küber-12/+2
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-14/+84
2024-07-11Suggest using precise capturing for hidden type that captures regionMichael Goulet-3/+100
2024-07-11Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errorsbors-12/+2
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-12/+2
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-1/+1
2024-07-10Improve error messageMichael Goulet-6/+39
2024-07-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-37/+4
2024-07-07Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnrbors-4/+4
2024-07-07Auto merge of #127404 - compiler-errors:rpitit-entailment-false-positive, r=o...bors-0/+224
2024-07-06Don't try to label ObligationCauseCode::CompareImplItem for an RPITIT, since ...Michael Goulet-0/+224
2024-07-06show fnsig's output when there is differenceyukang-1/+1
2024-07-06show unit output when there is only output diff in diagnosticsyukang-1/+1
2024-07-05Rollup merge of #127392 - estebank:arg-type, r=jieyouxuJubilee-44/+57
2024-07-05Rollup merge of #127383 - estebank:arg-removal, r=compiler-errorsJubilee-8/+12
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-4/+8
2024-07-05Use verbose suggestion for changing arg typeEsteban Küber-44/+57
2024-07-05Use verbose style for argument removal suggestionEsteban Küber-8/+12
2024-07-05Actually just make can_eq process obligations (almost) everywhereMichael Goulet-4/+4