summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2023-01-19Correct detection of elided lifetimes in impl-trait.Camille GILLOT-0/+5
2022-12-06Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg...Matthias Krüger-2/+4
2022-12-06Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholkMatthias Krüger-1/+30
2022-12-06Point at args in associated const fn pointersMichael Goulet-2/+4
2022-12-04Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errorsMatthias Krüger-6/+6
2022-12-04Rollup merge of #104856 - luqmana:associated-const-bad-suggestion, r=compiler...Matthias Krüger-7/+1
2022-12-03fix #101749, use . instead of :: when accessing a method of an objectyukang-6/+6
2022-12-03Do not call fn_sig on non-functions.Camille GILLOT-0/+32
2022-12-01fix #105028, Only suggest removing struct field from destructive binding in s...yukang-1/+30
2022-11-29clean up pr 104954Rageking8-3/+2
2022-11-28Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebankMatthias Krüger-0/+23
2022-11-28Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8KiDylan DPC-5/+5
2022-11-28Tweak outputEsteban Küber-3/+3
2022-11-28Change multiline span ASCII art visual orderEsteban Küber-8/+8
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-1/+1
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-45/+207
2022-11-27make simple check of prinf function.Vincenzo Palazzo-0/+23
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-1/+1
2022-11-24Don't suggest associated function call for associated const.Luqman Aden-7/+1
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-33/+195
2022-11-24Change how suggested lifetime args are computed.Camille GILLOT-12/+12
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-11/+12
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-11/+12
2022-11-23Account for `x @ y` and suggest `ref x @ ref y`Esteban Küber-0/+145
2022-11-23Tweak output in for loopsEsteban Küber-4/+0
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-0/+5
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-27/+11
2022-11-20Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,...Yuki Okushi-0/+45
2022-11-19Add a UI test to ensure rustc doesn't do arithmetic overflowsMahmoud Mazouz-0/+45
2022-11-18diagnostics: only show one suggestion for method -> assoc fnMichael Howell-9/+4
2022-11-14Add regression testMichael Goulet-0/+19
2022-11-14Do autoderef to match impl against rcvrMichael Goulet-0/+49
2022-11-12Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-deadGuillaume Gomez-0/+65
2022-11-11Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebankManish Goregaokar-2/+7
2022-11-11emit errors when using `RangeFrom` and `RangeTo`Takayuki Maeda-6/+13
2022-11-11suggest removing unnecessary . to use a floating point literalTakayuki Maeda-0/+58
2022-11-10Rollup merge of #104186 - chenyukang:yukang/fix-104086-let-binding-issue, r=o...Manish Goregaokar-0/+165
2022-11-10Rollup merge of #104036 - compiler-errors:option-sugg, r=petrochenkovManish Goregaokar-0/+25
2022-11-10Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,...bors-0/+15
2022-11-10Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co...bors-13/+163
2022-11-09Suggest is_some or let when encountering Option and bool type mismatchMichael Goulet-0/+25
2022-11-10add 'is_assign_rhs' to avoid weird suggesting 'let'yukang-4/+24
2022-11-09Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC-12/+12
2022-11-09fix tests and code cleanupyukang-16/+70
2022-11-09Fix #104086, Tighten the 'introduce new binding' suggestionyukang-0/+91
2022-11-08fix #103587, Recover from common if let syntax mistakes/typosyukang-0/+15
2022-11-05Rebase and update testclubby789-1/+1
2022-11-05Update UI testclubby789-2/+2
2022-11-05Split non-fixable case to different testclubby789-11/+38
2022-11-05Attempt to fix arguments of associated functionsclubby789-54/+67