summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-07-22Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebankbors-6/+6
2021-07-20Support HIR wf checking for function signaturesAaron Hill-6/+6
2021-07-20Get back the more precise suggestion spans of old regionckOli Scherer-2/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-10/+45
2021-07-15Suggest full enum variant for local modulesAlik Aslanyan-0/+26
2021-07-12Auto merge of #86815 - FabianWolff:issue-84210, r=varkorbors-8/+8
2021-07-11Do not suggest adding a semicolon after `?`Fabian Wolff-0/+60
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-8/+8
2021-06-28Fix garbled suggestion for missing lifetime specifierFabian Wolff-0/+43
2021-06-25Address PR feedbackRyan Levick-4/+4
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-4/+4
2021-06-24Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726bors-0/+101
2021-06-23Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3...bors-2/+0
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-18/+18
2021-06-16Update test stderr filesAris Merchant-2/+0
2021-06-12Pretty print generator witness only in `-Zverbose` modeTomasz Miąsko-1/+1
2021-06-12Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726bors-0/+105
2021-06-11Suggest a FnPtr type if a FnDef type is foundFabian Wolff-27/+33
2021-06-11Do not suggest to add type annotations for unnameable typesFabian Wolff-0/+99
2021-06-07Suggest a trailing comma if a 1-tuple is expectedFabian Wolff-0/+80
2021-06-05Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebankYuki Okushi-0/+29
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