about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-02-26Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyupflip1995-1441/+3461
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-23/+21
2022-02-24Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac...Dylan DPC-1/+1
2022-02-24Update clippy testsVadim Petrochenkov-2/+2
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-24better ObligationCause for normalization errors in can_type_implement_copyMichael Goulet-1/+1
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-6/+4
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-17/+17
2022-02-21update clippylcnr-19/+18
2022-02-18Auto merge of #94088 - oli-obk:revert, r=jackh726bors-10/+2
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-10/+2
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-26/+8
2022-02-17Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkovMatthias Krüger-1/+1
2022-02-16Correctly mark the span of captured arguments in `format_args!()`Chayim Refael Friedman-1/+1
2022-02-15Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnayMatthias Krüger-3/+2
2022-02-15Move transmute_undefined_repr back to nurseryflip1995-3/+2
2022-02-15Overhaul `Const`.Nicholas Nethercote-12/+12
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-2/+2
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-77/+78
2022-02-14Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnrbors-4/+4
2022-02-12change to a struct variantEllen-4/+4
2022-02-12Bless clippy test.Camille GILLOT-2/+10
2022-02-11Auto merge of #93893 - oli-obk:sad_revert, r=oli-obkbors-1/+0
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-1/+0
2022-02-10Clippy: Fix botstrap falloutflip1995-21/+24
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-3159/+4462
2022-02-09Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakisYuki Okushi-3/+0
2022-02-03Remove defaultness from ImplItem.Camille GILLOT-3/+0
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-0/+1
2022-02-01Rollup merge of #93290 - lcnr:same_type, r=jackh726Matthias Krüger-32/+25
2022-02-01remove `TyS::same_type`lcnr-32/+25
2022-02-01silence lint in clippylcnr-26/+27
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-12/+22
2022-01-29Change index_refutable_slice to use FxIndexMapGary Guo-6/+6
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-6/+16
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-997/+1841
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-1/+1
2022-01-23Update clippyVadim Petrochenkov-64/+54
2022-01-23rustc_lint: Reuse the set of registered tools from resolverVadim Petrochenkov-1/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-168/+162
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-1/+10
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-1/+1
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-11/+25
2022-01-18Auto merge of #93001 - flip1995:clippyup, r=Manishearthbors-100/+754
2022-01-17Update w/ commentskadmin-1/+1
2022-01-17Update term for use in more placeskadmin-6/+12
2022-01-17Bless clippy ui tests after format_args changeDavid Tolnay-1/+10
2022-01-17Use Term in ProjectionPredicatekadmin-7/+7
2022-01-17Add termkadmin-2/+9