| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -85/+97 |
| 2022-06-14 | address review | b-naber | -1/+1 |
| 2022-06-14 | fix clippy test failures | b-naber | -13/+28 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -17/+15 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion` | Takayuki Maeda | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -18/+18 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -85/+97 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-06-07 | Rollup merge of #97794 - eltociear:patch-13, r=matthiaskrgr | Matthias Krüger | -1/+1 |
| 2022-06-06 | Fix typo in redundant_pattern_match.rs | Ikko Ashimine | -1/+1 |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -1663/+2653 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -2/+2 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -15/+21 |
| 2022-05-25 | try to cache region_scope_tree as a query | Ding Xiang Fei | -15/+3 |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -2/+2 |
| 2022-05-24 | Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum | Yuki Okushi | -22/+22 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -2/+2 |
| 2022-05-23 | Lifetime variance fixes for clippy | Michael Goulet | -22/+22 |
| 2022-05-22 | Fix clippy explicit_write lint for new writeln implementation | David Tolnay | -2/+34 |