rust/clippy_lints/src/casts
2022-05-23 12:23:48 +00:00
..
cast_abs_to_unsigned.rs cast_abs_to_unsigned: do not remove cast if it's required 2022-05-23 12:23:48 +00:00
cast_enum_constructor.rs Add lint cast_enum_constructor 2022-03-17 19:57:35 -04:00
cast_lossless.rs Pass msrvs by copy 2022-05-08 07:13:14 -04:00
cast_possible_truncation.rs Fix subtraction overflow in cast_possible_truncation 2022-04-11 18:54:44 +01:00
cast_possible_wrap.rs Merge commit '0e87918536' into clippyup 2021-03-25 19:29:11 +01:00
cast_precision_loss.rs Merge commit 'b7f3f7f608' into clippyup 2021-10-07 11:21:30 +02:00
cast_ptr_alignment.rs Don't lint cast_ptr_alignment when used for unaligned reads and writes 2022-04-04 13:54:52 -04:00
cast_ref_to_mut.rs Merge commit '97a5daa659' into clippyup 2022-01-13 13:18:19 +01:00
cast_sign_loss.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
cast_slice_different_sizes.rs Tweak some words improved representation 2022-05-13 14:20:25 +09:00
char_lit_as_u8.rs Merge commit '97a5daa659' into clippyup 2022-01-13 13:18:19 +01:00
fn_to_numeric_cast.rs Merge commit '0e87918536' into clippyup 2021-03-25 19:29:11 +01:00
fn_to_numeric_cast_any.rs Merge commit '91496c2ac6' into clippyup 2021-10-21 13:11:36 +02:00
fn_to_numeric_cast_with_truncation.rs Merge commit '0e87918536' into clippyup 2021-03-25 19:29:11 +01:00
mod.rs Tweak some words improved representation 2022-05-13 14:20:25 +09:00
ptr_as_ptr.rs Pass msrvs by copy 2022-05-08 07:13:14 -04:00
unnecessary_cast.rs First submit 2022-03-28 12:09:01 +08:00
utils.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00