about summary refs log tree commit diff
path: root/clippy_lints/src/transmute/transmute_ref_to_ref.rs
AgeCommit message (Expand)AuthorLines
2024-04-04Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2024-04-01fix fallout from previous commity21-1/+1
2024-03-22And the tools tooMichael Goulet-13/+5
2024-01-25Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...Philipp Krones-3/+5
2024-01-15Use `std_or_core` instead of doing check by hand every timeGuillaume Gomez-3/+3
2024-01-14Correctly suggest `std` or `core` path depending if this is a `no_std` crateGuillaume Gomez-3/+5
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-60/+50
2023-11-10Clean up after if chain removalAlex Macleod-29/+21
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-54/+52
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-2/+2
2023-02-13Use is_str instead of string kind comparisonMichael Goulet-1/+2
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1/+1
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-6/+8
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-2/+2
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-3/+3
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+3
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-0/+85