summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-05-06Account 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-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
2021-02-26Auto merge of #82552 - GuillaumeGomez:rollup-8dn1ztn, r=GuillaumeGomezbors-9/+16
2021-02-26Rollup merge of #82165 - nellshamrell:nell/fix-80658-B, r=estebankGuillaume Gomez-9/+16
2021-02-26Auto merge of #81458 - estebank:match-stmt-remove-semi, r=oli-obkbors-0/+81
2021-02-25Detect match statement intended to be tail expressionEsteban Küber-0/+81
2021-02-25Rollup merge of #82364 - osa1:issue82361, r=estebankDylan DPC-0/+96
2021-02-25Rollup merge of #82087 - estebank:abolish-ice, r=oli-obkDylan DPC-0/+25
2021-02-24clarifies error when finding mismatched returned types for async functionsNell Shamrell-9/+16
2021-02-23Improve error msgs when found type is deref of expectedÖmer Sinan Ağacan-0/+96
2021-02-21Do not suggest `;` if expression is side effect freeEsteban Küber-27/+19
2021-02-21reword `;` suggestions to have consistent wordingEsteban Küber-1/+1
2021-02-21Add indication of anonymous lifetime position0yoyoyo-49/+34
2021-02-20Rollup merge of #81991 - osa1:issue81839, r=estebankGuillaume Gomez-6/+56
2021-02-18Add regression testÖmer Sinan Ağacan-0/+53
2021-02-18Update 'match-prev-arm-needing-semi'Ömer Sinan Ağacan-6/+3
2021-02-17In some limited cases, suggest `where` bounds for non-type paramsEsteban Küber-1/+5
2021-02-13Fix ICE caused by suggestion with no code substitutionsEsteban Küber-0/+25
2021-02-13Rollup merge of #81995 - 0yoyoyo:fix-issue-81650-explicit-lifetime-error, r=e...Yuki Okushi-0/+64
2021-02-12Add nll test0yoyoyo-0/+17
2021-02-12Fix suggestion to introduce explicit lifetime0yoyoyo-0/+47
2021-02-11Make suggestion of changing mutability of arguments broaderHirochika Matsumoto-0/+56
2021-02-10Rollup merge of #81466 - sasurau4:fix/enhance-sugget-mut-method-for-loop, r=o...Yuki Okushi-0/+32
2021-02-06Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwcobors-9/+9
2021-02-06path trimming: ignore type aliasesDan Aloni-9/+9
2021-02-05Add testDaiki Ihara-0/+32
2021-02-03Miscellaneous small diagnostics cleanupCamelid-2/+2
2021-02-03Fix non-existent-field ICE for generic fields.Mara Bos-4/+4
2021-02-02Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebankJack Huey-12/+12
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-0/+1
2021-02-02Update ui tests (nll)Jesus Rubio-0/+1