about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2024-09-19[Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of pathGnomedDev-6/+6
2024-09-19[Clippy] Swap `VecArgs::hir` to use diagnostic items instead of pathsGnomedDev-1/+1
2024-09-19[Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it...GnomedDev-5/+5
2024-09-19[Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of pathGnomedDev-2/+2
2024-09-19[Clippy] Swap `redundant_clone` to use diagnostic items instead of pathsGnomedDev-3/+3
2024-09-19[Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of...GnomedDev-3/+3
2024-09-19[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of pathsGnomedDev-12/+12
2024-09-19[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of pathGnomedDev-2/+2
2024-09-19[Clippy] Swap `map_entry` to use diagnostic items instead of pathsGnomedDev-6/+6
2024-09-18[Clippy] Swap `manual_retain` to use diagnostic items instead of pathsGnomedDev-17/+17
2024-09-14stabilize `const_extern_fn`Folkert de Vries-6/+4
2024-09-13handle transmutes in const context if msrvs::CONST_FLOAT_BITS_CONVTrevor Spiteri-8/+14
2024-09-13Revert "stabilize const_float_bits_conv" for src/tools/clippy/clippy_lintsTrevor Spiteri-5/+13
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-13/+5
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-11/+9
2024-09-01stabilize const_float_bits_convRalf Jung-13/+5
2024-08-29Stop using ty::GenericPredicates for non-predicates_of queriesMichael Goulet-4/+3
2024-08-25Auto merge of #129531 - Jarcho:clippyup, r=Manishearthbors-1862/+836
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-1862/+836
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-10/+10
2024-08-08Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...Philipp Krones-2070/+2137
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-1/+3
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-28stabilize `is_sorted`Slanterns-1/+0
2024-07-26Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkovbors-12/+16
2024-07-26Auto merge of #128193 - flip1995:clippy-subtree-update, r=matthiaskrgrbors-1917/+1927
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-12/+16
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-1917/+1927
2024-07-25Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errorsMatthias Krüger-55/+1
2024-07-24Auto merge of #127524 - oli-obk:feed_item_attrs2, r=petrochenkovbors-4/+4
2024-07-22Get rid of infer_ctxt_extMichael Goulet-2/+2
2024-07-22Always pass the visitor as the first argument to walk* functionsOli Scherer-4/+4
2024-07-22Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)Oli Scherer-4/+4
2024-07-21Fix toolsMichael Goulet-3/+6
2024-07-21Move all error reporting into rustc_trait_selectionMichael Goulet-1/+0
2024-07-21Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnrbors-8/+7
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-15/+28
2024-07-18Make clippy and rustdoc happyMichael Goulet-8/+7
2024-07-18valtree construction: keep track of which type was valtree-incompatibleRalf Jung-1/+1
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-7/+6
2024-07-16Use `ConstArg` for array lengthsNoah Lev-15/+29
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-13/+13
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-1273/+1681
2024-07-11Remove unary neg from `clippy::precedence` lintUrgau-55/+1
2024-07-08Move trait selection error reporting to its own top-level moduleMichael Goulet-3/+3
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-16/+16
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-3/+3
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-3/+3
2024-07-02chore: remove duplicate wordshattizai-3/+3