| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | Fix hang in `vec_init_then_push` | Jason Newcomb | -1/+1 |
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -1/+1 |
| 2022-08-08 | Put explicit_auto_deref into nursery | Philipp Krones | -3/+2 |
| 2022-08-08 | Move `significant_drop_in_scrutinee` into `nursey` | Jason Newcomb | -3/+2 |
| 2022-08-02 | Rollup merge of #100053 - flip1995:clippy_backport, r=xFrednet | Matthias Krüger | -3/+5 |
| 2022-08-02 | Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2022-08-02 | move [`assertions_on_result_states`] to restriction | tabokie | -3/+5 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -14/+17 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -2/+2 |
| 2022-07-31 | Always include a position span in rustc_parse_format::Argument | Alex Macleod | -2/+2 |
| 2022-07-30 | Auto merge of #99948 - Dylan-DPC:rollup-ed5136t, r=Dylan-DPC | bors | -2/+3 |
| 2022-07-30 | Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkov | bors | -2/+2 |
| 2022-07-29 | Avoid ICE when fetching LocalDefId | Miguel Guarniz | -1/+2 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Remove `TreeAndSpacing`. | Nicholas Nethercote | -2/+2 |
| 2022-07-29 | Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errors | bors | -1/+1 |
| 2022-07-28 | Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup | Philipp Krones | -120/+560 |
| 2022-07-26 | Clippy fallout. | Camille GILLOT | -1/+1 |
| 2022-07-26 | Replace LifetimeRes::Anonymous by LifetimeRes::Infer. | Camille GILLOT | -2/+2 |
| 2022-07-25 | Clippy fallout. | Camille GILLOT | -32/+46 |
| 2022-07-25 | Generate correct suggestion with named arguments used positionally | Preston From | -1/+1 |
| 2022-07-18 | Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup | Philipp Krones | -411/+988 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 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-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -49/+49 |
| 2022-07-14 | Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov | Dylan DPC | -7/+12 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -1/+1 |
| 2022-07-13 | Clippy fallout. | Camille GILLOT | -7/+12 |
| 2022-07-12 | Fix clippy build | Maybe Waffle | -49/+49 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -57/+47 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -50/+59 |
| 2022-07-07 | Add test for and fix rust-lang/rust-clippy#9131 | Andrea Nall | -1/+1 |
| 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 | -2/+20 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -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 | -1/+1 |
| 2022-07-06 | Fix `#[expect]` and `#[allow]` for `clippy::duplicate_mod` | xFrednet | -2/+20 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -10/+10 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -1/+1 |
| 2022-07-02 | Rollup merge of #98639 - camsteffen:no-node-binding, r=compiler-errors | Dylan DPC | -17/+10 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -4/+5 |
| 2022-07-01 | Factor out hir::Node::Binding | Cameron Steffen | -17/+10 |
| 2022-06-30 | Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup | Philipp Krones | -2959/+4284 |
| 2022-06-20 | remove last use of MAX_SUGGESTION_HIGHLIGHT_LINES | Maybe Waffle | -10/+3 |
| 2022-06-19 | remove `span_lint_and_sugg_for_edges` from clippy utils | Maybe Waffle | -8/+4 |
| 2022-06-16 | Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup | flip1995 | -1089/+1656 |