rust-clippy/clippy_lints/src/transmute
2022-02-13 13:22:17 -05:00
..
crosspointer_transmute.rs Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup 2021-03-25 19:29:11 +01:00
mod.rs Fix transmute_undefined_repr with single field #[repr(C)] structs 2022-02-13 13:22:17 -05:00
transmute_float_to_int.rs Small transmute_float_to_int cleanup 2022-02-06 09:42:10 -05:00
transmute_int_to_bool.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
transmute_int_to_char.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
transmute_int_to_float.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
transmute_num_to_bytes.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
transmute_ptr_to_ptr.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
transmute_ptr_to_ref.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
transmute_ref_to_ref.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
transmute_undefined_repr.rs Fix transmute_undefined_repr with single field #[repr(C)] structs 2022-02-13 13:22:17 -05:00
transmutes_expressible_as_ptr_casts.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
unsound_collection_transmute.rs Factor out match_any_diagnostic_items 2022-01-28 16:05:35 -06:00
useless_transmute.rs Minor cleanup on transmute lints 2022-02-01 10:58:01 -05:00
utils.rs Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup 2021-04-08 17:50:13 +02:00
wrong_transmute.rs Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup 2021-03-25 19:29:11 +01:00