summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
2023-07-08Downgrade addr2lineMark Rousskov-2/+2
2023-05-19Fix overflow in error emitterBadel2-0/+84
2023-05-16fix(diagnostic): wrap parens for ref impl trait parambohan-0/+30
2023-05-12Note base types of coercionMichael Goulet-38/+4
2023-05-09Rollup merge of #111120 - chenyukang:yukang-suggest-let, r=NilstriebDylan DPC-2/+20
2023-05-09Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebankDylan DPC-13/+10
2023-05-09Rollup merge of #110504 - compiler-errors:tweak-borrow-sugg, r=cjgillotDylan DPC-42/+69
2023-05-08Rollup merge of #111056 - JohnBobbo96:fix_box_suggestions, r=compiler-errorsDylan DPC-0/+57
2023-05-08Make suggest_deref_or_ref return a multipart suggestionMichael Goulet-32/+56
2023-05-08Tweak borrow suggestionMichael Goulet-10/+13
2023-05-07Fix suggestion for boxing an async closure body, andJohn Bobbo-0/+57
2023-05-08Suggest let for possible binding with tyyukang-2/+20
2023-05-05fix trait definition spans in "make mut" suggestionEzra Shaw-4/+4
2023-05-05tweak spans for `ref mut` suggestionEzra Shaw-9/+6
2023-05-05tweak "make mut" spans (No. 3)Ezra Shaw-2/+2
2023-05-03Rollup merge of #111146 - petrochenkov:decident, r=compiler-errorsManish Goregaokar-2/+4
2023-05-03Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDentonManish Goregaokar-2/+8
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-2/+4
2023-05-02--bless testsMaybe Waffle-2/+8
2023-05-01soften the wording for removing type ascriptionyukang-3/+3
2023-05-01fix test casesyukang-2/+2
2023-05-01Rip it outNilstrieb-62/+38
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-6/+6
2023-04-28Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errorsMatthias Krüger-7/+7
2023-04-28remove unused `mut`sLukas Markeffsky-7/+7
2023-04-27Tweak await spanMichael Goulet-6/+6
2023-04-27Provide RHS type hint when reporting operator errorMichael Goulet-4/+4
2023-04-21Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillotMatthias Krüger-44/+34
2023-04-19Format missing GATs correctlyMichael Goulet-1/+1
2023-04-19Auto merge of #106704 - ecnelises:big_archive, r=bjorn3bors-1/+7
2023-04-19Make missing impl item suggestions more obvious that they're missingMichael Goulet-44/+34
2023-04-19Substitute missing item suggestion correctlyMichael Goulet-1/+1
2023-04-19Bump version of object and related cratesQiu Chaofan-1/+7
2023-04-16fix library and rustdoc testsDeadbeef-1/+1
2023-04-13Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger-3/+48
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-16/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-23/+46
2023-04-12Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie-3/+48
2023-04-06Rollup merge of #109782 - WaffleLapkin:nocommawhenremovingarguments, r=oli-obkMatthias Krüger-1/+1
2023-04-06Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillotMatthias Krüger-0/+16
2023-04-03Reinstate confusion note.Camille GILLOT-6/+8
2023-04-03Perform match checking on THIR.Camille GILLOT-12/+8
2023-04-03Shrink binding span.Camille GILLOT-12/+8
2023-03-30Don't leave a comma at the start of argument list when removing argumentsMaybe Waffle-1/+1
2023-03-29Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obkDylan DPC-2/+2
2023-03-27check for write macro and write_fmt with err msgJames Dietz-3/+7
2023-03-27Bless UI tests.Mara Bos-2/+2
2023-03-25Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errorsMatthias Krüger-0/+85
2023-03-24Fix bad suggestion for clone/is_some in field init shorthandyukang-0/+85
2023-03-22Fixes #109436: add parentheses properlyMu42-0/+28