summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-02-17Don't lint `needless_borrow` in method receiver positionsJason Newcomb-1/+1
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-5/+5
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-2/+2
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-64/+65
2022-02-12change to a struct variantEllen-3/+3
2022-02-10Clippy: Fix botstrap falloutflip1995-21/+24
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-2613/+3264
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-01remove `TyS::same_type`lcnr-30/+23
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-6/+6
2022-01-29Change index_refutable_slice to use FxIndexMapGary Guo-6/+6
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-404/+802
2022-01-25Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillotbors-1/+1
2022-01-23Update clippyVadim Petrochenkov-49/+49
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-155/+149
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-8/+14
2022-01-18Auto merge of #93001 - flip1995:clippyup, r=Manishearthbors-64/+245
2022-01-17Update w/ commentskadmin-1/+1
2022-01-17Update term for use in more placeskadmin-6/+12
2022-01-17Use Term in ProjectionPredicatekadmin-7/+7
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-382/+112
2022-01-17Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyupflip1995-64/+245
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-21/+1
2022-01-16Fix Visitor::NestedFilter in ClippyCameron Steffen-370/+109
2022-01-16Format clippyCameron Steffen-12/+3
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-29/+28
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-29/+30
2022-01-15nyahggdshjjghsdfhgsfEllen-5/+4
2022-01-15initial revertEllen-30/+30
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-740/+1158
2022-01-12Remove LLVM-style inline assembly from clippyTomasz Miąsko-21/+1
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-4/+4
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-3/+3
2022-01-07Update clippy for associated item changesMatthew Jasper-14/+16
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-4/+17
2021-12-31Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednetbors-5/+5
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-159/+332
2021-12-28Update pulldown-cmark version in clippyGuillaume Gomez-5/+5
2021-12-23fix clippylcnr-4/+17
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-70/+72
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-20/+30
2021-12-17Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyupflip1995-356/+976
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-20/+20