summaryrefslogtreecommitdiff
path: root/tests/ui/suggestions
Commit message (Expand)AuthorAgeFilesLines
* fix(diagnostic): wrap parens for ref impl trait parambohan2023-05-162-0/+30
* Note base types of coercionMichael Goulet2023-05-123-38/+4
* Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=NilstriebDylan DPC2023-05-093-2/+20
|\
| * Suggest let for possible binding with tyyukang2023-05-083-2/+20
* | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC2023-05-093-13/+10
|\ \
| * | fix trait definition spans in "make mut" suggestionEzra Shaw2023-05-051-4/+4
| * | tweak spans for `ref mut` suggestionEzra Shaw2023-05-052-9/+6
| * | tweak "make mut" spans (No. 3)Ezra Shaw2023-05-051-2/+2
| |/
* | Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC2023-05-093-42/+69
|\ \
| * | Make suggest_deref_or_ref return a multipart suggestionMichael Goulet2023-05-081-32/+56
| * | Tweak borrow suggestionMichael Goulet2023-05-082-10/+13
| |/
* | Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errorsDylan DPC2023-05-083-0/+57
|\ \ | |/ |/|
| * Fix suggestion for boxing an async closure body, andJohn Bobbo2023-05-073-0/+57
* | Rollup merge of #111146 - petrochenkov:decident, r=compiler-errorsManish Goregaokar2023-05-032-2/+4
|\ \
| * | rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov2023-05-032-2/+4
* | | Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDentonManish Goregaokar2023-05-031-2/+8
|\ \ \ | |/ / |/| |
| * | --bless testsMaybe Waffle2023-05-021-2/+8
| |/
* | soften the wording for removing type ascriptionyukang2023-05-013-3/+3
* | fix test casesyukang2023-05-012-2/+2
* | Rip it outNilstrieb2023-05-0115-62/+38
|/
* Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger2023-05-011-6/+6
|\
| * Tweak await spanMichael Goulet2023-04-271-6/+6
* | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errorsMatthias Krüger2023-04-283-7/+7
|\ \
| * | remove unused `mut`sLukas Markeffsky2023-04-283-7/+7
| |/
* | Provide RHS type hint when reporting operator errorMichael Goulet2023-04-272-4/+4
|/
* Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillotMatthias Krüger2023-04-215-44/+34
|\
| * Format missing GATs correctlyMichael Goulet2023-04-191-1/+1
| * Make missing impl item suggestions more obvious that they're missingMichael Goulet2023-04-194-44/+34
| * Substitute missing item suggestion correctlyMichael Goulet2023-04-191-1/+1
* | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3bors2023-04-192-1/+7
|\ \
| * | Bump version of object and related cratesQiu Chaofan2023-04-192-1/+7
| |/
* | fix library and rustdoc testsDeadbeef2023-04-161-1/+1
|/
* Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger2023-04-134-3/+48
|\
| * Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie2023-04-124-3/+48
* | Special-case item attributes in the suggestion outputEsteban Küber2023-04-128-16/+0
* | Tweak output for 'add line' suggestionEsteban Küber2023-04-1213-23/+46
|/
* Rollup merge of #109782 - WaffleLapkin:nocommawhenremovingarguments, r=oli-obkMatthias Krüger2023-04-061-1/+1
|\
| * Don't leave a comma at the start of argument list when removing argumentsMaybe Waffle2023-03-301-1/+1
* | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillotMatthias Krüger2023-04-062-0/+16
|\ \
| * | Fix issue when there are multiple candidates for edit_distance_with_substringsyukang2023-03-202-0/+16
* | | Reinstate confusion note.Camille GILLOT2023-04-032-6/+8
* | | Perform match checking on THIR.Camille GILLOT2023-04-032-12/+8
* | | Shrink binding span.Camille GILLOT2023-04-031-12/+8
| |/ |/|
* | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obkDylan DPC2023-03-291-2/+2
|\ \
| * | Bless UI tests.Mara Bos2023-03-271-2/+2
* | | check for write macro and write_fmt with err msgJames Dietz2023-03-271-3/+7
|/ /
* | Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errorsMatthias Krüger2023-03-253-0/+85
|\ \
| * | Fix bad suggestion for clone/is_some in field init shorthandyukang2023-03-243-0/+85
| |/
* | Fixes #109436: add parentheses properlyMu422023-03-222-0/+28
* | Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebankMatthias Krüger2023-03-212-0/+46
|\ \