about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-06-05Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebankYuki Okushi-1/+25
2021-06-04Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebankYuki Okushi-0/+81
2021-06-03don't suggest unsized indirection in where-clausesTaylor Yu-0/+29
2021-06-02Add test for removing &mut for &mut format!().Mara Bos-1/+25
2021-06-02Add test for ref suggestions in macros.Mara Bos-0/+81
2021-05-21Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakisbors-16/+2
2021-05-21Adjust self-type to require equalityMark Rousskov-16/+2
2021-05-20Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726Guillaume Gomez-0/+29
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-1/+1
2021-05-18Fix use placement for suggestions near main.Eric Huss-0/+101
2021-05-17Implement jackh726's suggestionsFabian Wolff-2/+131
2021-05-16Add regression testGiacomo Stevanato-0/+29
2021-05-16Suggest borrowing if a trait implementation is found for &/&mut <type>Fabian Wolff-4/+80
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-4/+4
2021-05-11Auto merge of #82272 - b-naber:gat_diag, r=estebank,jackh726bors-39/+39
2021-05-11improve diagnosts for GATsb-naber-39/+39
2021-05-11Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011bors-0/+67
2021-05-11Fix CI problemshamidreza kalbasi-3/+3
2021-05-10More minor fixes suggested by @jackh726Fabian Wolff-0/+235
2021-05-09Implement @jackh726's suggestionsFabian Wolff-0/+34
2021-05-09Try to fix issue 68049hamidreza kalbasi-0/+67
2021-05-07Fix suggestions for missing return type lifetime parametersFabian Wolff-0/+4
2021-05-07Rollup merge of #84728 - camelid:sized-param-sugg-test, r=Mark-SimulacrumDylan DPC-0/+88
2021-05-06Add test for suggestion to borrow unsized function parametersCamelid-0/+88
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-1/+1
2021-05-05Rollup merge of #84808 - estebank:issue-84769, r=petrochenkovRalf Jung-2/+25
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-2/+9
2021-05-02add suggestion for unit enum variant when matched with a paternAliénore Bouttefeux-0/+47
2021-05-01Account for unsatisfied bounds in E0599Esteban Küber-2/+25
2021-04-23Tweak suggestion outputEsteban Küber-12/+1
2021-04-23Recover trait import suggestionEsteban Küber-0/+5
2021-04-23Add regression testEsteban Küber-0/+35
2021-04-20Auto merge of #84353 - estebank:as-ref-mir, r=davidtwcobors-59/+103
2021-04-19Suggest `.as_ref()` on borrow error involving `Option`/`Result`Esteban Küber-59/+103
2021-04-19fix suggestion for unsized function parameterslcnr-2/+2
2021-04-16Fix testsRyan Levick-2/+9
2021-04-09Auto merge of #83956 - estebank:issue-83892, r=varkorbors-0/+36
2021-04-06Use a more appropriate span for `;` suggestionEsteban Küber-0/+36
2021-04-06Account for `ExprKind::Block` when suggesting .into() and derefEsteban Küber-4/+40
2021-03-31give full path of constraint in suggest_constraining_type_paramhi-rustin-13/+13
2021-03-29Suggest box/pin/arc ing receiver on method callsEsteban Küber-11/+0
2021-03-26fix rustc_on_implemented `_Self` pathslcnr-2/+5
2021-03-25Bless nll testJack Huey-84/+3
2021-03-24resolve late lifetimes by itemJack Huey-134/+28
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-3/+3
2021-03-13Avoid sorting predicates by `DefId`Aaron Hill-2/+2
2021-03-02Rollup merge of #82579 - osa1:issue82566, r=estebankYuki Okushi-0/+122
2021-02-27Recover from X<Y,Z> when parsing const exprÖmer Sinan Ağacan-3/+69
2021-02-27Fix turbofish recovery with multiple generic argsÖmer Sinan Ağacan-0/+56
2021-02-27Rollup merge of #82370 - 0yoyoyo:update-issue-81650-point-anonymous-lifetime,...Dylan DPC-49/+34