| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -3/+6 |
| 2023-01-12 | Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup | Philipp Krones | -454/+1343 |
| 2023-01-11 | add checks for the signature of the lang item | asquared31415 | -1/+1 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 2022-12-29 | Rollup merge of #106259 - flip1995:clippyup, r=matthiaskrgr | Matthias Krüger | -96/+1909 |
| 2022-12-29 | Account for multiple multiline spans with empty padding | Esteban Küber | -8/+3 |
| 2022-12-29 | Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup | Philipp Krones | -96/+1909 |
| 2022-12-19 | Make Clippy test no longer unsound | Michael Goulet | -1/+1 |
| 2022-12-17 | Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup | Philipp Krones | -300/+1819 |
| 2022-12-02 | Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot | bors | -4/+4 |
| 2022-12-01 | Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup | Philipp Krones | -1145/+1920 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -4/+4 |
| 2022-11-28 | fix clippy tests | Esteban Küber | -13/+13 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -1/+1 |
| 2022-11-21 | Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup | Philipp Krones | -736/+3917 |
| 2022-11-17 | Add variant_name function to `LangItem` | Philipp Krones | -16/+16 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -3/+3 |
| 2022-11-09 | bless clippy | yukang | -0/+5 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+22 |
| 2022-10-26 | Adjust normalization | mejrs | -3/+3 |
| 2022-10-24 | Add more normalization and tests | mejrs | -2/+6 |
| 2022-10-24 | Address some comments | mejrs | -0/+18 |
| 2022-10-23 | Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup | flip1995 | -1291/+3975 |
| 2022-10-21 | Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-dead | Dylan DPC | -34/+37 |
| 2022-10-20 | Implement assertions and fixes to not emit empty spans without suggestions | Kevin Per | -94/+16 |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -34/+37 |
| 2022-10-10 | Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-dead | Dylan DPC | -189/+30 |
| 2022-10-09 | deprecate `clippy::for_loops_over_fallibles` | Maybe Waffle | -189/+28 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -2/+2 |
| 2022-10-09 | Fix clippy tests that trigger `for_loop_over_fallibles` lint | Maybe Waffle | -1/+3 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -1/+1 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -6/+12 |
| 2022-10-06 | Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup | Philipp Krones | -55/+12 |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -1397/+5485 |
| 2022-10-01 | bless clippy | Maybe Waffle | -231/+231 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -3/+3 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -3/+3 |
| 2022-09-23 | Bless clippy. | Camille GILLOT | -11/+11 |
| 2022-09-21 | Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy | David Koloski | -818/+1324 |
| 2022-09-15 | Fix clippy | est31 | -45/+42 |
| 2022-09-09 | Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup | Philipp Krones | -194/+900 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -8/+8 |
| 2022-09-05 | separate the receiver from arguments in HIR under /clippy | Takayuki Maeda | -3/+3 |
| 2022-09-02 | clippy: BindingAnnotation change | Cameron Steffen | -8/+8 |
| 2022-08-31 | Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgr | bors | -659/+4303 |
| 2022-08-31 | Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup | Jason Newcomb | -659/+4303 |
| 2022-08-31 | fix a clippy test | Ralf Jung | -1/+1 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -1/+1 |
| 2022-08-29 | Fix tests due to stricter invalid_value | 5225225 | -1/+1 |