| Age | Commit message (Expand) | Author | Lines |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -1/+1 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -1/+1 |
| 2022-02-15 | Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnay | Matthias Krüger | -3/+2 |
| 2022-02-15 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -5/+5 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -2/+2 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -64/+65 |
| 2022-02-12 | change to a struct variant | Ellen | -3/+3 |
| 2022-02-10 | Clippy: Fix botstrap fallout | flip1995 | -21/+24 |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -2613/+3264 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -3/+0 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -3/+0 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -30/+23 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -6/+6 |
| 2022-01-29 | Change index_refutable_slice to use FxIndexMap | Gary Guo | -6/+6 |
| 2022-01-27 | Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup | flip1995 | -404/+802 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-23 | Update clippy | Vadim Petrochenkov | -49/+49 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -1/+1 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -155/+149 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -8/+14 |
| 2022-01-18 | Auto merge of #93001 - flip1995:clippyup, r=Manishearth | bors | -64/+245 |
| 2022-01-17 | Update w/ comments | kadmin | -1/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -6/+12 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -7/+7 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -382/+112 |
| 2022-01-17 | Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup | flip1995 | -64/+245 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -21/+1 |
| 2022-01-16 | Fix Visitor::NestedFilter in Clippy | Cameron Steffen | -370/+109 |
| 2022-01-16 | Format clippy | Cameron Steffen | -12/+3 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -29/+28 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -29/+30 |
| 2022-01-15 | nyahggdshjjghsdfhgsf | Ellen | -5/+4 |
| 2022-01-15 | initial revert | Ellen | -30/+30 |
| 2022-01-13 | Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup | flip1995 | -740/+1158 |
| 2022-01-12 | Remove LLVM-style inline assembly from clippy | Tomasz Miąsko | -21/+1 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -4/+4 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -3/+3 |
| 2022-01-07 | Update clippy for associated item changes | Matthew Jasper | -14/+16 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -4/+17 |
| 2021-12-31 | Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednet | bors | -5/+5 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -159/+332 |
| 2021-12-28 | Update pulldown-cmark version in clippy | Guillaume Gomez | -5/+5 |
| 2021-12-23 | fix clippy | lcnr | -4/+17 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -70/+72 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -20/+30 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -356/+976 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -20/+20 |