summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2024-04-25Check equivalence of indices in more casesEsteban Küber-6/+3
2024-04-25Don't suggest `split_at_mut` when the multiple borrows have the same indexEsteban Küber-1/+19
2024-04-25Mention `split_at_mut` when mixing mutability in indexing opsEsteban Küber-2/+87
2024-04-25Only suggest `split_at_mut` on indexing borrowck errors for std typesEsteban Küber-1/+1
2024-04-25Detect borrow error involving sub-slices and suggest `split_at_mut`Esteban Küber-2/+28
2024-04-24Suggest cloning captured binding in `move` closureEsteban Küber-13/+115
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-0/+52
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-12/+12
2024-04-23Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmeasebors-5/+165
2024-04-23Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmeaseLeón Orell Valerian Liehr-2/+13
2024-04-23Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmeaseLeón Orell Valerian Liehr-3/+152
2024-04-23Auto merge of #122317 - compiler-errors:fulfill-method-probe, r=lcnrbors-8/+16
2024-04-22Stabilize generic `NonZero`.Markus Reiter-2/+1
2024-04-23Wrap dyn type with parentheses in suggestionlong-long-float-3/+152
2024-04-21Use fulfillment, not evaluate, during method probeMichael Goulet-8/+16
2024-04-16Emit suggestions when equality constraints are wrongly usedGurinder Singh-2/+13
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-5/+32
2024-04-13Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472Jacob Pratt-1/+1
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock-1/+1
2024-04-11Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwUMatthias Krüger-8/+14
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-5/+26
2024-04-11Account for unops when suggesting cloningEsteban Küber-2/+3
2024-04-11Suggest `.clone()` when moved while borrowedEsteban Küber-0/+5
2024-04-10Use suggest_impl_trait in return type suggestionMichael Goulet-1/+1
2024-04-07Remove useless configs in testsUrgau-3/+1
2024-04-06Account for trait/impl difference when suggesting changing argument from ref ...Esteban Küber-8/+14
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-8/+8
2024-03-22Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmeaseMatthias Krüger-0/+1
2024-03-21Rollup merge of #122799 - estebank:issue-122569, r=fee1-deadMatthias Krüger-0/+34
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-1/+29
2024-03-21Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Kibors-0/+32
2024-03-21Fix bad span for explicit lifetime suggestionShoyu Vanilla-0/+32
2024-03-21Replace closures with `_` when suggesting fully qualified path for method callEsteban Küber-0/+34
2024-03-20make `type_flags(ReError) & HAS_ERROR`Ali MJ Al-Nasrawy-247/+15
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-1/+29
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-28/+5
2024-03-17Don't show suggestion if slice pattern is enclosed by any patternslong-long-float-0/+43
2024-03-16Note that type param is chosen by caller when suggesting return impl Trait许杰友 Jieyou Xu (Joe)-0/+1
2024-03-15Rollup merge of #122254 - estebank:issue-48677, r=oli-obkMatthias Krüger-2/+2
2024-03-15Rollup merge of #122174 - notriddle:master, r=TaKO8KiMatthias Krüger-0/+38
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-1/+1
2024-03-13Tweak wordingEsteban Küber-2/+2
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-16/+16
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-16/+16
2024-03-09Rollup merge of #120504 - kornelski:try_with_capacity, r=AmanieuGuillaume Boisseau-2/+2
2024-03-08Stabilize associated type boundsMichael Goulet-28/+5
2024-03-08diagnostics: suggest `Clone` bounds when noop `clone()`Michael Howell-0/+38
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-70/+131
2024-03-07Collect mod item types in parallel, just like wfcheckOli Scherer-4/+58
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-24/+21