about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2021-02-02Improve wording of suggestion about accessing fieldHirochika Matsumoto-12/+12
2021-02-01Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebankJonas Schievink-0/+137
2021-01-31Rollup merge of #81480 - b-naber:nested_fields_suggestion, r=estebankJonas Schievink-0/+165
2021-01-30add suggestion for nested fieldsb-naber-0/+165
2021-01-30Account for unionHirochika Matsumoto-4/+42
2021-01-30Fix test to check help message as wellHirochika Matsumoto-21/+16
2021-01-29Add rust-fix testHirochika Matsumoto-3/+32
2021-01-29Add test for match expressionHirochika Matsumoto-1/+42
2021-01-29Suggest accessing field when code compiles with itHirochika Matsumoto-0/+34
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-12/+12
2021-01-26Refine "remove semicolon" suggestion in trait selectionÖmer Sinan Ağacan-0/+36