rust-clippy/clippy_lints/src/transmute
2022-04-06 11:57:55 -04:00
..
crosspointer_transmute.rs Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup 2021-03-25 19:29:11 +01:00
mod.rs Don't warn int-to-char transmutes in const contexts 2022-03-30 18:47:50 +01:00
transmute_float_to_int.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
transmute_int_to_bool.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
transmute_int_to_char.rs Don't warn int-to-char transmutes in const contexts 2022-03-30 18:47:50 +01:00
transmute_int_to_float.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
transmute_num_to_bytes.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
transmute_ptr_to_ptr.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
transmute_ptr_to_ref.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
transmute_ref_to_ref.rs Report from_utf8 suggestion as maybe incorrect 2022-04-06 10:14:20 +01:00
transmute_undefined_repr.rs Don't lint transmute_undefined_repr when changing the type of generic params 2022-03-16 12:56:23 -04:00
transmutes_expressible_as_ptr_casts.rs Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup 2022-02-10 18:40:06 +01:00
unsound_collection_transmute.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
useless_transmute.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00
utils.rs Better check size and alignment requirements in unsound_collection_transmute 2022-04-06 11:57:55 -04:00
wrong_transmute.rs Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup 2021-03-25 19:29:11 +01:00