| Age | Commit message (Expand) | Author | Lines |
| 2023-04-23 | Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup | Philipp Krones | -1199/+1502 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -8/+8 |
| 2023-04-18 | clippy: add test for https://github.com/rust-lang/rust-clippy/issues/10645 | Matthias Krüger | -1/+20 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -2/+2 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -9/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -11/+28 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -2/+2 |
| 2023-04-11 | Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup | Philipp Krones | -334/+2719 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -0/+2 |
| 2023-03-24 | Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup | Philipp Krones | -1295/+2234 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -5/+1 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -81/+53 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -21/+24 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -81/+53 |
| 2023-03-10 | Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup | Philipp Krones | -374/+1308 |
| 2023-03-08 | Fortify clippy tests. | Camille GILLOT | -21/+24 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -5/+1 |
| 2023-03-02 | Fix array-size-threshold config deserialization error | Alex Macleod | -14/+10 |
| 2023-02-25 | Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup | Jason Newcomb | -271/+1409 |
| 2023-02-22 | clippy: update clippy to use new `TyCtxt::def_descr` | Michael Howell | -2/+2 |
| 2023-02-10 | Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup | Philipp Krones | -203/+1527 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-27 | Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup | Philipp Krones | -125/+973 |
| 2023-01-13 | Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor | bors | -3/+6 |
| 2023-01-13 | Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebank | Yuki Okushi | -3/+6 |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -1/+1 |
| 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 | -435/+1315 |
| 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 | -271/+1504 |
| 2022-12-02 | Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot | bors | -4/+4 |
| 2022-12-01 | Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup | Philipp Krones | -1132/+1801 |
| 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 | -667/+3622 |
| 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 | -1280/+3914 |
| 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 |