about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2022-08-24Rollup merge of #100826 - vincenzopalazzo:macros/wrong_sugg_with_positional_a...Matthias Krüger-0/+31
2022-08-23sugg: take into count the debug formattingVincenzo Palazzo-0/+31
2022-08-22sugg: suggest the usage of boolean value when there is a typo in the keywordVincenzo Palazzo-0/+37
2022-08-21Suggest moving redundant generic args of an assoc fn to its traitHirochika Matsumoto-0/+101
2022-08-21Bless tests after #100769Michael Goulet-2/+2
2022-08-21Adjust messages, address some nitsMichael Goulet-12/+12
2022-08-21Deduplicate errors that come from places like normalization, sizedMichael Goulet-14/+1
2022-08-21Account for relative pathsMichael Goulet-12/+33
2022-08-21Rework point-at-argMichael Goulet-35/+35
2022-08-20Rollup merge of #100769 - TaKO8Ki:suggest-adding-reference-to-trait-assoc-ite...Matthias Krüger-0/+55
2022-08-20Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkovMatthias Krüger-0/+30
2022-08-20Rollup merge of #100186 - compiler-errors:or-as_mut, r=fee1-deadMatthias Krüger-72/+8
2022-08-20suggest adding a reference to a trait assoc itemTakayuki Maeda-0/+55
2022-08-19fix updated stderr outputsMatthew Kelly-1/+2
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-25/+25
2022-08-17New ui tests for new soft feature gatesChristopher Durham-0/+30
2022-08-16Make as_ref suggestion a noteMichael Goulet-72/+8
2022-08-16Do not report cycle error when inferring return type for suggestionMichael Goulet-0/+52
2022-08-15Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebankMatthias Krüger-8/+2
2022-08-15Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoeristerMatthias Krüger-0/+56
2022-08-14Suggest as_ref or as_mutMichael Goulet-3/+3
2022-08-13Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r...Michael Goulet-6/+12
2022-08-13Do not inline non-simple argument type errors into labelsMichael Goulet-6/+12
2022-08-12Adjust span of fn argumentsMichael Goulet-8/+2
2022-08-12improve "try ignoring the field" diagnosticGoldstein-0/+56
2022-08-11Suggest path separator when a dot is used on a traitLeón Orell Valerian Liehr-3/+1
2022-08-10Rollup merge of #100349 - TaKO8Ki:remove-type-string-comparison, r=lcnrMichael Goulet-1/+68
2022-08-10remove a type string comparisonTakayuki Maeda-1/+68
2022-08-10Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwcoMatthias Krüger-0/+49
2022-08-05Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i...Dylan DPC-31/+31
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-31/+31
2022-08-03Skip over structs with no private fields that impl DerefMichael Goulet-0/+49
2022-08-03Consider privacy more carefully when suggesting accessing fieldsMichael Goulet-22/+0
2022-08-03Suggest expressions' fields even if they're not ADTsMichael Goulet-0/+22
2022-07-31Improve `cannot move out of` error messageObei Sideg-24/+24
2022-07-31Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex...Dylan DPC-0/+200
2022-07-31Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-deadDylan DPC-0/+95
2022-07-31add a test to check if `suggest_remove_semi_or_return_binding` is working wel...Takayuki Maeda-0/+200
2022-07-30Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obkYuki Okushi-1/+17
2022-07-30Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errorsYuki Okushi-0/+31
2022-07-29Adjust an expr span to account for macrosMichael Goulet-1/+17
2022-07-29check if T is sliceTakayuki Maeda-1/+1
2022-07-27Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillotYuki Okushi-0/+69
2022-07-26Use real opaque type instead of just saying impl TraitMichael Goulet-2/+2
2022-07-26Use impl generics when suggesting fix on copy implMichael Goulet-0/+95
2022-07-25Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkovbors-334/+189
2022-07-25Report elision failures on the AST.Camille GILLOT-334/+189
2022-07-24Do not prefer module parents which are `doc(hidden)` in visibility mapMichael Goulet-3/+3
2022-07-24Add failing testAlik Aslanyan-0/+69
2022-07-24suggest dereferencing index when trying to use a reference of usize as indexTakayuki Maeda-0/+31