| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -16/+18 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -6/+5 |
| 2022-08-11 | Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup | Philipp Krones | -450/+1182 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -51/+60 |
| 2022-07-28 | Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup | Philipp Krones | -71/+607 |
| 2022-07-22 | Do not resolve associated const when there is no provided value | Michael Goulet | -9/+1 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -6/+6 |
| 2022-07-18 | Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup | Philipp Krones | -448/+1894 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -18/+16 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -2/+2 |
| 2022-07-08 | Rollup merge of #99026 - anall:buffix/clippy-9131, r=xFrednet | Matthias Krüger | -1/+7 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -1/+1 |
| 2022-07-07 | Add test for and fix rust-lang/rust-clippy#9131 | Andrea Nall | -1/+7 |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -4/+28 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 2022-07-06 | Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod` | xFrednet | -4/+28 |
| 2022-07-06 | fix miri-opt tests | Takayuki Maeda | -1/+1 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -29/+13 |
| 2022-06-30 | Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup | Philipp Krones | -388/+3918 |
| 2022-06-20 | remove last use of MAX_SUGGESTION_HIGHLIGHT_LINES | Maybe Waffle | -10/+42 |
| 2022-06-19 | remove `span_lint_and_sugg_for_edges` from clippy utils | Maybe Waffle | -63/+18 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -4/+4 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -70/+70 |
| 2022-06-17 | Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa... | Dylan DPC | -21/+102 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -4/+4 |
| 2022-06-16 | Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup | flip1995 | -220/+1183 |
| 2022-06-16 | bless clippy ui tests | Maybe Waffle | -21/+102 |
| 2022-06-16 | bless clippy tests | klensy | -70/+70 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -13/+9 |
| 2022-06-04 | Remove unnecessary clap_derive dependency added in 9ee211af | Philipp Krones | -15/+14 |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -812/+4607 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -13/+9 |
| 2022-05-21 | Merge 'rust-clippy/master' into clippyup | xFrednet | -327/+2074 |