rust-clippy/clippy_lints/src/casts
2022-04-28 21:27:32 -04:00
..
cast_abs_to_unsigned.rs new lint cast_abs_to_unsigned 2022-04-07 11:28:14 +02:00
cast_enum_constructor.rs Add lint cast_enum_constructor 2022-03-17 19:57:35 -04:00
cast_lossless.rs Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup 2021-12-06 12:33:31 +01: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 '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup 2021-03-25 19:29:11 +01:00
cast_precision_loss.rs Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' 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 '97a5daa65908e59744e2bc625b14849352231c75' 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 use non-panicking snippet, use struct update syntax and add comment 2022-04-28 21:27:32 -04:00
char_lit_as_u8.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00
fn_to_numeric_cast.rs Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup 2021-03-25 19:29:11 +01:00
fn_to_numeric_cast_any.rs Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup 2021-10-21 13:11:36 +02:00
fn_to_numeric_cast_with_truncation.rs Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup 2021-03-25 19:29:11 +01:00
mod.rs Auto merge of #8706 - lupd:cast-abs-to-unsigned, r=xFrednet 2022-04-16 09:12:15 +00:00
ptr_as_ptr.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01: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