about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2024-06-16Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelixJacob Pratt-14/+14
2024-06-14Resolve const lifetimes to static in trait tooMichael Goulet-82/+28
2024-06-13Tweak output of import suggestionsEsteban Küber-26/+78
2024-06-12Harmonize use of leaf and root obligation in trait error reportingMichael Goulet-2/+2
2024-06-12Spell out other trait diagnosticAlex Macleod-14/+14
2024-06-10Rollup merge of #126115 - gurry:125876-ice-unwrap-probe-many-result, r=compil...Matthias Krüger-0/+51
2024-06-08Fix ICE due to `unwrap` in `probe_for_name_many`Gurinder Singh-0/+51
2024-06-07Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-4/+10
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-4/+10
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