about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2023-11-20Account for '_ in lifetime suggestionEsteban Küber-0/+20
2023-11-20Suggest 'a when trait object assoc type has '_Esteban Küber-0/+16
2023-11-20Tweak wordingEsteban Küber-5/+5
2023-11-20Account for impl Trait in lifetime suggestionEsteban Küber-12/+12
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-17/+72
2023-11-19When encountering struct fn call literal with private fields, suggest all bui...Esteban Küber-3/+3
2023-11-19Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naberTakayuki Maeda-9/+123
2023-11-18tweak logic of "unknown field" labelEsteban Küber-1/+6
2023-11-16recover primary span labelEsteban Küber-17/+18
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-3/+73
2023-11-16Suggest field typo through derefsEsteban Küber-11/+49
2023-11-16When using existing fn as module, don't claim it doesn't existEsteban Küber-3/+3
2023-11-14Rollup merge of #116244 - estebank:issue-73497, r=b-naberMatthias Krüger-0/+37
2023-11-14Auto merge of #117856 - estebank:issue-66023, r=compiler-errorsbors-0/+2
2023-11-13Rollup merge of #117695 - 3tilley:prioritise-unwrap-expect-over-last-method-c...Matthias Krüger-0/+22
2023-11-13review comments: more targeted span setting approachEsteban Küber-0/+2
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-1/+1
2023-11-10Recurse over the method chain and maintain a stack to peek at previous receiv...Swapna Iyer-1/+4
2023-11-08Reorder type mismatch suggestionsMax Tilley-0/+22
2023-11-07Apply structured suggestion that allows test to work since 1.64Esteban Küber-0/+37
2023-11-07When not finding assoc fn on type, look for builder fnEsteban Küber-0/+14
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-1/+1
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-7/+7
2023-10-30Sort errorsEsteban Küber-1/+1
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-2/+2
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+2
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-4/+4
2023-10-21Rollup merge of #106601 - estebank:match-semi, r=cjgillotMatthias Krüger-4/+11
2023-10-21Do not report errors from move path builder.Camille GILLOT-4/+4
2023-10-21Rollup merge of #116961 - estebank:issue-60164, r=oli-obkMatthias Krüger-0/+24
2023-10-20s/generator/coroutine/Oli Scherer-5/+5
2023-10-20Typo suggestion to change bindings with leading underscoreEsteban Küber-0/+24
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-6/+6
2023-10-17Unify suggestion wordingEsteban Küber-1/+1
2023-10-11Suggest `;` after bare `match` expression E0308Esteban Küber-4/+11
2023-10-11Use structured suggestion for #113174Esteban Küber-4/+118
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-28/+28