about summary refs log tree commit diff
path: root/tests/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2023-03-21Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebankMatthias Krüger-0/+46
2023-03-21Avoid ICE of attempt to add with overflow in emitteryukang-0/+46
2023-03-20Fix issue when there are multiple candidates for edit_distance_with_substringsyukang-0/+16
2023-03-18Rollup merge of #109248 - compiler-errors:get_fn_decl-aaa, r=WaffleLapkinMatthias Krüger-0/+22
2023-03-17Pass the right HIR back from get_fn_declMichael Goulet-0/+22
2023-03-16Fix index out of bounds in suggest_trait_fn_ty_for_impl_fn_inferMichael Goulet-0/+24
2023-03-14Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n...Matthias Krüger-5/+38
2023-03-14Emit "modifies receiver" diagnostic when no method is foundMaciej Wasilewski-5/+38
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-7/+4
2023-03-09Rollup merge of #108294 - compiler-errors:arbitary-sugg-binder, r=TaKO8KiMatthias Krüger-0/+38
2023-03-08Remove `identity_future` indirectionArpad Borsos-7/+4
2023-03-08Dedup copy field errors for identical typesMichael Goulet-8/+0
2023-03-08may not => cannotMichael Goulet-11/+11
2023-03-06Place binder correctly for arbitrary trait bound suggestionMichael Goulet-0/+38
2023-03-05Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errorsMatthias Krüger-0/+18
2023-03-05Use the correct bound vars in return type suggestion.Camille GILLOT-0/+18
2023-03-04Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkinMatthias Krüger-0/+65
2023-03-04Properly colorize multi-part suggestions in the same lineEsteban Küber-0/+65
2023-03-03Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgrbors-1/+3
2023-03-03Match end user facing unmatched backticks in compiler/est31-4/+4
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-1/+3
2023-03-02Rollup merge of #108575 - compiler-errors:erase, r=estebankMatthias Krüger-0/+17
2023-02-28Erase **all** regions when probing for associated types in astconvMichael Goulet-0/+17
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-66/+5
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-36/+36
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-17/+17
2023-02-21Specify what 'this' actually isMichael Goulet-2/+2
2023-02-16Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger-6/+8
2023-02-15Don't suggest `#[doc(hidden)]` methodsclubby789-0/+35
2023-02-14Re-add replacement logic and add comment explaining itEsteban Küber-8/+12
2023-02-14Show the effects of weird code commented outEsteban Küber-12/+8
2023-02-14rebase and review commentsEsteban Küber-2/+2
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-4/+6