| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Auto merge of #111309 - saethlin:InstSimplify, r=scottmcm | bors | -1/+1 |
| 2023-05-07 | Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkov | Yuki Okushi | -25/+34 |
| 2023-05-06 | Rename InstCombine to InstSimplify | Ben Kimock | -1/+1 |
| 2023-05-06 | delete whitelist and add checks to check_item() for missing_docs | James Dietz | -25/+34 |
| 2023-05-06 | Check arguments length in trivial diagnostic lint | clubby789 | -0/+23 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -7/+92 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -130/+22 |
| 2023-04-30 | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi... | Matthias Krüger | -11/+22 |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -11/+22 |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -1/+17 |
| 2023-04-28 | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op` | Deadbeef | -7/+92 |
| 2023-04-27 | Tweak await span | Michael Goulet | -22/+22 |
| 2023-04-27 | Remove a bunch of orphaned test files | Michael Goulet | -108/+0 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -30/+30 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -30/+30 |
| 2023-04-21 | major test improvements | DrMeepster | -1/+1 |
| 2023-04-21 | bless | DrMeepster | -6/+6 |
| 2023-04-21 | fmt | DrMeepster | -6/+8 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -0/+134 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -0/+16 |
| 2023-04-20 | Move test files | Caio | -0/+16 |
| 2023-04-20 | reimpl `make non_upper_case_globals lint not report trait impls` | Ezra Shaw | -0/+12 |
| 2023-04-19 | make `non_upper_case_globals` lint not report trait impls | Ezra Shaw | -0/+29 |
| 2023-04-17 | Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an... | Matthias Krüger | -23/+77 |
| 2023-04-15 | Unignore closure-bang. | Eric Huss | -3/+18 |
| 2023-04-13 | emit `unused_parens` for `break` if it is not immediately followed by a block | Lukas Markeffsky | -25/+63 |
| 2023-04-13 | fix false positives for `unused_parens` around unary and binary operations | Lukas Markeffsky | -18/+34 |
| 2023-04-13 | impl reviewer feedback | Ezra Shaw | -6/+22 |
| 2023-04-13 | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | -55/+40 |
| 2023-04-13 | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | -26/+80 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -2/+2 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -2/+2 |
| 2023-04-12 | Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errors | Matthias Krüger | -0/+18 |
| 2023-04-12 | Add regression test for #59003 | Yuki Okushi | -0/+18 |
| 2023-04-11 | Broken tests | Michael Goulet | -0/+15 |
| 2023-04-04 | Do not suppress temporary_cstring_as_ptr in macros. | Camille GILLOT | -2/+25 |
| 2023-04-04 | Auto merge of #109599 - notriddle:notriddle/use-redundant-glob, r=petrochenkov | bors | -0/+121 |
| 2023-04-01 | diagnostics: account for glob shadowing when linting redundant imports | Michael Howell | -0/+121 |
| 2023-03-29 | add run-rustfix | Mu42 | -2/+10 |
| 2023-03-25 | tests: make directory for use redundant lint | Michael Howell | -0/+0 |
| 2023-03-25 | Emits suggestions for expressions with parentheses or not separately | Mu001999 | -11/+15 |
| 2023-03-24 | Use independent suggestions | Mu42 | -3/+11 |
| 2023-03-24 | Suggest ..= when someone tries to create an overflowing range | Mu42 | -0/+15 |
| 2023-03-22 | Update anonymous-reexport UI test | Guillaume Gomez | -39/+26 |
| 2023-03-20 | fix ClashingExternDeclarations lint ICE | DaniPopes | -13/+38 |
| 2023-03-19 | Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c... | Dylan DPC | -0/+76 |
| 2023-03-16 | Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=Nilstrieb | Matthias Krüger | -0/+112 |
| 2023-03-15 | error-msg: expand suggestion for unused lint | Ezra Shaw | -0/+112 |
| 2023-03-15 | Fix #109152, fix the scenario that we may can not get span of func | yukang | -0/+30 |
| 2023-03-12 | Update failing ui tests | Guillaume Gomez | -1/+41 |