summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-23/+23
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-5/+5
2024-01-30Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obkGuillaume Gomez-20/+2
2024-01-27Rollup merge of #119957 - Young-Flash:fix, r=fmeaseMatthias Krüger-0/+118
2024-01-26Use only one label for multiple unsatisfied bounds on type (typeck)Esteban Küber-20/+2
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-5/+5
2024-01-21`maybe_lint_impl_trait`: separate `is_downgradable` from `is_object_safe`trevyn-46/+56
2024-01-20Rollup merge of #119752 - estebank:ice-ice, r=fmeaseMatthias Krüger-0/+273
2024-01-19Update tests after rebaseEsteban Küber-6/+73
2024-01-19Account for traits using self-trait by name without `dyn`Esteban Küber-0/+206
2024-01-19Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errorsMatthias Krüger-0/+35
2024-01-19Suggest .swap() instead of mem::swap() in more casessjwang05-0/+35
2024-01-14test: add test case for impl trait arg suggestionYoung-Flash-0/+118
2024-01-13Bless testsGeorge-lewis-0/+13
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-196/+79
2024-01-07update ui testsGray Olson-2/+2
2024-01-05Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da...Matthias Krüger-0/+57
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-2/+2
2023-12-22Update test outputsEric Holk-1/+8
2023-12-20Hide foreign `#[doc(hidden)]` paths in import suggestionsJules Bertholet-0/+57
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-17/+103
2023-12-12Rollup merge of #118756 - jyn514:colors, r=estebankMatthias Krüger-65/+0
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-4/+0
2023-12-10Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkovbors-6/+2
2023-12-10fix testsDeadbeef-4/+0
2023-12-10remove redundant importssurechen-6/+2
2023-12-09Rollup merge of #118775 - Young-Flash:fix, r=compiler-errorsGuillaume Gomez-3/+69
2023-12-09chore: add test case for type with genericYoung-Flash-3/+69
2023-12-08Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errorsMatthias Krüger-12/+12
2023-12-08Rollup merge of #118502 - Young-Flash:fix, r=compiler-errorsMatthias Krüger-0/+73
2023-12-08use magenta instead of bold for highlightingjyn-65/+0
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-12/+12
2023-12-04Mark more tests as `run-rustfix`Esteban Küber-2/+41
2023-12-04Suggest cloning and point out obligation errors on move errorEsteban Küber-0/+9
2023-12-04Tweak `.clone()` suggestion to work in more casesEsteban Küber-4/+4
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-1/+1
2023-12-01rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternativeMartin Nordholts-1/+10
2023-12-01fix: correct the arg for 'suggest to use associated function syntax' diagnosticYoung-Flash-0/+73
2023-11-29On Fn arg mismatch for a fn path, suggest a closureEsteban Küber-0/+8
2023-11-27Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkinMichael Goulet-0/+13
2023-11-27rustc_span: Use correct edit distance start length for suggestionsMartin Nordholts-0/+13
2023-11-27Change help message to make some sense in broader contextHirochika Matsumoto-2/+2
2023-11-27Address review feedbacksHirochika Matsumoto-7/+1
2023-11-27Make tidy test happyHirochika Matsumoto-1/+1
2023-11-27Detect Python-like slicing and suggest how to fixHirochika Matsumoto-0/+26
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-148/+148
2023-11-24Auto merge of #117934 - Young-Flash:dev, r=petrochenkovbors-4/+50
2023-11-23feat: make let_binding_suggestion more reasonableYoung-Flash-4/+50
2023-11-20Do not consider traits as ownable in suggestionEsteban Küber-5/+0