about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2022-07-01Factor out hir::Node::BindingCameron Steffen-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-88/+446
2022-06-19remove `span_lint_and_sugg_for_edges` from clippy utilsMaybe Waffle-90/+1
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-2/+2
2022-06-17remove the rest of unnecessary `to_string`Takayuki Maeda-1/+1
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-2/+2
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-6/+20
2022-06-15Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011Yuki Okushi-13/+15
2022-06-14fix wrong evaluation in clippyb-naber-2/+2
2022-06-14address reviewb-naber-15/+5
2022-06-14fix clippy test failuresb-naber-51/+74
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-64/+52
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-1/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-13/+15
2022-06-04Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyupPhilipp Krones-27/+71
2022-06-03Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebankDylan DPC-5/+3
2022-06-03Manipulate lifetimes by LocalDefId for region resolution.Camille GILLOT-5/+3
2022-06-03Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obkDylan DPC-1/+6
2022-06-02Auto merge of #97575 - nnethercote:lazify-SourceFile-lines, r=Mark-Simulacrumbors-3/+3
2022-06-02add cast kind of from_exposed_addr (int-to-ptr casts)Ralf Jung-1/+6
2022-06-01rename PointerAddress → PointerExposeAddressRalf Jung-1/+1
2022-06-01Lazify `SourceFile::lines`.Nicholas Nethercote-3/+3
2022-05-31Add a pointer to address cast kindTomasz Miąsko-10/+5
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