summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-5/+5
2022-05-13Add bound_type_ofJack Huey-6/+6
2022-05-10Introduce EarlyBinderJack Huey-8/+8
2022-05-10update clippylcnr-21/+17
2022-05-08Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillotbors-8/+12
2022-05-08Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995bors-0/+412
2022-05-07Track if a where bound comes from a impl Trait desugarflip1995-4/+8
2022-05-06Lint for significant drops who may have surprising lifetimes #1Preston From-0/+412
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-6/+6
2022-05-05(Partially) Revert "HACK: Move buggy lints to nursery"flip1995-4/+4
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-1469/+2096
2022-05-03Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwcobors-2/+3
2022-05-03Make rustc_parse_format compile on stablebjorn3-2/+3
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-8/+8
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-43/+41
2022-04-30Inline WhereClause into Generics.Camille GILLOT-9/+8
2022-04-30Box HIR Generics and Impl.Camille GILLOT-3/+3
2022-04-29errors: `span_suggestion` takes `impl ToString`David Wood-3/+3
2022-04-23Make clippy inspector more precise.Camille GILLOT-2/+14
2022-04-23Drop vis in Item.Camille GILLOT-13/+13
2022-04-23Drop vis in ImplItem.Camille GILLOT-8/+5
2022-04-23Drop vis in FieldDef.Camille GILLOT-1/+4
2022-04-23Stop visiting visibility.Camille GILLOT-9/+8
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-3/+3
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+3
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-1/+6
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-6/+24
2022-04-14Update issue-92893.stderrouz-a-4/+4
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-6/+24
2022-04-13Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obkbors-2/+4
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-3/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-2/+4
2022-04-09Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercotebors-3/+2
2022-04-08remove CheckVisitor, CollectExternCrateVisitor and ItemLikeVisitor implsMiguel Guarniz-0/+4
2022-04-08Refactor HIR item-like traversal (part 1)Miguel Guarniz-1/+2
2022-04-08Avoid looking at the internals of Interned directlyOli Scherer-3/+2
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-578/+1108
2022-04-06get rid of visit_constant in thir visitorb-naber-8/+9
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-9/+21
2022-04-05span: move `MultiSpan`David Wood-7/+8
2022-04-02rebase and use ty::Const in patterns againb-naber-11/+8
2022-03-31Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPCbors-1/+1
2022-03-31Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnayDylan DPC-1/+1
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-7/+13
2022-03-30get clippy to compile againlcnr-36/+17
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-7/+13
2022-03-25Update clippy helper function typesGrisha Vartanyan-1/+1
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-208/+782