about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2023-04-24Auto merge of #110718 - flip1995:clippyup, r=Manishearthbors-128/+298
2023-04-23Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors-2/+2
2023-04-23Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyupPhilipp Krones-128/+298
2023-04-22Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors-1/+7
2023-04-21Allow `LocalDefId` as the argument to `def_path_str`Oli Scherer-2/+2
2023-04-21offset_ofDrMeepster-1/+7
2023-04-20add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...Kyle Matsuda-1/+1
2023-04-20change usages of explicit_item_bounds to bound_explicit_item_boundsKyle Matsuda-4/+3
2023-04-20Remove WithOptconstParam.Camille GILLOT-5/+3
2023-04-16Alloc `hir::Lit` in an arena to remove the destructor from `Expr`Nilstrieb-5/+5
2023-04-11Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyupPhilipp Krones-513/+1468
2023-04-06Make elaborator genericMichael Goulet-1/+1
2023-04-04Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`Oli Scherer-2/+2
2023-04-04box a bunch of large typesOli Scherer-2/+2
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-2/+2
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-1/+1
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-2/+2
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-7/+8
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-28Add `(..)` syntax for RTNMichael Goulet-7/+8
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-2/+2
2023-03-26Don't elaborate non-obligations into obligationsMichael Goulet-2/+2
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-276/+623
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-3/+3
2023-03-22Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errorsbors-2/+4
2023-03-21Use local key in providersMichael Goulet-7/+7
2023-03-21remove some trait solver helperslcnr-2/+4
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-2/+2
2023-03-14Remove box expressions from HIRclubby789-20/+5
2023-03-14Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errorsbors-8/+1
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-2/+1
2023-03-11Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errorsMatthias Krüger-33/+32
2023-03-10Directly construct Inherited.Camille GILLOT-33/+32
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-261/+769
2023-03-08Remove `identity_future` indirectionArpad Borsos-8/+1
2023-03-08Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholkbors-7/+3
2023-03-05Auto merge of #108351 - petrochenkov:rmdit, r=cjgillotbors-13/+7
2023-03-02Fix array-size-threshold config deserialization errorAlex Macleod-2/+2
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-13/+7
2023-03-01Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.Michael Woerister-7/+3
2023-02-26Auto merge of #108474 - Jarcho:clippyup, r=Manishearthbors-292/+1360
2023-02-26Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë...Matthias Krüger-5/+6
2023-02-26Remove `from_fn` lang itemNilstrieb-5/+6
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-292/+1360
2023-02-25Make clippy happyMichael Goulet-5/+5
2023-02-24Rename many interner functions.Nicholas Nethercote-4/+4
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-9/+9
2023-02-22Remove type-traversal trait aliasesAlan Egerton-9/+9
2023-02-22various: translation resources from cg backendDavid Wood-2/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1