| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -6/+6 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -6/+6 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -2/+2 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -10/+45 |
| 2021-07-15 | Suggest full enum variant for local modules | Alik Aslanyan | -0/+26 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -8/+8 |
| 2021-07-11 | Do not suggest adding a semicolon after `?` | Fabian Wolff | -0/+60 |
| 2021-07-02 | Improve error reporting for modifications behind `&` references | Fabian Wolff | -8/+8 |
| 2021-06-28 | Fix garbled suggestion for missing lifetime specifier | Fabian Wolff | -0/+43 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -4/+4 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -4/+4 |
| 2021-06-24 | Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726 | bors | -0/+101 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -2/+0 |
| 2021-06-22 | Updated tests to reflect specified types in E0121 | Deadbeef | -18/+18 |
| 2021-06-16 | Update test stderr files | Aris Merchant | -2/+0 |
| 2021-06-12 | Pretty print generator witness only in `-Zverbose` mode | Tomasz Miąsko | -1/+1 |
| 2021-06-12 | Auto merge of #86215 - FabianWolff:unnameable-types, r=jackh726 | bors | -0/+105 |
| 2021-06-11 | Suggest a FnPtr type if a FnDef type is found | Fabian Wolff | -27/+33 |
| 2021-06-11 | Do not suggest to add type annotations for unnameable types | Fabian Wolff | -0/+99 |
| 2021-06-07 | Suggest a trailing comma if a 1-tuple is expected | Fabian Wolff | -0/+80 |
| 2021-06-05 | Rollup merge of #85979 - tlyu:where-no-unsized-indirection, r=estebank | Yuki Okushi | -0/+29 |
| 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 |