about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2024-06-04Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co...Michael Goulet-1/+3
2024-06-04Auto merge of #125525 - joboet:tls_accessor, r=cuviperbors-91/+21
2024-06-03Auto merge of #125397 - gurry:125303-wrong-builder-suggestion, r=compiler-errorsbors-2/+1
2024-05-30Update ui tests for leading-underscore suggestionLucas Scharenbroch-1/+3
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-13/+13
2024-05-25fix UI testjoboet-91/+21
2024-05-23Do not suggest unresolvable builder methodsGurinder Singh-2/+1
2024-05-21Auto merge of #124417 - Xiretza:translate-early-lints, r=fmeasebors-2/+2
2024-05-21Make early lints translatableXiretza-2/+2
2024-05-21Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=NilstriebMatthias Krüger-0/+292
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+292
2024-05-20Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re...Michael Goulet-5/+13
2024-05-14improve maybe_consume_incorrect_semicolonardi-0/+4
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-0/+109
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-1/+1
2024-04-27tests: remove some trailing wsklensy-1/+1
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-14 remove braces when fixing a nested use tree into a single usePietro Albini-0/+109
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