about summary refs log tree commit diff
path: root/clippy_utils
AgeCommit message (Expand)AuthorLines
2025-02-21rename `MANUAL_DIV_CEIL` MSRV alias and add missing conf info for `manual_div...Alejandra González-1/+1
2025-02-21Represent the capability instead of the lint name in msrv aliasesSamuel Tardieu-1/+1
2025-02-20Bump nightly version -> 2025-02-20Philipp Krones-1/+1
2025-02-20Bump Clippy version -> 0.1.87Philipp Krones-1/+1
2025-02-20rename the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL`lapla-cogito-1/+1
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-53/+260
2025-02-19`.last()` to `.next_back()` requires a mutable receiver (#14140)Catherine Flores-0/+21
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-10/+8
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-14/+14
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-25/+23
2025-02-15Add `clippy_utils::is_mutable()`Samuel Tardieu-0/+21
2025-02-13fix: `needless_option_as_deref` FP in traityanglsh-1/+5
2025-02-12New lint: `mem_replace_option_with_some` (#14197)llogiq-0/+1
2025-02-12New lint: `mem_replace_option_with_some`Samuel Tardieu-0/+1
2025-02-12New lint: `unbuffered_bytes`jonathan-0/+1
2025-02-11`declare_interior_mutable_const`, `borrow_interior_mutable_const`: resolve `<...Alejandra González-0/+4
2025-02-11Use MIR body to identify more "default equivalent" callsEsteban Küber-8/+88
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-2/+2
2025-02-09make [`manual_map`] ignore types that contain `dyn` (#12712)Alex Macleod-1/+88
2025-02-07clippy: directly use rustc_abi instead of reexportsJubilee Young-7/+7
2025-02-07Handle more cases in `is_normalizable` (#13833)llogiq-5/+11
2025-02-07add MSRV check for `lines_filter_map_ok` (#14130)Catherine Flores-0/+1
2025-02-07Simplify `reindent_multiline()` signature (#14101)Timo-29/+23
2025-02-06Rollup merge of #136645 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-22/+42
2025-02-06Don't use labeled block as top-level blocks (#14102)Jason Newcomb-2/+2
2025-02-06Skip `use_self` inside macro expansions of a `impl Self` block (#13128)Alex Macleod-0/+15
2025-02-06Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...Philipp Krones-22/+42
2025-02-06Bump nightly version -> 2025-02-06Philipp Krones-1/+1
2025-02-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-22/+41
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-8/+12
2025-02-06Pulicize `clippy_utils::ty::ty_from_hir_ty`Lzu Tao-0/+15
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-1/+21
2025-02-05move `expr_requires_coercion` to clippy_utils & some other adjustmentsJ-ZhengLi-1/+88
2025-02-03Simplify `reindent_multiline()` signatureSamuel Tardieu-29/+23
2025-02-03new `manual_option_as_slice` lint (#13901)Alejandra González-0/+11
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-0/+20
2025-02-03Contracts core intrinsics.Felix S. Klock II-1/+1
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-8/+12
2025-02-03Use a different hir type for patterns in pattern types than we use in match p...Oli Scherer-2/+18
2025-02-03add `manual_slice_fill` lint (#14082)llogiq-1/+1
2025-02-03add `SLICE_FILL` to msrvlapla-cogito-1/+1
2025-02-01add MSRV check for `lines_filter_map_ok`lapla-cogito-0/+1
2025-02-01Resolve projections during internal mutability analysisPavel Grigorenko-0/+4
2025-01-31Enforce unsafe binders must be Copy (for now)Michael Goulet-0/+1
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-1/+2
2025-01-29Don't use labeled block as top-level blocksSamuel Tardieu-2/+2
2025-01-29Eliminate PatKind::PathOli Scherer-6/+21
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-3/+3
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-3/+3
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-30/+63