about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-07-21And for patterns tooMichael Goulet-1/+71
2022-07-21Do if-expression obligation stuff less eagerlyMichael Goulet-29/+28
2022-07-20Rollup merge of #98784 - compiler-errors:forgot-to-return-binding, r=estebankDylan DPC-0/+135
2022-07-20Suggest returning binding from block or enclosing scope on coerce_forced_unit...Michael Goulet-0/+135
2022-07-19Mention first and last macro in backtraceMichael Goulet-10/+10
2022-07-17use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering...Michael Goulet-0/+34
2022-07-16Be more precise when suggesting removal of parens on unit adt ctorMichael Goulet-0/+17
2022-07-15Fix suggestion regression with incorrect syntactic combination of trait boundsWill Crichton-3/+13
2022-07-15Propagate Expectation around binop typeck code to construct more precise trai...Will Crichton-2/+2
2022-07-15Rollup merge of #99119 - TaKO8Ki:remove-string-matching-about-methods, r=cjgi...Dylan DPC-31/+72
2022-07-15Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillotDylan DPC-3/+3
2022-07-15Remove some usages of guess_head_span from typeckMichael Goulet-3/+3
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-41/+41
2022-07-13use gathered body_owners in par_body_ownersMiguel Guarniz-41/+41
2022-07-13Add feature gate.Camille GILLOT-2/+90
2022-07-13Always use CreateParameter mode for function definitions.Camille GILLOT-7/+14
2022-07-11Do not mention private Self types from other cratesMichael Goulet-0/+47
2022-07-11remove a string matching about methodsTakayuki Maeda-31/+72
2022-07-08distinguish the method and associated function diagnostic informationYiming Lei-5/+5
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-11/+11
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-11/+11
2022-07-07Shorten span for closures.Camille GILLOT-432/+284
2022-07-06use `named_span` in case of tuple variantTakayuki Maeda-1/+1
2022-07-06replace `guess_head_span` with `def_span`Takayuki Maeda-3/+36
2022-07-04Fix wrap parenthesis suggestion for async closureMichael Goulet-2/+22
2022-07-01Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomezbors-3/+3
2022-07-01Rollup merge of #98497 - compiler-errors:span-inference-note, r=lcnrGuillaume Gomez-3/+3
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-20/+14
2022-07-01Show source of ambiguity in a few more placesMichael Goulet-3/+3
2022-07-01Shorten def_span for more items.Camille GILLOT-20/+14
2022-06-30ui: improve suggestion test by addig the help messageVincenzo Palazzo-15/+37
2022-06-30ui test: add test of blanklet implementationVincenzo Palazzo-0/+143
2022-06-29Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obkDylan DPC-5/+5
2022-06-29Rollup merge of #98603 - compiler-errors:minor-borrowck-diagnostic-fixes, r=d...Dylan DPC-6/+20
2022-06-29Rollup merge of #98277 - compiler-errors:issue-93596, r=estebankDylan DPC-4/+39
2022-06-29Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726Dylan DPC-2/+2
2022-06-28Remove redundant logic to suggest `as_ref`Michael Goulet-6/+20
2022-06-28Note concrete type being coerced into objectMichael Goulet-5/+5
2022-06-28Fix trait object reborrow suggestionMichael Goulet-0/+35
2022-06-28Remove `final_arg_types`, improve tuple wrapping suggestionMichael Goulet-5/+5
2022-06-27Use typed indices in argument mismatch algorithmMichael Goulet-2/+2
2022-06-28Auto merge of #98222 - cjgillot:single-wf, r=michaelwoeristerbors-35/+35
2022-06-27Rollup merge of #98506 - compiler-errors:object-safety-suggestions, r=oli-obkMatthias Krüger-3/+47
2022-06-25diagnostics: consider parameter count when suggesting smart pointersMichael Howell-0/+24
2022-06-25Fix span issues in object safety suggestionsMichael Goulet-3/+47
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-11/+15
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-11/+15
2022-06-21Improve suggestion for calling closure on type mismatchMichael Goulet-7/+7
2022-06-21Only keep a single well-formed query.Camille GILLOT-35/+35
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-6/+6