about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-05-24Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obkbors-2/+3
2022-05-24Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-SimulacrumYuki Okushi-24/+24
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-2/+3
2022-05-23Lifetime variance fixes for clippyMichael Goulet-24/+24
2022-05-23Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillotDylan DPC-1/+1
2022-05-22Fix clippy explicit_write lint for new writeln implementationDavid Tolnay-2/+34
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-46/+76
2022-05-21Merge crate and restricted visibilitiesJacob Pratt-1/+1
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-1/+1
2022-05-21Fix lint registrationxFrednet-1/+0
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-1711/+4449
2022-05-21Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakisbors-5/+5
2022-05-18Auto merge of #96863 - SparrowLii:let, r=michaelwoeristerbors-12/+14
2022-05-17Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitorbors-2/+2
2022-05-17Rollup merge of #97079 - SparrowLii:successors, r=lcnrYuki Okushi-2/+2
2022-05-17Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwcobors-2/+1
2022-05-17Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillotbors-35/+23
2022-05-17Change `Successors` to `impl Iterator<Item = BasicBlock>`SparrowLii-2/+2
2022-05-16Add a query for checking whether a function is an intrinsic.Oli Scherer-2/+1
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-8/+8
2022-05-13Add bound_fn_sigJack Huey-2/+2
2022-05-13Add bound_type_ofJack Huey-6/+6
2022-05-13remove TestItemNamesVisitorMiguel Guarniz-35/+23
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-45/+27
2022-05-11Bless clippy.Camille GILLOT-1/+9
2022-05-10Introduce EarlyBinderJack Huey-12/+12
2022-05-10Update clippy to new rake_read signatureEric Holk-5/+5
2022-05-10update clippylcnr-45/+27
2022-05-09fix clippySparrowLii-12/+14
2022-05-09Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiserbors-0/+182
2022-05-08Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillotbors-26/+14
2022-05-08Test `expect` attribute for tool lints, clippy edition (RFC 2383)xFrednet-0/+182
2022-05-08Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995bors-0/+1201
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/+1201
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-6/+6
2022-05-06Rollup merge of #96557 - nbdd0121:const, r=oli-obkGuillaume Gomez-1/+1
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-22/+6
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-2639/+6204
2022-05-05Bless clippy error msgGary Guo-1/+1
2022-05-04Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkovbors-1/+2
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-1/+2
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-9/+9
2022-04-30Fix the clippy buildScott McMurray-0/+1
2022-04-30Bless tests.Camille GILLOT-14/+2
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-43/+41
2022-04-30Inline WhereClause into Generics.Camille GILLOT-9/+8