| Age | Commit message (Expand) | Author | Lines |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -46/+76 |
| 2022-05-21 | Fix lint registration | xFrednet | -1/+0 |
| 2022-05-21 | Merge 'rust-clippy/master' into clippyup | xFrednet | -627/+1416 |
| 2022-05-21 | Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis | bors | -3/+3 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -10/+10 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -2/+2 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -5/+5 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -6/+6 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -8/+8 |
| 2022-05-10 | Update clippy to new rake_read signature | Eric Holk | -3/+3 |
| 2022-05-10 | update clippy | lcnr | -21/+17 |
| 2022-05-09 | fix clippy | SparrowLii | -10/+10 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -8/+12 |
| 2022-05-08 | Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995 | bors | -0/+412 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -4/+8 |
| 2022-05-06 | Lint for significant drops who may have surprising lifetimes #1 | Preston From | -0/+412 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -6/+6 |
| 2022-05-05 | (Partially) Revert "HACK: Move buggy lints to nursery" | flip1995 | -4/+4 |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -1469/+2096 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -2/+3 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -2/+3 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -8/+8 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -43/+41 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -9/+8 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -3/+3 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -3/+3 |
| 2022-04-23 | Make clippy inspector more precise. | Camille GILLOT | -2/+14 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -13/+13 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -8/+5 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -1/+4 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -9/+8 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -3/+3 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+3 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -1/+6 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -6/+24 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -4/+4 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -6/+24 |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -2/+4 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -3/+1 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -2/+4 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -3/+2 |
| 2022-04-08 | remove CheckVisitor, CollectExternCrateVisitor and ItemLikeVisitor impls | Miguel Guarniz | -0/+4 |
| 2022-04-08 | Refactor HIR item-like traversal (part 1) | Miguel Guarniz | -1/+2 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -3/+2 |
| 2022-04-08 | Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup | flip1995 | -578/+1108 |
| 2022-04-06 | get rid of visit_constant in thir visitor | b-naber | -8/+9 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -1/+1 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -1/+3 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -9/+21 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -7/+8 |