| Age | Commit message (Expand) | Author | Lines |
| 2021-06-05 | Rollup merge of #85939 - m-ou-se:fix-remove-ref-macro-invocation, r=estebank | Yuki Okushi | -1/+25 |
| 2021-06-04 | Rollup merge of #85937 - m-ou-se:macro-ref-suggestions, r=estebank | Yuki Okushi | -0/+81 |
| 2021-06-03 | don't suggest unsized indirection in where-clauses | Taylor Yu | -0/+29 |
| 2021-06-02 | Add test for removing &mut for &mut format!(). | Mara Bos | -1/+25 |
| 2021-06-02 | Add test for ref suggestions in macros. | Mara Bos | -0/+81 |
| 2021-05-21 | Auto merge of #85511 - Mark-Simulacrum:eq-not-sup, r=nikomatsakis | bors | -16/+2 |
| 2021-05-21 | Adjust self-type to require equality | Mark Rousskov | -16/+2 |
| 2021-05-20 | Rollup merge of #85375 - SkiFire13:fix-85347, r=jackh726 | Guillaume Gomez | -0/+29 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -1/+1 |
| 2021-05-18 | Fix use placement for suggestions near main. | Eric Huss | -0/+101 |
| 2021-05-17 | Implement jackh726's suggestions | Fabian Wolff | -2/+131 |
| 2021-05-16 | Add regression test | Giacomo Stevanato | -0/+29 |
| 2021-05-16 | Suggest borrowing if a trait implementation is found for &/&mut <type> | Fabian Wolff | -4/+80 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -4/+4 |
| 2021-05-11 | Auto merge of #82272 - b-naber:gat_diag, r=estebank,jackh726 | bors | -39/+39 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -39/+39 |
| 2021-05-11 | Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011 | bors | -0/+67 |
| 2021-05-11 | Fix CI problems | hamidreza kalbasi | -3/+3 |
| 2021-05-10 | More minor fixes suggested by @jackh726 | Fabian Wolff | -0/+235 |
| 2021-05-09 | Implement @jackh726's suggestions | Fabian Wolff | -0/+34 |
| 2021-05-09 | Try to fix issue 68049 | hamidreza kalbasi | -0/+67 |
| 2021-05-07 | Fix suggestions for missing return type lifetime parameters | Fabian Wolff | -0/+4 |
| 2021-05-07 | Rollup merge of #84728 - camelid:sized-param-sugg-test, r=Mark-Simulacrum | Dylan DPC | -0/+88 |
| 2021-05-06 | Add test for suggestion to borrow unsized function parameters | Camelid | -0/+88 |
| 2021-05-06 | Better rustc_on_unimplemented, and UI test fixes | Scott McMurray | -1/+1 |
| 2021-05-05 | Rollup merge of #84808 - estebank:issue-84769, r=petrochenkov | Ralf Jung | -2/+25 |
| 2021-05-04 | Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakis | bors | -2/+9 |
| 2021-05-02 | add suggestion for unit enum variant when matched with a patern | Aliénore Bouttefeux | -0/+47 |
| 2021-05-01 | Account for unsatisfied bounds in E0599 | Esteban Küber | -2/+25 |
| 2021-04-23 | Tweak suggestion output | Esteban Küber | -12/+1 |
| 2021-04-23 | Recover trait import suggestion | Esteban Küber | -0/+5 |
| 2021-04-23 | Add regression test | Esteban Küber | -0/+35 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -59/+103 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -59/+103 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-16 | Fix tests | Ryan Levick | -2/+9 |
| 2021-04-09 | Auto merge of #83956 - estebank:issue-83892, r=varkor | bors | -0/+36 |
| 2021-04-06 | Use a more appropriate span for `;` suggestion | Esteban Küber | -0/+36 |
| 2021-04-06 | Account for `ExprKind::Block` when suggesting .into() and deref | Esteban Küber | -4/+40 |
| 2021-03-31 | give full path of constraint in suggest_constraining_type_param | hi-rustin | -13/+13 |
| 2021-03-29 | Suggest box/pin/arc ing receiver on method calls | Esteban Küber | -11/+0 |
| 2021-03-26 | fix rustc_on_implemented `_Self` paths | lcnr | -2/+5 |
| 2021-03-25 | Bless nll test | Jack Huey | -84/+3 |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -134/+28 |
| 2021-03-15 | More precise spans for HIR paths | Vadim Petrochenkov | -3/+3 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -2/+2 |
| 2021-03-02 | Rollup merge of #82579 - osa1:issue82566, r=estebank | Yuki Okushi | -0/+122 |
| 2021-02-27 | Recover from X<Y,Z> when parsing const expr | Ömer Sinan Ağacan | -3/+69 |
| 2021-02-27 | Fix turbofish recovery with multiple generic args | Ömer Sinan Ağacan | -0/+56 |
| 2021-02-27 | Rollup merge of #82370 - 0yoyoyo:update-issue-81650-point-anonymous-lifetime,... | Dylan DPC | -49/+34 |