about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2022-05-24Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obkbors-0/+1
2022-05-24Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-SimulacrumYuki Okushi-2/+2
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-0/+1
2022-05-23Lifetime variance fixes for clippyMichael Goulet-2/+2
2022-05-23Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillotDylan DPC-1/+1
2022-05-21Merge crate and restricted visibilitiesJacob Pratt-1/+1
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-1/+1
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-63/+129
2022-05-21Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakisbors-2/+2
2022-05-18Auto merge of #96863 - SparrowLii:let, r=michaelwoeristerbors-2/+4
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-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-3/+3
2022-05-13Add bound_fn_sigJack Huey-2/+2
2022-05-13remove TestItemNamesVisitorMiguel Guarniz-35/+23
2022-05-10Introduce EarlyBinderJack Huey-4/+4
2022-05-10Update clippy to new rake_read signatureEric Holk-2/+2
2022-05-10update clippylcnr-24/+10
2022-05-09fix clippySparrowLii-2/+4
2022-05-06Lint for significant drops who may have surprising lifetimes #1Preston From-0/+1
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-35/+241
2022-05-04Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkovbors-1/+2
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-1/+2
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-30Fix the clippy buildScott McMurray-0/+1
2022-04-23Stop visiting visibility.Camille GILLOT-1/+1
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-1/+2
2022-04-15clippy: Update full path to `CString`Vadim Petrochenkov-1/+1
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-1/+2
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-2/+2
2022-04-11Add new `Deinit` statement kindJakob Degen-1/+2
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-10/+15
2022-04-05span: move `MultiSpan`David Wood-5/+16
2022-04-02rebase and use ty::Const in patterns againb-naber-2/+2
2022-03-30clippy: nameres for primitive type implslcnr-35/+60
2022-03-30get clippy to compile againlcnr-8/+6
2022-03-24Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyupflip1995-2/+86
2022-03-14Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyupflip1995-12/+71
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-16/+16
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-1/+2
2022-03-07Stabilize const_fn_fn_ptr_basics and const_fn_trait_boundEric Holk-21/+1
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-3/+3
2022-03-05Change syntax for TyAlias where clausesJack Huey-42/+6
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-63/+104
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-9/+9
2022-02-21update clippylcnr-9/+9
2022-02-15Overhaul `Const`.Nicholas Nethercote-7/+7
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-11/+11
2022-02-12change to a struct variantEllen-1/+1