about summary refs log tree commit diff
path: root/clippy_utils/src
AgeCommit message (Expand)AuthorLines
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-8/+8
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-8/+8
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-1/+2
2024-12-13Fix `single_match` lint being emitted when it should not (#13765)llogiq-4/+10
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-3/+22
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-1/+1
2024-12-13Fix `single_match` lint being emitted when it should notGuillaume Gomez-4/+10
2024-12-12Fix toolsMichael Goulet-3/+22
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-3/+1
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-1/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-7/+12
2024-12-08Move top-level files to `mod.rs` when applicable (#13732)llogiq-0/+0
2024-12-05update `borrow_as_ptr` to suggest `&raw` syntax (#13689)Jason Newcomb-2/+2
2024-12-05update `borrow_as_ptr` to suggest `&raw` when the MSRV allows itcyrgani-2/+2
2024-12-02Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxuGuillaume Gomez-2/+2
2024-12-02Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errorsGuillaume Gomez-1/+1
2024-12-02remove `Ty::is_copy_modulo_regions`lcnr-1/+1
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-2/+2
2024-12-01Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwuJacob Pratt-24/+12
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-24/+12
2024-11-29refactor(utils): move top-level files to `mod.rs` when applicableBD103-0/+0
2024-11-29Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearthbors-45/+224
2024-11-29Stop using `HybridBitSet` in clippy.Nicholas Nethercote-10/+10
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-45/+224
2024-11-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-45/+224
2024-11-25Handle repetition of associated constant constraint as wellSamuel Tardieu-3/+8
2024-11-25Use a better description of an internal function (#13721)llogiq-1/+1
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-2/+2
2024-11-24Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errorsMatthias Krüger-4/+3
2024-11-23Prevent ICE in case of a bound constraint on generic argumentSamuel Tardieu-5/+6
2024-11-23Use a better description of an internal functionSamuel Tardieu-1/+1
2024-11-23no more Reveal :(lcnr-1/+1
2024-11-23remove is_trivially_const_dropRalf Jung-4/+3
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+1
2024-11-19remove `TypingMode::from_param_env` in clippylcnr-47/+44
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-1/+1
2024-11-18Handle `Option::map_or(true, …)` in `unnecessary_map_or` lint (#13653)Catherine Flores-7/+7
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-23/+26
2024-11-16Simplify instances of `Option::map_or(true, …)` in Clippy sourcesSamuel Tardieu-7/+7
2024-11-15Support user format-like macrosYuri Astrakhan-2/+8
2024-11-15Move create_disallowed_map to clippy_configPhilipp Krones-14/+1
2024-11-15Move MSRV implementation to clippy_utilsPhilipp Krones-2/+169
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-37/+34
2024-11-14Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-37/+34
2024-11-12new lint `unnecessary_map_or`Jacherr-37/+34
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-6/+2
2024-11-08Clippy: cfg out validate_diag on release buildsPhilipp Krones-3/+4
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-108/+168
2024-11-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-108/+168
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-5/+5