about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
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