| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" | Oli Scherer | -1/+0 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -6/+6 |
| 2022-07-18 | Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup | Philipp Krones | -944/+3408 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -21/+19 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -3/+3 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -3/+3 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -0/+1 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -1/+1 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -69/+83 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -62/+71 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -7/+12 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -1/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-13 | add array tests, cleanup, tidy, and bless | Ralf Jung | -2/+2 |
| 2022-07-13 | Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPC | bors | -9/+12 |
| 2022-07-13 | Auto merge of #98145 - ouz-a:some_branch, r=oli-obk | bors | -0/+1 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -1/+1 |
| 2022-07-13 | Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obk | Dylan DPC | -8/+11 |
| 2022-07-13 | Clippy fallout. | Camille GILLOT | -7/+12 |
| 2022-07-13 | Rollup merge of #98848 - flip1995:clippy-book, r=jyn514 | Guillaume Gomez | -19/+22 |
| 2022-07-12 | Fix clippy build | Maybe Waffle | -62/+71 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -0/+1 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -62/+52 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -53/+66 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -1/+1 |
| 2022-07-08 | Rollup merge of #99026 - anall:buffix/clippy-9131, r=xFrednet | Matthias Krüger | -2/+8 |
| 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 | -2/+8 |
| 2022-07-07 | Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -6/+48 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -1/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 2022-07-07 | Move `predecessors` from Body to BasicBlocks | Tomasz Miąsko | -1/+1 |
| 2022-07-07 | Auto merge of #98827 - aDotInTheVoid:suggest-extern-block, r=nagisa | bors | -3/+3 |
| 2022-07-06 | Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod` | xFrednet | -6/+48 |
| 2022-07-06 | fix miri-opt tests | Takayuki Maeda | -1/+1 |
| 2022-07-06 | Build the Clippy book as part of x.py doc | flip1995 | -19/+22 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -11/+11 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -2/+2 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -3/+3 |
| 2022-07-02 | Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errors | Dylan DPC | -18/+11 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -33/+18 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -18/+11 |
| 2022-06-30 | Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup | Philipp Krones | -3488/+9047 |
| 2022-06-20 | remove last use of MAX_SUGGESTION_HIGHLIGHT_LINES | Maybe Waffle | -20/+45 |
| 2022-06-19 | remove `span_lint_and_sugg_for_edges` from clippy utils | Maybe Waffle | -161/+23 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -12/+12 |
| 2022-06-17 | Auto merge of #97892 - klensy:fix-spaces, r=oli-obk | bors | -70/+70 |
| 2022-06-17 | Rollup merge of #98191 - TaKO8Ki:remove-rest-of-unnecessary-to-string, r=Dyla... | Dylan DPC | -1/+1 |
| 2022-06-17 | Rollup merge of #97798 - WaffleLapkin:allow_for_suggestions_that_are_quite_fa... | Dylan DPC | -21/+102 |