about summary refs log tree commit diff
path: root/clippy_lints/src/needless_pass_by_ref_mut.rs
AgeCommit message (Expand)AuthorLines
2025-02-20Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-1/+1
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-2/+1
2025-02-07clippy: directly use rustc_abi instead of reexportsJubilee Young-2/+2
2024-11-07Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...Philipp Krones-1/+1
2024-11-07Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-3/+3
2024-10-30Use match ergonomics compatible with editions 2021 and 2024Samuel Tardieu-1/+1
2024-10-05Handle `clippy` cases of `rustc::potential_query_instability` lintismailarilik-5/+5
2024-10-03Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u...Philipp Krones-1/+1
2024-09-24Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...Philipp Krones-1/+1
2024-07-25Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...Philipp Krones-5/+4
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-5/+6
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-2/+2
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-2/+6
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-2/+2
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-7/+4
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-7/+19
2024-03-18Deduplicate `associated_body` and `body_id`Oli Scherer-2/+4
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-4/+1
2024-02-27Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u...Philipp Krones-3/+2
2024-02-13Bump `indexmap`clubby789-1/+2
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-1/+1
2024-01-25Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...Philipp Krones-53/+24
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-4/+5
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-1/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-2/+2
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-4/+11
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-19/+85
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-2/+2
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-19/+52
2023-08-17Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3bors-22/+81
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-48/+157
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-0/+273