rust/clippy_lints/src/casts
2023-11-15 00:14:38 +00:00
..
as_ptr_cast_mut.rs Format let-chains across the code base 2023-11-02 17:24:30 +01:00
as_underscore.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
borrow_as_ptr.rs Merge commit '37f4c1725d' into clippyup 2023-07-02 14:59:02 +02:00
cast_abs_to_unsigned.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
cast_enum_constructor.rs Merge commit 'd0cf3481a8' into clippyup 2022-03-24 14:50:04 +01:00
cast_lossless.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
cast_nan_to_int.rs Merge commit '435a8ad86c' into clippyup 2023-05-20 15:39:26 +02:00
cast_possible_truncation.rs Merge commit '7671c283a5' into clippyup 2023-09-25 11:28:58 +02:00
cast_possible_wrap.rs replace lint with span_lint_and_then 2023-11-15 00:14:38 +00:00
cast_precision_loss.rs Merge commit 'b7f3f7f608' into clippyup 2021-10-07 11:21:30 +02:00
cast_ptr_alignment.rs Format let-chains across the code base 2023-11-02 17:24:30 +01:00
cast_sign_loss.rs Clean up after if chain removal 2023-11-10 18:03:13 +00:00
cast_slice_different_sizes.rs Clean up after if chain removal 2023-11-10 18:03:13 +00:00
cast_slice_from_raw_parts.rs Clean up after if chain removal 2023-11-10 18:03:13 +00:00
char_lit_as_u8.rs Clean up after if chain removal 2023-11-10 18:03:13 +00:00
fn_to_numeric_cast.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
fn_to_numeric_cast_any.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
fn_to_numeric_cast_with_truncation.rs Merge commit 'ac0e10aa68' into clippyup 2022-10-06 09:44:38 +02:00
mod.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
ptr_as_ptr.rs Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
ptr_cast_constness.rs Clean up after if chain removal 2023-11-10 18:03:13 +00:00
unnecessary_cast.rs Clean up after if chain removal 2023-11-10 18:03:13 +00:00
utils.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
zero_ptr.rs Merge commit '7671c283a5' into clippyup 2023-09-25 11:28:58 +02:00