.. |
author
|
Avoid GenFuture shim when compiling async constructs
|
2022-11-24 10:04:27 +01:00 |
auxiliary
|
Test needless_lifetimes within external macro
|
2023-01-30 16:16:53 -07:00 |
borrow_interior_mutable_const
|
Make Clippy test no longer unsound
|
2022-12-19 18:16:22 +00:00 |
branches_sharing_code
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2022-10-06 09:19:29 +02:00 |
checked_unwrap
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
cmp_owned
|
Auto merge of #8807 - Jarcho:cmp_owned, r=giraffate
|
2022-05-18 00:19:36 +00:00 |
crashes
|
Add machine applicable suggestion for needless_lifetimes
|
2023-01-31 14:12:03 +00:00 |
crate_level_checks
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
declare_interior_mutable_const
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
doc
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
index_refutable_slice
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
manual_memcpy
|
resolve the conflict in compiler/rustc_session/src/parse.rs
|
2022-03-16 20:12:30 +08:00 |
missing_const_for_fn
|
Allow using clippy::msrv as an outer attribute
|
2022-11-27 12:43:17 +00:00 |
needless_bool
|
Add test
|
2021-12-25 00:29:24 +09:00 |
out_of_bounds_indexing
|
make const_err a hard error
|
2022-10-07 18:08:49 +02:00 |
pattern_type_mismatch
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
rc_clone_in_vec_init
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
should_impl_trait
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2022-10-06 09:19:29 +02:00 |
size_of_in_element_count
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
absurd-extreme-comparisons.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
absurd-extreme-comparisons.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
allow_attributes_without_reason.rs
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
allow_attributes_without_reason.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
almost_complete_range.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
almost_complete_range.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
almost_complete_range.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
approx_const.rs
|
|
|
approx_const.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
arithmetic_side_effects.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
arithmetic_side_effects.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
as_conversions.rs
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
as_conversions.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
as_ptr_cast_mut.rs
|
Add as_ptr_cast_mut lint
|
2022-10-01 19:23:53 +02:00 |
as_ptr_cast_mut.stderr
|
Add as_ptr_cast_mut lint
|
2022-10-01 19:23:53 +02:00 |
as_underscore.fixed
|
add as_underscore lint
|
2022-06-03 18:11:23 +02:00 |
as_underscore.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
as_underscore.stderr
|
add as_underscore lint
|
2022-06-03 18:11:23 +02:00 |
asm_syntax.rs
|
Fix clippy tests
|
2021-12-13 00:00:51 +00:00 |
asm_syntax.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
assertions_on_constants.rs
|
assertions_on_constants: ignore indirect cfg!
|
2022-04-13 22:47:08 -06:00 |
assertions_on_constants.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
assertions_on_result_states.fixed
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
assertions_on_result_states.rs
|
assertions_on_result_states fix suggestion when assert! not in a statement
|
2022-09-10 10:30:19 +02:00 |
assertions_on_result_states.stderr
|
assertions_on_result_states fix suggestion when assert! not in a statement
|
2022-09-10 10:30:19 +02:00 |
assign_ops2.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
assign_ops2.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
assign_ops.fixed
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
assign_ops.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
assign_ops.stderr
|
Don't lint assign_op_pattern when the suggestion would cause borrowck errors
|
2022-07-20 10:23:07 -04:00 |
async_yields_async.fixed
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
async_yields_async.rs
|
Fix #[expect] for async_yields_async
|
2022-06-06 14:13:28 +02:00 |
async_yields_async.stderr
|
Account for multiple multiline spans with empty padding
|
2022-12-29 09:13:40 -08:00 |
attrs.rs
|
Reinstate test for forbid blanket restriction
|
2020-10-07 00:02:28 +02:00 |
attrs.stderr
|
Reinstate test for forbid blanket restriction
|
2020-10-07 00:02:28 +02:00 |
author.rs
|
|
|
author.stdout
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
await_holding_lock.rs
|
Add test for drop-before-await FP
|
2022-02-17 18:03:13 +01:00 |
await_holding_lock.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
await_holding_refcell_ref.rs
|
update most tests to 2021 edition
|
2021-10-30 14:50:53 +02:00 |
await_holding_refcell_ref.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
bind_instead_of_map_multipart.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
bind_instead_of_map_multipart.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
bind_instead_of_map_multipart.stderr
|
bless clippy ui tests
|
2022-06-16 18:00:32 +04:00 |
bind_instead_of_map.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
bind_instead_of_map.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
bind_instead_of_map.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
bit_masks.rs
|
|
|
bit_masks.stderr
|
|
|
blanket_clippy_restriction_lints.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
blanket_clippy_restriction_lints.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
blocks_in_if_conditions_closure.rs
|
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
|
2021-12-17 13:40:22 +01:00 |
blocks_in_if_conditions_closure.stderr
|
Fix CHANGELOG.md and lint names plural
|
2020-05-15 18:27:11 +02:00 |
blocks_in_if_conditions.fixed
|
Add version = "Two" to rustfmt.toml
|
2021-03-01 16:17:33 -06:00 |
blocks_in_if_conditions.rs
|
|
|
blocks_in_if_conditions.stderr
|
update clippy
|
2021-08-11 14:21:33 +00:00 |
bool_assert_comparison.fixed
|
Negate suggestions when needed in bool_assert_comparison
|
2023-02-04 19:28:11 +00:00 |
bool_assert_comparison.rs
|
Negate suggestions when needed in bool_assert_comparison
|
2023-02-04 19:28:11 +00:00 |
bool_assert_comparison.stderr
|
Negate suggestions when needed in bool_assert_comparison
|
2023-02-04 19:28:11 +00:00 |
bool_comparison.fixed
|
|
|
bool_comparison.rs
|
No lint with cfg! and fix sugg for macro in needless_bool lint
|
2020-10-24 09:37:23 +02:00 |
bool_comparison.stderr
|
No lint with cfg! and fix sugg for macro in needless_bool lint
|
2020-10-24 09:37:23 +02:00 |
bool_to_int_with_if.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
bool_to_int_with_if.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
bool_to_int_with_if.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
borrow_as_ptr_no_std.fixed
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
borrow_as_ptr_no_std.rs
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
borrow_as_ptr_no_std.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
borrow_as_ptr.fixed
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
borrow_as_ptr.rs
|
Add borrow_as_ptr lint
|
2022-01-11 09:53:29 +01:00 |
borrow_as_ptr.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
borrow_box.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
borrow_box.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
borrow_deref_ref_unfixable.rs
|
Don't lint explicit_auto_deref on reborrows
|
2022-06-28 12:48:26 -04:00 |
borrow_deref_ref_unfixable.stderr
|
split into borrow_deref_ref.rs and borrow_deref_ref_unfixable.rs
|
2022-06-01 15:43:48 +00:00 |
borrow_deref_ref.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
borrow_deref_ref.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
borrow_deref_ref.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
box_collection.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
box_collection.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
box_default_no_std.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
box_default.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
box_default.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
box_default.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
boxed_local.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
boxed_local.stderr
|
Fix #[expect] for clippy::boxed_local
|
2022-06-25 14:16:30 +02:00 |
builtin_type_shadow.rs
|
|
|
builtin_type_shadow.stderr
|
|
|
bytecount.rs
|
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
|
2022-01-27 15:12:45 +01:00 |
bytecount.stderr
|
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
|
2022-01-27 15:12:45 +01:00 |
bytes_count_to_len.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
bytes_count_to_len.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
bytes_count_to_len.stderr
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
bytes_nth.fixed
|
add #[must_use] to functions of slice and its iterators.
|
2022-03-26 15:37:48 +01:00 |
bytes_nth.rs
|
add #[must_use] to functions of slice and its iterators.
|
2022-03-26 15:37:48 +01:00 |
bytes_nth.stderr
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
case_sensitive_file_extension_comparisons.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
case_sensitive_file_extension_comparisons.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
case_sensitive_file_extension_comparisons.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
cast_abs_to_unsigned.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cast_abs_to_unsigned.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cast_abs_to_unsigned.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cast_alignment.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
cast_alignment.stderr
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
cast_enum_constructor.rs
|
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
|
2022-03-24 14:50:04 +01:00 |
cast_enum_constructor.stderr
|
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
|
2022-03-24 14:50:04 +01:00 |
cast_lossless_bool.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cast_lossless_bool.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cast_lossless_bool.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cast_lossless_float.fixed
|
Add #[must_use] to From::from and Into::into
|
2021-10-11 18:10:30 -04:00 |
cast_lossless_float.rs
|
Add #[must_use] to From::from and Into::into
|
2021-10-11 18:10:30 -04:00 |
cast_lossless_float.stderr
|
Add #[must_use] to From::from and Into::into
|
2021-10-11 18:10:30 -04:00 |
cast_lossless_integer.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
cast_lossless_integer.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
cast_lossless_integer.stderr
|
Add #[must_use] to From::from and Into::into
|
2021-10-11 18:10:30 -04:00 |
cast_nan_to_int.rs
|
add cast-nan-to-int lint
|
2022-10-12 13:29:27 +02:00 |
cast_nan_to_int.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
cast_raw_slice_pointer_cast.fixed
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
cast_raw_slice_pointer_cast.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
cast_raw_slice_pointer_cast.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
cast_ref_to_mut.rs
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
cast_ref_to_mut.stderr
|
Revert "Add rustfmt::skip as a work around"
|
2020-11-18 12:36:47 +09:00 |
cast_size_32bit.rs
|
chore: fix and split some ui tests on 32bit system
|
2019-12-01 19:07:02 +07:00 |
cast_size_32bit.stderr
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
cast_size.rs
|
chore: fix and split some ui tests on 32bit system
|
2019-12-01 19:07:02 +07:00 |
cast_size.stderr
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
cast_slice_different_sizes.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
cast_slice_different_sizes.stderr
|
fix ICE by using a type to return the info we want and also fix some bugs in displaying an extra mut when a TypeAndMut was wrong
|
2022-04-23 13:07:13 -04:00 |
cast.rs
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
cast.stderr
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
cfg_attr_rustfmt.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cfg_attr_rustfmt.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cfg_attr_rustfmt.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
char_lit_as_u8_suggestions.fixed
|
use a structured suggestion for char-lit-as-u8
|
2019-09-04 08:50:55 -04:00 |
char_lit_as_u8_suggestions.rs
|
|
|
char_lit_as_u8_suggestions.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
char_lit_as_u8.rs
|
|
|
char_lit_as_u8.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
checked_conversions.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
checked_conversions.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
checked_conversions.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
clone_on_copy_impl.rs
|
|
|
clone_on_copy.fixed
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
clone_on_copy.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
clone_on_copy.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
cloned_instead_of_copied.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cloned_instead_of_copied.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cloned_instead_of_copied.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
cmp_nan.rs
|
|
|
cmp_nan.stderr
|
|
|
cmp_null.rs
|
|
|
cmp_null.stderr
|
|
|
cognitive_complexity_attr_used.rs
|
|
|
cognitive_complexity_attr_used.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
cognitive_complexity.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
cognitive_complexity.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
collapsible_else_if.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
collapsible_else_if.rs
|
Fix missing whitespace in collapsible_else_if suggestion
|
2022-04-21 13:45:40 -04:00 |
collapsible_else_if.stderr
|
Fix missing whitespace in collapsible_else_if suggestion
|
2022-04-21 13:45:40 -04:00 |
collapsible_if.fixed
|
Use macro source when creating Sugg helper
|
2022-09-01 18:46:53 +08:00 |
collapsible_if.rs
|
Use macro source when creating Sugg helper
|
2022-09-01 18:46:53 +08:00 |
collapsible_if.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
collapsible_match2.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
collapsible_match2.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
collapsible_match.rs
|
[collapsible_match ] specify field name when destructuring structs
|
2022-10-21 14:51:13 +02:00 |
collapsible_match.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
collapsible_str_replace.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
collapsible_str_replace.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
collapsible_str_replace.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
comparison_chain.rs
|
fix a false-positive inside const fn in comparison_chain
|
2021-04-22 16:58:12 +09:00 |
comparison_chain.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
comparison_to_empty.fixed
|
|
|
comparison_to_empty.rs
|
|
|
comparison_to_empty.stderr
|
Initial implementation of comparison_to_empty
|
2020-10-26 00:31:25 +01:00 |
copy_iterator.rs
|
|
|
copy_iterator.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
crate_in_macro_def.fixed
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
crate_in_macro_def.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
crate_in_macro_def.stderr
|
Fix error message in crate_in_macro_def.stderr
|
2022-03-30 12:52:31 -04:00 |
create_dir.fixed
|
|
|
create_dir.rs
|
|
|
create_dir.stderr
|
|
|
dbg_macro.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
dbg_macro.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
debug_assert_with_mut_call.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
debug_assert_with_mut_call.stderr
|
|
|
decimal_literal_representation.fixed
|
|
|
decimal_literal_representation.rs
|
Do not drop suffixes on decimal_literal_representation
|
2019-12-26 01:22:36 +09:00 |
decimal_literal_representation.stderr
|
Do not drop suffixes on decimal_literal_representation
|
2019-12-26 01:22:36 +09:00 |
def_id_nocore.rs
|
add checks for the signature of the lang item
|
2023-01-11 14:35:08 -08:00 |
def_id_nocore.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
default_instead_of_iter_empty.fixed
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
default_instead_of_iter_empty.rs
|
feat(lint): add default_iter_empty
|
2022-06-17 21:34:36 +09:00 |
default_instead_of_iter_empty.stderr
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
default_numeric_fallback_f64.fixed
|
default_numeric_fallback do not lint on constants
|
2022-10-12 22:34:32 +02:00 |
default_numeric_fallback_f64.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
default_numeric_fallback_f64.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
default_numeric_fallback_i32.fixed
|
default_numeric_fallback do not lint on constants
|
2022-10-12 22:34:32 +02:00 |
default_numeric_fallback_i32.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
default_numeric_fallback_i32.stderr
|
default_numeric_fallback do not lint on constants
|
2022-10-12 22:34:32 +02:00 |
default_trait_access.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
default_trait_access.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
default_trait_access.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
default_union_representation.rs
|
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
|
2022-02-10 18:40:06 +01:00 |
default_union_representation.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
deprecated_old.rs
|
|
|
deprecated_old.stderr
|
|
|
deprecated.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
deprecated.stderr
|
Generate deprecated lints test
|
2022-04-03 08:54:37 -04:00 |
deref_addrof_double_trigger.rs
|
|
|
deref_addrof_double_trigger.stderr
|
deref_addrof_double_trigger: Note why rustfix can't be used
|
2019-09-20 14:51:28 +09:00 |
deref_addrof_macro.rs
|
|
|
deref_addrof.fixed
|
Don't lint deref_addrof when the two operations occur in different expansions
|
2022-01-12 00:25:42 -05:00 |
deref_addrof.rs
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
deref_addrof.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
deref_by_slicing.fixed
|
needless_deref
|
2022-05-30 01:46:15 +00:00 |
deref_by_slicing.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
deref_by_slicing.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
derivable_impls.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
derivable_impls.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
derivable_impls.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
derive_ord_xor_partial_ord.rs
|
|
|
derive_ord_xor_partial_ord.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
derive_partial_eq_without_eq.fixed
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
derive_partial_eq_without_eq.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
derive_partial_eq_without_eq.stderr
|
Actually get the correct ParamEnv in derive_partial_eq_without_eq
|
2022-06-04 20:35:41 -04:00 |
derive.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
derive.stderr
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2022-10-06 09:19:29 +02:00 |
derived_hash_with_manual_eq.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
derived_hash_with_manual_eq.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
disallowed_names.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
disallowed_names.stderr
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
disallowed_script_idents.rs
|
|
|
disallowed_script_idents.stderr
|
|
|
diverging_sub_expression.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
diverging_sub_expression.stderr
|
Mention first and last macro in backtrace
|
2022-07-19 03:07:54 +00:00 |
doc_errors.rs
|
update most tests to 2021 edition
|
2021-10-30 14:50:53 +02:00 |
doc_errors.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
doc_link_with_quotes.rs
|
avoid doc-link-with-quotes in code blocks
|
2022-10-01 15:25:37 +02:00 |
doc_link_with_quotes.stderr
|
avoid doc-link-with-quotes in code blocks
|
2022-10-01 15:25:37 +02:00 |
doc_unsafe.rs
|
Move let_unit_value back into style
|
2022-04-14 21:33:32 -04:00 |
doc_unsafe.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
double_comparison.fixed
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
double_comparison.rs
|
|
|
double_comparison.stderr
|
|
|
double_must_use.rs
|
|
|
double_must_use.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
double_neg.rs
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
double_neg.stderr
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
double_parens.rs
|
Lint on identical variable used as args in assert_eq! macro call
|
2020-10-12 23:38:31 +02:00 |
double_parens.stderr
|
|
|
drop_forget_copy.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
drop_forget_copy.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
drop_non_drop.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
drop_non_drop.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
drop_ref.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
drop_ref.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
duplicate_underscore_argument.rs
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
duplicate_underscore_argument.stderr
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
duration_subsec.fixed
|
Remove final reference on fields and method calls in needless_borrow
|
2022-01-22 20:35:32 -05:00 |
duration_subsec.rs
|
Remove final reference on fields and method calls in needless_borrow
|
2022-01-22 20:35:32 -05:00 |
duration_subsec.stderr
|
|
|
else_if_without_else.rs
|
|
|
else_if_without_else.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
empty_drop.fixed
|
Add empty_drop lint
|
2022-04-21 10:03:01 +02:00 |
empty_drop.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
empty_drop.stderr
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
empty_enum_without_never_type.rs
|
|
|
empty_enum.rs
|
|
|
empty_enum.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
empty_line_after_outer_attribute.rs
|
Remove unnecessary clap_derive dependency added in 9ee211af
|
2022-06-04 14:04:35 +02:00 |
empty_line_after_outer_attribute.stderr
|
Remove unnecessary clap_derive dependency added in 9ee211af
|
2022-06-04 14:04:35 +02:00 |
empty_loop_no_std.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
empty_loop_no_std.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
empty_loop.rs
|
|
|
empty_loop.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
empty_structs_with_brackets.fixed
|
unit_like_struct_brackets -> empty_structs_with_brackets
|
2022-03-30 20:13:16 +02:00 |
empty_structs_with_brackets.rs
|
unit_like_struct_brackets -> empty_structs_with_brackets
|
2022-03-30 20:13:16 +02:00 |
empty_structs_with_brackets.stderr
|
unit_like_struct_brackets -> empty_structs_with_brackets
|
2022-03-30 20:13:16 +02:00 |
entry_btree.fixed
|
Improve manual_map and map_entry
|
2021-08-14 19:49:45 -04:00 |
entry_btree.rs
|
|
|
entry_btree.stderr
|
|
|
entry_with_else.fixed
|
map_entry improvements
|
2021-04-15 08:19:59 -04:00 |
entry_with_else.rs
|
map_entry improvements
|
2021-04-15 08:19:59 -04:00 |
entry_with_else.stderr
|
bless clippy ui tests
|
2022-06-16 18:00:32 +04:00 |
entry.fixed
|
Fixup a few tests needing asm support
|
2022-10-19 11:34:00 -07:00 |
entry.rs
|
Fixup a few tests needing asm support
|
2022-10-19 11:34:00 -07:00 |
entry.stderr
|
Fixup a few tests needing asm support
|
2022-10-19 11:34:00 -07:00 |
enum_clike_unportable_variant.rs
|
|
|
enum_clike_unportable_variant.stderr
|
|
|
enum_glob_use.fixed
|
|
|
enum_glob_use.rs
|
Move enum_glob_use lint into wildcard_imports pass
|
2020-02-21 11:14:17 +01:00 |
enum_glob_use.stderr
|
|
|
enum_variants.rs
|
enum_variant_names should ignore when all prefixes are _
|
2022-06-22 08:32:54 +09:00 |
enum_variants.stderr
|
enum_variant_names should ignore when all prefixes are _
|
2022-06-22 08:32:54 +09:00 |
eprint_with_newline.rs
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
eprint_with_newline.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
eq_op_macros.rs
|
|
|
eq_op_macros.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
eq_op.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
eq_op.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
equatable_if_let.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
equatable_if_let.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
equatable_if_let.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
erasing_op.rs
|
erasing_op lint ignored when output type is different from the non-const one
|
2022-01-02 19:36:02 +01:00 |
erasing_op.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
err_expect.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
err_expect.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
err_expect.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
eta.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
eta.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
eta.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
excessive_precision.fixed
|
Add tests for zero exponents in excessive_precision
|
2021-10-06 15:33:05 +08:00 |
excessive_precision.rs
|
|
|
excessive_precision.stderr
|
|
|
exhaustive_items.fixed
|
|
|
exhaustive_items.rs
|
|
|
exhaustive_items.stderr
|
update clippy
|
2021-08-11 14:21:33 +00:00 |
exit1.rs
|
|
|
exit1.stderr
|
|
|
exit2.rs
|
|
|
exit2.stderr
|
|
|
exit3.rs
|
|
|
expect_fun_call.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
expect_fun_call.rs
|
FormatArgsExpn: Find comma spans and ignore weird proc macro spans
|
2022-10-05 16:10:52 +00:00 |
expect_fun_call.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
expect_tool_lint_rfc_2383.rs
|
Rename logic_bug to overly_complex_bool_expr
|
2022-08-08 18:38:39 +02:00 |
expect_tool_lint_rfc_2383.stderr
|
Rename logic_bug to overly_complex_bool_expr
|
2022-08-08 18:38:39 +02:00 |
expect.rs
|
unwrap_used: Fix error message for unwrap_err when expect_used is allowed
|
2022-08-17 18:58:17 +02:00 |
expect.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
explicit_auto_deref.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
explicit_auto_deref.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
explicit_auto_deref.stderr
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
explicit_counter_loop.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
explicit_counter_loop.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
explicit_deref_methods.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
explicit_deref_methods.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
explicit_deref_methods.stderr
|
Add explicit_auto_deref lint
|
2022-06-28 12:48:24 -04:00 |
explicit_write.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
explicit_write.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
explicit_write.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
extend_with_drain.fixed
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
extend_with_drain.rs
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
extend_with_drain.stderr
|
fixed bug that had to deal with mut and non mut suggestion
|
2021-08-05 16:15:44 +01:00 |
extra_unused_lifetimes.rs
|
Add test for extra_unused_lifetimes FP on derive
|
2022-06-24 18:07:59 +08:00 |
extra_unused_lifetimes.stderr
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
extra_unused_type_parameters.rs
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
extra_unused_type_parameters.stderr
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
fallible_impl_from.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
fallible_impl_from.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
field_reassign_with_default.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
field_reassign_with_default.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
filetype_is_file.rs
|
|
|
filetype_is_file.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
filter_map_identity.fixed
|
|
|
filter_map_identity.rs
|
|
|
filter_map_identity.stderr
|
|
|
filter_map_next_fixable.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
filter_map_next_fixable.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
filter_map_next_fixable.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
filter_map_next.rs
|
|
|
filter_map_next.stderr
|
|
|
find_map.rs
|
new lint: match_like_matches_macro
|
2020-07-06 18:25:20 +02:00 |
flat_map_identity.fixed
|
|
|
flat_map_identity.rs
|
|
|
flat_map_identity.stderr
|
Reuse is_expr_identity_function for flat_map_identity
|
2021-06-07 23:20:11 +02:00 |
flat_map_option.fixed
|
|
|
flat_map_option.rs
|
|
|
flat_map_option.stderr
|
|
|
float_arithmetic.rs
|
Downgrade trivially_copy_pass_by_ref to pedantic
|
2020-04-02 18:56:10 -07:00 |
float_arithmetic.stderr
|
|
|
float_cmp_const.rs
|
Add version = "Two" to rustfmt.toml
|
2021-03-01 16:17:33 -06:00 |
float_cmp_const.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
float_cmp.rs
|
Downgrade many_single_char_names to pedantic
|
2021-09-14 09:59:06 -07:00 |
float_cmp.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
float_equality_without_abs.rs
|
|
|
float_equality_without_abs.stderr
|
|
|
floating_point_abs.fixed
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
floating_point_abs.rs
|
Allow suboptimal_flops in const functions
|
2021-11-20 15:39:29 +01:00 |
floating_point_abs.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
floating_point_exp.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_exp.rs
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
floating_point_exp.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_hypot.fixed
|
|
|
floating_point_hypot.rs
|
Includes TODO comment for hypot lint
|
2020-07-06 13:45:43 -03:00 |
floating_point_hypot.stderr
|
|
|
floating_point_log.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_log.rs
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
floating_point_log.stderr
|
Fix more parens for suboptimal_flops suggs
|
2022-08-29 22:36:11 +02:00 |
floating_point_logbase.fixed
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
floating_point_logbase.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_logbase.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_mul_add.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_mul_add.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_mul_add.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_powf.fixed
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
floating_point_powf.rs
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
floating_point_powf.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
floating_point_powi.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
floating_point_powi.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
floating_point_powi.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
floating_point_rad.fixed
|
Fix missing parens in suboptimal_flops sugg
|
2022-08-29 13:56:03 +02:00 |
floating_point_rad.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
floating_point_rad.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
fn_address_comparisons.rs
|
|
|
fn_address_comparisons.stderr
|
|
|
fn_null_check.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
fn_null_check.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
fn_params_excessive_bools.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
fn_params_excessive_bools.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
fn_to_numeric_cast_32bit.rs
|
|
|
fn_to_numeric_cast_32bit.stderr
|
|
|
fn_to_numeric_cast_any.rs
|
|
|
fn_to_numeric_cast_any.stderr
|
|
|
fn_to_numeric_cast.rs
|
|
|
fn_to_numeric_cast.stderr
|
|
|
for_kv_map.rs
|
|
|
for_kv_map.stderr
|
|
|
for_loop_fixable.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
for_loop_fixable.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
for_loop_fixable.stderr
|
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
|
2022-01-27 15:12:45 +01:00 |
for_loop_unfixable.rs
|
fixup lint name
|
2022-10-09 13:07:21 +00:00 |
for_loop_unfixable.stderr
|
Fix clippy tests that trigger for_loop_over_fallibles lint
|
2022-10-09 13:07:21 +00:00 |
forget_non_drop.rs
|
Add lints drop_non_drop and forget_non_drop
|
2022-04-04 12:30:09 -04:00 |
forget_non_drop.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
forget_ref.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
forget_ref.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
format_args_unfixable.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
format_args_unfixable.stderr
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2022-10-06 09:19:29 +02:00 |
format_args.fixed
|
Fix to_string_in_format_args in parens
|
2022-10-12 18:47:49 -04:00 |
format_args.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
format_args.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
format_push_string.rs
|
New lint format_add_strings
|
2022-04-13 22:48:36 -06:00 |
format_push_string.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
format.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
format.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
format.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
formatting.rs
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
formatting.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
from_iter_instead_of_collect.fixed
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
from_iter_instead_of_collect.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
from_iter_instead_of_collect.stderr
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
from_over_into_unfixable.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
from_over_into_unfixable.stderr
|
Add a suggestion and a note about orphan rules for from_over_into
|
2022-10-14 22:50:23 +00:00 |
from_over_into.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
from_over_into.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
from_over_into.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
from_raw_with_void_ptr.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
from_raw_with_void_ptr.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
from_str_radix_10.rs
|
|
|
from_str_radix_10.stderr
|
|
|
functions_maxlines.rs
|
|
|
functions_maxlines.stderr
|
|
|
functions.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
functions.stderr
|
Apply not_unsafe_ptr_arg_deref to type aliases
|
2022-01-13 09:47:56 -05:00 |
future_not_send.rs
|
update most tests to 2021 edition
|
2021-10-30 14:50:53 +02:00 |
future_not_send.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
get_first.fixed
|
feat(lint): impl lint about use first() instead of get(0)
|
2022-05-25 09:08:23 +09:00 |
get_first.rs
|
feat(lint): impl lint about use first() instead of get(0)
|
2022-05-25 09:08:23 +09:00 |
get_first.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
get_last_with_len.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
get_last_with_len.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
get_last_with_len.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
get_unwrap.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
get_unwrap.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
get_unwrap.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
identity_op.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
identity_op.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
identity_op.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
if_let_mutex.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
if_let_mutex.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
if_not_else.rs
|
Disable "if_not_else" lints firing on else-ifs
|
2021-10-29 22:07:05 +02:00 |
if_not_else.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
if_same_then_else2.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
if_same_then_else2.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
if_same_then_else.rs
|
Change lint name to plural
|
2022-07-29 19:35:39 +01:00 |
if_same_then_else.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
if_then_some_else_none.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
if_then_some_else_none.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
ifs_same_cond.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
ifs_same_cond.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
impl.rs
|
Extend extra_unused_lifetimes to handle impl lifetimes
|
2022-04-22 20:05:18 -04:00 |
impl.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
implicit_clone.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
implicit_clone.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
implicit_clone.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
implicit_hasher.rs
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
implicit_hasher.stderr
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
implicit_return.fixed
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
implicit_return.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
implicit_return.stderr
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
implicit_saturating_add.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
implicit_saturating_add.rs
|
add implicit_saturating_add lint
|
2022-10-03 16:46:38 +05:30 |
implicit_saturating_add.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
implicit_saturating_sub.fixed
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
implicit_saturating_sub.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
implicit_saturating_sub.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
inconsistent_digit_grouping.fixed
|
Allow exponent separator
|
2020-10-02 07:02:58 +02:00 |
inconsistent_digit_grouping.rs
|
|
|
inconsistent_digit_grouping.stderr
|
|
|
inconsistent_struct_constructor.fixed
|
Fix typos
|
2022-07-13 14:48:32 +00:00 |
inconsistent_struct_constructor.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
inconsistent_struct_constructor.stderr
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
indexing_slicing_index.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
indexing_slicing_index.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
indexing_slicing_slice.rs
|
Split up indexing_slicing ui test
|
2020-02-03 15:09:17 +09:00 |
indexing_slicing_slice.stderr
|
change note style
|
2022-11-29 15:00:51 +08:00 |
inefficient_to_string.fixed
|
do minor cleanups
|
2019-12-24 03:06:52 +07:00 |
inefficient_to_string.rs
|
|
|
inefficient_to_string.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
infallible_destructuring_match.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
infallible_destructuring_match.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
infallible_destructuring_match.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
infinite_iter.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
infinite_iter.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
infinite_loop.rs
|
Add desugaring mark to while loop
|
2021-10-02 17:41:14 -05:00 |
infinite_loop.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
inherent_to_string.rs
|
|
|
inherent_to_string.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
inline_fn_without_body.fixed
|
inline_fn_without_body: make it use a rustfix page
|
2019-09-21 10:01:06 +09:00 |
inline_fn_without_body.rs
|
|
|
inline_fn_without_body.stderr
|
|
|
inspect_for_each.rs
|
|
|
inspect_for_each.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
int_plus_one.fixed
|
Add run-rustfix for int_plus_one test
|
2019-08-28 07:23:23 +02:00 |
int_plus_one.rs
|
|
|
int_plus_one.stderr
|
int_plus_one: make lint adhere to lint message convention
|
2020-08-11 15:15:26 +02:00 |
integer_arithmetic.rs
|
|
|
integer_arithmetic.stderr
|
Remove shadow allows
|
2021-09-30 14:07:58 -05:00 |
integer_division.rs
|
|
|
integer_division.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
into_iter_on_ref.fixed
|
Fix all occurences of needless_borrow internally
|
2021-04-06 10:43:47 -04:00 |
into_iter_on_ref.rs
|
Fix all occurences of needless_borrow internally
|
2021-04-06 10:43:47 -04:00 |
into_iter_on_ref.stderr
|
|
|
invalid_null_ptr_usage.fixed
|
Add invalid null pointer usage lint.
|
2021-04-08 22:49:48 +02:00 |
invalid_null_ptr_usage.rs
|
Add invalid null pointer usage lint.
|
2021-04-08 22:49:48 +02:00 |
invalid_null_ptr_usage.stderr
|
Add invalid null pointer usage lint.
|
2021-04-08 22:49:48 +02:00 |
invalid_upcast_comparisons.rs
|
|
|
invalid_upcast_comparisons.stderr
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
invalid_utf8_in_unchecked.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
invalid_utf8_in_unchecked.stderr
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
is_digit_ascii_radix.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
is_digit_ascii_radix.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
is_digit_ascii_radix.stderr
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
issue_2356.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
issue_2356.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
issue_2356.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
issue_4266.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
issue_4266.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
issue-3145.rs
|
|
|
issue-3145.stderr
|
|
|
issue-7447.rs
|
Add check if ty has_escaping_bound_vars in zero_sized_map_values lint
|
2021-07-15 18:37:02 -04:00 |
issue-7447.stderr
|
Mention first and last macro in backtrace
|
2022-07-19 03:07:54 +00:00 |
item_after_statement.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
item_after_statement.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
iter_cloned_collect.fixed
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
iter_cloned_collect.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
iter_cloned_collect.stderr
|
apply iter_cloned_collect to copied()
|
2021-11-28 23:59:31 +09:00 |
iter_count.fixed
|
Add #[must_use] to len and is_empty
|
2021-10-30 19:25:12 -04:00 |
iter_count.rs
|
Add #[must_use] to len and is_empty
|
2021-10-30 19:25:12 -04:00 |
iter_count.stderr
|
Add #[must_use] to len and is_empty
|
2021-10-30 19:25:12 -04:00 |
iter_kv_map.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
iter_kv_map.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
iter_kv_map.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
iter_next_slice.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
iter_next_slice.rs
|
suggest first() instead of get(0)
|
2022-05-25 09:08:25 +09:00 |
iter_next_slice.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
iter_not_returning_iterator.rs
|
Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup
|
2022-01-17 13:29:07 +01:00 |
iter_not_returning_iterator.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
iter_nth_zero.fixed
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
iter_nth_zero.rs
|
fix existing clippy tests
|
2022-03-30 20:12:58 +02:00 |
iter_nth_zero.stderr
|
|
|
iter_nth.rs
|
|
|
iter_nth.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
iter_on_empty_collections.fixed
|
Rename new lints to iter_on_empty_collections and iter_on_single_items
|
2022-08-08 21:05:27 +02:00 |
iter_on_empty_collections.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
iter_on_empty_collections.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
iter_on_single_items.fixed
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
iter_on_single_items.rs
|
Rename new lints to iter_on_empty_collections and iter_on_single_items
|
2022-08-08 21:05:27 +02:00 |
iter_on_single_items.stderr
|
Rename new lints to iter_on_empty_collections and iter_on_single_items
|
2022-08-08 21:05:27 +02:00 |
iter_overeager_cloned.fixed
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
iter_overeager_cloned.rs
|
Changes to iter_overeager_cloned
|
2022-06-07 00:40:32 -04:00 |
iter_overeager_cloned.stderr
|
Changes to iter_overeager_cloned
|
2022-06-07 00:40:32 -04:00 |
iter_skip_next_unfixable.rs
|
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
|
2021-12-30 15:10:43 +01:00 |
iter_skip_next_unfixable.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
iter_skip_next.fixed
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
iter_skip_next.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
iter_skip_next.stderr
|
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
|
2021-12-30 15:10:43 +01:00 |
iter_with_drain.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
iter_with_drain.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
iter_with_drain.stderr
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
iterator_step_by_zero.rs
|
|
|
iterator_step_by_zero.stderr
|
|
|
large_const_arrays.fixed
|
|
|
large_const_arrays.rs
|
|
|
large_const_arrays.stderr
|
|
|
large_digit_groups.fixed
|
Add lint for unusually-grouped hex/binary literals
|
2020-10-25 09:18:38 -04:00 |
large_digit_groups.rs
|
chore: fix and split some ui tests on 32bit system
|
2019-12-01 19:07:02 +07:00 |
large_digit_groups.stderr
|
Integrate suggestions from code review
|
2020-10-25 11:31:24 -04:00 |
large_enum_variant.rs
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
large_enum_variant.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
large_stack_arrays.rs
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
large_stack_arrays.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
large_types_passed_by_value.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
large_types_passed_by_value.stderr
|
|
|
len_without_is_empty.rs
|
prevents len_without_is_empty from yielding positive when len takes
|
2023-01-29 17:35:36 -05:00 |
len_without_is_empty.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
len_zero_ranges.fixed
|
|
|
len_zero_ranges.rs
|
|
|
len_zero_ranges.stderr
|
Re-enable len_zero for ranges now that is_empty is stable on them
|
2020-08-25 12:17:03 -07:00 |
len_zero.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
len_zero.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
len_zero.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
let_and_return.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
let_and_return.stderr
|
|
|
let_if_seq.rs
|
Change lint name to plural
|
2022-07-29 19:35:39 +01:00 |
let_if_seq.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
let_underscore_future.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
let_underscore_future.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
let_underscore_lock.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
let_underscore_lock.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
let_underscore_must_use.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
let_underscore_must_use.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
let_unit.fixed
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
let_unit.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
let_unit.stderr
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
linkedlist.rs
|
|
|
linkedlist.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
literals.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
literals.stderr
|
[zero_prefixed_literal ] Do not advise to use octal form if not possible
|
2022-10-15 15:10:50 +02:00 |
lossy_float_literal.fixed
|
Separate out lint to check lossy whole number float literals
|
2020-02-20 22:33:36 -08:00 |
lossy_float_literal.rs
|
|
|
lossy_float_literal.stderr
|
|
|
macro_use_imports_expect.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
macro_use_imports.fixed
|
Fix #[expect] for clippy::macro_use_imports
|
2022-06-25 14:37:50 +02:00 |
macro_use_imports.rs
|
Fix #[expect] for clippy::macro_use_imports
|
2022-06-25 14:37:50 +02:00 |
macro_use_imports.stderr
|
rustc_ast_lowering: Stop lowering imports into multiple items
|
2022-12-01 18:51:20 +03:00 |
manual_assert.edition2018.fixed
|
Bless tests.
|
2023-02-01 22:51:02 +01:00 |
manual_assert.edition2018.stderr
|
Bless tests.
|
2023-02-01 22:51:02 +01:00 |
manual_assert.edition2021.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_assert.edition2021.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_assert.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_async_fn.fixed
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
manual_async_fn.rs
|
fix existing clippy tests
|
2022-03-30 20:12:58 +02:00 |
manual_async_fn.stderr
|
bless clippy ui tests
|
2022-06-16 18:00:32 +04:00 |
manual_bits.fixed
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
manual_bits.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
manual_bits.stderr
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
manual_clamp.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_clamp.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_filter_map.fixed
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_filter_map.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_filter_map.stderr
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_filter.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
manual_filter.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
manual_filter.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
manual_find_fixable.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
manual_find_fixable.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
manual_find_fixable.stderr
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
manual_find_map.fixed
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_find_map.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_find_map.stderr
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_find.rs
|
add manual_find lint for function return case
|
2022-05-16 20:20:49 -07:00 |
manual_find.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
manual_flatten.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
manual_flatten.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
manual_instant_elapsed.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
manual_instant_elapsed.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
manual_instant_elapsed.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
manual_is_ascii_check.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_is_ascii_check.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_is_ascii_check.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_let_else_match.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_let_else_match.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
manual_let_else.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_let_else.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_map_option_2.fixed
|
Addition manual_map test for unsafe blocks
|
2021-11-17 10:39:53 -05:00 |
manual_map_option_2.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
manual_map_option_2.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
manual_map_option.fixed
|
deprecate clippy::for_loops_over_fallibles
|
2022-10-09 13:07:21 +00:00 |
manual_map_option.rs
|
deprecate clippy::for_loops_over_fallibles
|
2022-10-09 13:07:21 +00:00 |
manual_map_option.stderr
|
improve for_loops_over_fallibles to detect the usage of iter, iter_mut and into_iterator
|
2022-06-04 11:11:00 +02:00 |
manual_non_exhaustive_enum.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
manual_non_exhaustive_enum.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
manual_non_exhaustive_struct.rs
|
Don't lint manual_non_exhaustive when the enum variant is used
|
2022-04-06 10:12:30 -04:00 |
manual_non_exhaustive_struct.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
manual_ok_or.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
manual_ok_or.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
manual_ok_or.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
manual_rem_euclid.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_rem_euclid.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_rem_euclid.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_retain.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
manual_retain.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
manual_retain.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_saturating_arithmetic.fixed
|
Add manual_saturating_arithmetic lint
|
2019-09-04 18:38:25 +09:00 |
manual_saturating_arithmetic.rs
|
Add manual_saturating_arithmetic lint
|
2019-09-04 18:38:25 +09:00 |
manual_saturating_arithmetic.stderr
|
|
|
manual_split_once.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_split_once.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_split_once.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_str_repeat.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_str_repeat.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_str_repeat.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_string_new.fixed
|
Rename manual_empty_string_creation and move to pedantic
|
2022-08-23 14:19:46 +00:00 |
manual_string_new.rs
|
Rename manual_empty_string_creation and move to pedantic
|
2022-08-23 14:19:46 +00:00 |
manual_string_new.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
manual_strip.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_strip.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
manual_unwrap_or.fixed
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
manual_unwrap_or.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
manual_unwrap_or.stderr
|
|
|
many_single_char_names.rs
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
many_single_char_names.stderr
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
map_clone.fixed
|
Rewrite shadow lint
|
2021-09-30 14:07:58 -05:00 |
map_clone.rs
|
|
|
map_clone.stderr
|
|
|
map_collect_result_unit.fixed
|
Add lint for replacing .map().collect() with .try_for_each()
|
2020-10-25 21:20:57 -04:00 |
map_collect_result_unit.rs
|
|
|
map_collect_result_unit.stderr
|
|
|
map_err.rs
|
Use the traits added to the Rust 2021 Edition prelude
|
2022-05-12 00:38:11 +09:00 |
map_err.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
map_flatten_fixable.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
map_flatten_fixable.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
map_flatten_fixable.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
map_flatten.rs
|
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
|
2022-03-24 14:50:04 +01:00 |
map_flatten.stderr
|
remove span_lint_and_sugg_for_edges from clippy utils
|
2022-06-19 23:21:14 +04:00 |
map_identity.fixed
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
map_identity.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
map_identity.stderr
|
map_identity Add tests for needless .map_err
|
2022-03-01 13:11:40 +08:00 |
map_unit_fn.rs
|
fix existing clippy tests
|
2022-03-30 20:12:58 +02:00 |
map_unwrap_or_fixable.fixed
|
|
|
map_unwrap_or_fixable.rs
|
|
|
map_unwrap_or_fixable.stderr
|
|
|
map_unwrap_or.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
map_unwrap_or.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
match_as_ref.fixed
|
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
|
2022-02-26 14:26:21 +01:00 |
match_as_ref.rs
|
Check for cfg attrubutes before linting match expressions
|
2022-02-17 14:04:10 -05:00 |
match_as_ref.stderr
|
Update stderrs
|
2020-01-07 18:38:12 +09:00 |
match_bool.rs
|
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
|
2022-02-26 14:26:21 +01:00 |
match_bool.stderr
|
|
|
match_expr_like_matches_macro.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
match_expr_like_matches_macro.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
match_expr_like_matches_macro.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
match_on_vec_items.rs
|
|
|
match_on_vec_items.stderr
|
|
|
match_overlapping_arm.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2022-10-20 16:39:27 +02:00 |
match_overlapping_arm.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
match_ref_pats.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_ref_pats.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
match_ref_pats.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_result_ok.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_result_ok.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_result_ok.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_same_arms2.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_same_arms2.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_same_arms.rs
|
Split up match_same_arms ui test
|
2020-01-25 14:25:45 +09:00 |
match_same_arms.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
match_single_binding2.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
match_single_binding2.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
match_single_binding2.stderr
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
match_single_binding.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
match_single_binding.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
match_single_binding.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
match_str_case_mismatch.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
match_str_case_mismatch.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
match_str_case_mismatch.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
match_wild_err_arm.rs
|
Fix edition revision ui tests
|
2022-10-13 11:40:13 +00:00 |
match_wild_err_arm.stderr
|
Fix edition revision ui tests
|
2022-10-13 11:40:13 +00:00 |
match_wildcard_for_single_variants.fixed
|
wildcard_enum_match_arm lint takes the enum origin into account
|
2023-01-30 17:29:29 -07:00 |
match_wildcard_for_single_variants.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
match_wildcard_for_single_variants.stderr
|
wildcard_enum_match_arm lint takes the enum origin into account
|
2023-01-30 17:29:29 -07:00 |
mem_forget.rs
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
mem_forget.stderr
|
Update stderrs
|
2020-01-07 18:38:12 +09:00 |
mem_replace_macro.rs
|
|
|
mem_replace_macro.stderr
|
|
|
mem_replace.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
mem_replace.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
mem_replace.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
methods_fixable.fixed
|
|
|
methods_fixable.rs
|
|
|
methods_fixable.stderr
|
|
|
methods.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
methods.stderr
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
min_max.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
min_max.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
min_rust_version_attr.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
min_rust_version_attr.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
min_rust_version_invalid_attr.rs
|
Move MSRV tests into the lint specific test files
|
2022-10-21 21:35:39 +00:00 |
min_rust_version_invalid_attr.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
mismatched_target_os_non_unix.fixed
|
|
|
mismatched_target_os_non_unix.rs
|
|
|
mismatched_target_os_non_unix.stderr
|
|
|
mismatched_target_os_unix.fixed
|
|
|
mismatched_target_os_unix.rs
|
|
|
mismatched_target_os_unix.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
mismatching_type_param_order.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
mismatching_type_param_order.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
misnamed_getters.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
misnamed_getters.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
missing_doc_crate_missing.rs
|
Don't lint missing_docs_in_private_items on proc-macro output
|
2022-08-07 21:53:51 -04:00 |
missing_doc_crate_missing.stderr
|
Don't lint missing_docs_in_private_items on proc-macro output
|
2022-08-07 21:53:51 -04:00 |
missing_doc_crate.rs
|
Don't lint missing_docs_in_private_items on proc-macro output
|
2022-08-07 21:53:51 -04:00 |
missing_doc_impl.rs
|
Don't lint missing_docs_in_private_items on proc-macro output
|
2022-08-07 21:53:51 -04:00 |
missing_doc_impl.stderr
|
Don't lint missing_docs_in_private_items on proc-macro output
|
2022-08-07 21:53:51 -04:00 |
missing_doc.rs
|
Fixup a few tests needing asm support
|
2022-10-19 11:34:00 -07:00 |
missing_doc.stderr
|
Fixup a few tests needing asm support
|
2022-10-19 11:34:00 -07:00 |
missing_inline_executable.rs
|
|
|
missing_inline_proc_macro.rs
|
Fix false positives on procedural macros of missing_inline_in_public_items lint
|
2021-02-28 21:10:44 +08:00 |
missing_inline.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
missing_inline.stderr
|
|
|
missing_panics_doc.rs
|
update most tests to 2021 edition
|
2021-10-30 14:50:53 +02:00 |
missing_panics_doc.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
missing_spin_loop_no_std.fixed
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
missing_spin_loop_no_std.rs
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
missing_spin_loop_no_std.stderr
|
new lint: missing-spin-loop
|
2022-03-02 19:31:06 +01:00 |
missing_spin_loop.fixed
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
missing_spin_loop.rs
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
missing_spin_loop.stderr
|
new lint: missing-spin-loop
|
2022-03-02 19:31:06 +01:00 |
missing_trait_methods.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
missing_trait_methods.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
mistyped_literal_suffix.fixed
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
mistyped_literal_suffix.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
mistyped_literal_suffix.stderr
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
mixed_read_write_in_expression.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
mixed_read_write_in_expression.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
module_inception.rs
|
|
|
module_inception.stderr
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
module_name_repetitions.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
module_name_repetitions.stderr
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
modulo_arithmetic_float.rs
|
Remove shadow allows
|
2021-09-30 14:07:58 -05:00 |
modulo_arithmetic_float.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
modulo_arithmetic_integral_const.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
modulo_arithmetic_integral_const.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
modulo_arithmetic_integral.rs
|
|
|
modulo_arithmetic_integral.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
modulo_one.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
modulo_one.stderr
|
identity_op: add parenthesis to suggestions where required
|
2022-05-04 21:19:43 +01:00 |
multi_assignments.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
multi_assignments.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
multiple_unsafe_ops_per_block.rs
|
multiple_unsafe_ops_per_block: don't lint in external macros
|
2023-01-30 20:42:40 +03:00 |
multiple_unsafe_ops_per_block.stderr
|
multiple_unsafe_ops_per_block: don't lint in external macros
|
2023-01-30 20:42:40 +03:00 |
must_use_candidates.fixed
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
must_use_candidates.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
must_use_candidates.stderr
|
Update tests for revert of never type stabilization
|
2019-12-14 08:40:43 -05:00 |
must_use_unit.fixed
|
|
|
must_use_unit.rs
|
|
|
must_use_unit.stderr
|
new lints around #[must_use] fns
|
2019-10-14 12:09:04 +02:00 |
mut_from_ref.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
mut_from_ref.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
mut_key.rs
|
|
|
mut_key.stderr
|
|
|
mut_mut.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
mut_mut.stderr
|
Fix FP in external macros for mut_mut lint
|
2021-10-09 15:54:16 +02:00 |
mut_mutex_lock.fixed
|
Fix mut_mutex_lock for Mutex behind imm deref
|
2022-09-02 20:39:47 +02:00 |
mut_mutex_lock.rs
|
Fix mut_mutex_lock for Mutex behind imm deref
|
2022-09-02 20:39:47 +02:00 |
mut_mutex_lock.stderr
|
Use sugg_lint_and_help
|
2020-10-25 17:41:30 +08:00 |
mut_range_bound.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
mut_range_bound.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
mut_reference.rs
|
Downgrade trivially_copy_pass_by_ref to pedantic
|
2020-04-02 18:56:10 -07:00 |
mut_reference.stderr
|
|
|
mutex_atomic.rs
|
Add borrow_as_ptr lint
|
2022-01-11 09:53:29 +01:00 |
mutex_atomic.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
needless_arbitrary_self_type_unfixable.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
needless_arbitrary_self_type_unfixable.stderr
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
needless_arbitrary_self_type.fixed
|
|
|
needless_arbitrary_self_type.rs
|
|
|
needless_arbitrary_self_type.stderr
|
|
|
needless_bitwise_bool.fixed
|
|
|
needless_bitwise_bool.rs
|
|
|
needless_bitwise_bool.stderr
|
added needless_bitwise_bool lint
|
2021-05-11 19:34:14 +00:00 |
needless_borrow_pat.rs
|
Lint explicit_auto_deref without a leading borrow
|
2022-06-28 12:48:26 -04:00 |
needless_borrow_pat.stderr
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
needless_borrow.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
needless_borrow.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
needless_borrow.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
needless_borrowed_ref.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_borrowed_ref.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_borrowed_ref.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_collect_indirect.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_collect_indirect.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_collect.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_collect.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_collect.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
needless_continue.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_continue.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_doc_main.rs
|
needless_doctest_main: add edition support
|
2020-12-16 00:14:47 +01:00 |
needless_doc_main.stderr
|
|
|
needless_for_each_fixable.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_for_each_fixable.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_for_each_fixable.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_for_each_unfixable.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_for_each_unfixable.stderr
|
bless clippy ui tests
|
2022-06-16 18:00:32 +04:00 |
needless_late_init.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_late_init.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_late_init.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_lifetimes.fixed
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
needless_lifetimes.rs
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
needless_lifetimes.stderr
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
needless_match.fixed
|
give up when gurad has side effects
|
2022-08-11 15:07:39 +09:00 |
needless_match.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
needless_match.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
needless_option_as_deref.fixed
|
Check for loops/closures in local_used_after_expr
|
2022-04-10 14:26:44 +01:00 |
needless_option_as_deref.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
needless_option_as_deref.stderr
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
needless_option_take.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
needless_option_take.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
needless_option_take.stderr
|
Introduce option_take_on_temporary lints
|
2022-04-14 12:41:47 +02:00 |
needless_parens_on_range_literals.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
needless_parens_on_range_literals.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
needless_parens_on_range_literals.stderr
|
Fix names to use plural
|
2022-06-05 22:47:21 +02:00 |
needless_pass_by_value_proc_macro.rs
|
|
|
needless_pass_by_value.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
needless_pass_by_value.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
needless_question_mark.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
needless_question_mark.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
needless_question_mark.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
needless_range_loop2.rs
|
|
|
needless_range_loop2.stderr
|
update clippy
|
2021-08-11 14:21:33 +00:00 |
needless_range_loop.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
needless_range_loop.stderr
|
bless
|
2023-01-30 10:10:52 -07:00 |
needless_return.fixed
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
needless_return.rs
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
needless_return.stderr
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
needless_splitn.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
needless_splitn.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
needless_splitn.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
needless_update.rs
|
|
|
needless_update.stderr
|
|
|
neg_cmp_op_on_partial_ord.rs
|
|
|
neg_cmp_op_on_partial_ord.stderr
|
|
|
neg_multiply.fixed
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
neg_multiply.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
neg_multiply.stderr
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
never_loop.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
never_loop.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
new_ret_no_self.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
new_ret_no_self.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
new_without_default.rs
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
new_without_default.stderr
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
no_effect_replace.rs
|
New lint no_effect_replace
|
2022-05-24 11:08:41 +02:00 |
no_effect_replace.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
no_effect.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
no_effect.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
non_expressive_names.rs
|
Move let_unit_value back into style
|
2022-04-14 21:33:32 -04:00 |
non_expressive_names.stderr
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
non_octal_unix_permissions.fixed
|
|
|
non_octal_unix_permissions.rs
|
|
|
non_octal_unix_permissions.stderr
|
Add non_octal_unix_permissions lint
|
2021-03-30 16:04:16 -07:00 |
non_send_fields_in_send_ty.rs
|
silence lint in clippy
|
2022-02-01 10:13:32 +01:00 |
non_send_fields_in_send_ty.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
nonminimal_bool_methods.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
nonminimal_bool_methods.rs
|
Check .fixed paths' existence in run_ui
|
2022-05-27 15:18:46 -04:00 |
nonminimal_bool_methods.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
nonminimal_bool.rs
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
nonminimal_bool.stderr
|
Do not expand macro in nonminimal_bool suggestions
|
2022-09-10 19:48:14 +02:00 |
numbered_fields.fixed
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
numbered_fields.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
numbered_fields.stderr
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
obfuscated_if_else.fixed
|
Add new lint obfuscated_if_else
|
2022-07-17 18:44:49 -07:00 |
obfuscated_if_else.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
obfuscated_if_else.stderr
|
Add new lint obfuscated_if_else
|
2022-07-17 18:44:49 -07:00 |
octal_escapes.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
octal_escapes.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
ok_expect.rs
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
ok_expect.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
only_used_in_recursion2.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
only_used_in_recursion2.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
only_used_in_recursion.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
only_used_in_recursion.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
op_ref.rs
|
Change lint name to plural
|
2022-07-29 19:35:39 +01:00 |
op_ref.stderr
|
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
|
2022-01-27 15:12:45 +01:00 |
open_options.rs
|
|
|
open_options.stderr
|
|
|
option_as_ref_deref.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
option_as_ref_deref.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
option_as_ref_deref.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
option_env_unwrap.rs
|
Upgrade map_flatten to complexity
|
2021-12-03 13:21:48 -06:00 |
option_env_unwrap.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
option_filter_map.fixed
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
option_filter_map.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
option_filter_map.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
option_if_let_else.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
option_if_let_else.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
option_if_let_else.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
option_map_or_none.fixed
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
option_map_or_none.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
option_map_or_none.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
option_map_unit_fn_fixable.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
option_map_unit_fn_fixable.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
option_map_unit_fn_fixable.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
option_map_unit_fn_unfixable.rs
|
option_map_unit_fn: Split into fixable/unfixable
|
2019-09-25 14:45:18 -07:00 |
option_map_unit_fn_unfixable.stderr
|
option_map_unit_fn: Split into fixable/unfixable
|
2019-09-25 14:45:18 -07:00 |
option_option.rs
|
Fix FN that types lints don't work with const or static
|
2021-03-26 20:19:34 +09:00 |
option_option.stderr
|
|
|
or_fun_call.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
or_fun_call.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
or_fun_call.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
or_then_unwrap.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
or_then_unwrap.rs
|
Allow more complex expressions in let_unit_value
|
2022-04-14 21:34:33 -04:00 |
or_then_unwrap.stderr
|
feat: change error message
|
2022-03-20 23:43:17 +01:00 |
overflow_check_conditional.rs
|
Downgrade many_single_char_names to pedantic
|
2021-09-14 09:59:06 -07:00 |
overflow_check_conditional.stderr
|
Downgrade many_single_char_names to pedantic
|
2021-09-14 09:59:06 -07:00 |
overly_complex_bool_expr.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
overly_complex_bool_expr.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
panic_in_result_fn_assertions.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
panic_in_result_fn_assertions.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
panic_in_result_fn_debug_assertions.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
panic_in_result_fn.rs
|
update most tests to 2021 edition
|
2021-10-30 14:50:53 +02:00 |
panic_in_result_fn.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
panicking_macros.rs
|
Allow more complex expressions in let_unit_value
|
2022-04-14 21:34:33 -04:00 |
panicking_macros.stderr
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
partial_pub_fields.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
partial_pub_fields.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
partialeq_ne_impl.rs
|
|
|
partialeq_ne_impl.stderr
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
partialeq_to_none.fixed
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
partialeq_to_none.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
partialeq_to_none.stderr
|
Don't lint literal None from expansion
|
2022-08-28 12:18:50 +02:00 |
path_buf_push_overwrite.fixed
|
|
|
path_buf_push_overwrite.rs
|
|
|
path_buf_push_overwrite.stderr
|
|
|
patterns.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
patterns.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
patterns.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
permissions_set_readonly_false.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
permissions_set_readonly_false.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
precedence.fixed
|
Fix false positive in PRECEDENCE lint
|
2020-08-20 06:34:48 +02:00 |
precedence.rs
|
Fix false positive in PRECEDENCE lint
|
2020-08-20 06:34:48 +02:00 |
precedence.stderr
|
|
|
print_in_format_impl.rs
|
Add print_in_format_impl lint
|
2022-02-25 21:10:06 +00:00 |
print_in_format_impl.stderr
|
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
|
2022-02-26 14:26:21 +01:00 |
print_literal.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
print_literal.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
print_stderr.rs
|
|
|
print_stderr.stderr
|
|
|
print_stdout_build_script.rs
|
|
|
print_with_newline.rs
|
Migrate write.rs to a late pass
|
2022-09-08 20:18:02 +00:00 |
print_with_newline.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
print.rs
|
|
|
print.stderr
|
More specific spans for use_debug lint
|
2021-03-16 12:10:40 -04:00 |
println_empty_string.fixed
|
|
|
println_empty_string.rs
|
|
|
println_empty_string.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
proc_macro.rs
|
Omit proc macros from must_use_candidate
|
2019-10-18 15:54:25 +02:00 |
proc_macro.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
ptr_arg.rs
|
Don't lint ptr_arg when used as an incompatible trait object
|
2022-10-14 13:21:59 -04:00 |
ptr_arg.stderr
|
Don't lint ptr_arg when used as an incompatible trait object
|
2022-10-14 13:21:59 -04:00 |
ptr_as_ptr.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
ptr_as_ptr.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
ptr_as_ptr.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
ptr_eq.fixed
|
|
|
ptr_eq.rs
|
New lint: Recommend using ptr::eq when possible
|
2020-10-07 11:48:06 +02:00 |
ptr_eq.stderr
|
|
|
ptr_offset_with_cast.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
ptr_offset_with_cast.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
ptr_offset_with_cast.stderr
|
ignore the lint on some test files
|
2022-10-02 23:02:13 +08:00 |
pub_use.rs
|
pub_use
|
2022-04-13 13:48:27 +02:00 |
pub_use.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
question_mark.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
question_mark.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
question_mark.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
range_contains.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
range_contains.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
range_contains.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
range_plus_minus_one.fixed
|
Fix range_{plus,minus}_one bad suggestions
|
2022-09-08 20:04:43 +02:00 |
range_plus_minus_one.rs
|
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
|
2022-09-09 13:36:26 +02:00 |
range_plus_minus_one.stderr
|
Fix range_{plus,minus}_one bad suggestions
|
2022-09-08 20:04:43 +02:00 |
range.rs
|
|
|
range.stderr
|
|
|
rc_buffer_arc.fixed
|
Check .fixed paths' existence in run_ui
|
2022-05-27 15:18:46 -04:00 |
rc_buffer_arc.rs
|
Check .fixed paths' existence in run_ui
|
2022-05-27 15:18:46 -04:00 |
rc_buffer_arc.stderr
|
Check .fixed paths' existence in run_ui
|
2022-05-27 15:18:46 -04:00 |
rc_buffer_redefined_string.rs
|
|
|
rc_buffer.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
rc_buffer.rs
|
Check .fixed paths' existence in run_ui
|
2022-05-27 15:18:46 -04:00 |
rc_buffer.stderr
|
Check .fixed paths' existence in run_ui
|
2022-05-27 15:18:46 -04:00 |
rc_mutex.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
rc_mutex.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
read_zero_byte_vec.rs
|
add lint
|
2022-06-14 23:30:43 +09:00 |
read_zero_byte_vec.stderr
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
recursive_format_impl.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
recursive_format_impl.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
redundant_allocation_fixable.fixed
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
redundant_allocation_fixable.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
redundant_allocation_fixable.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
redundant_allocation.rs
|
fix typo in tests/ui/redundant_allocation.rs
|
2022-08-03 04:57:36 +00:00 |
redundant_allocation.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
redundant_clone.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
redundant_clone.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
redundant_clone.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
redundant_closure_call_early.rs
|
Don't abort compilation after giving a lint error
|
2021-11-08 01:22:28 +00:00 |
redundant_closure_call_early.stderr
|
Avoid period in lint message according to convention
|
2020-08-24 10:11:53 +09:00 |
redundant_closure_call_fixable.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
redundant_closure_call_fixable.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
redundant_closure_call_fixable.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
redundant_closure_call_late.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
redundant_closure_call_late.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
redundant_else.rs
|
Add needless_late_init lint
|
2021-11-23 15:08:49 +00:00 |
redundant_else.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
redundant_field_names.fixed
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
redundant_field_names.rs
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
redundant_field_names.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
redundant_pattern_matching_drop_order.fixed
|
|
|
redundant_pattern_matching_drop_order.rs
|
|
|
redundant_pattern_matching_drop_order.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
redundant_pattern_matching_ipaddr.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
redundant_pattern_matching_ipaddr.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
redundant_pattern_matching_ipaddr.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
redundant_pattern_matching_option.fixed
|
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
|
2022-01-27 15:12:45 +01:00 |
redundant_pattern_matching_option.rs
|
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
|
2022-01-27 15:12:45 +01:00 |
redundant_pattern_matching_option.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
redundant_pattern_matching_poll.fixed
|
|
|
redundant_pattern_matching_poll.rs
|
|
|
redundant_pattern_matching_poll.stderr
|
|
|
redundant_pattern_matching_result.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
redundant_pattern_matching_result.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
redundant_pattern_matching_result.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
redundant_pub_crate.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
redundant_pub_crate.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
redundant_pub_crate.stderr
|
|
|
redundant_slicing.fixed
|
Move some cases from redundant_slicing to deref_by_slicing
|
2022-02-17 00:02:33 -05:00 |
redundant_slicing.rs
|
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
|
2022-02-26 14:26:21 +01:00 |
redundant_slicing.stderr
|
Move some cases from redundant_slicing to deref_by_slicing
|
2022-02-17 00:02:33 -05:00 |
redundant_static_lifetimes_multiple.rs
|
|
|
redundant_static_lifetimes_multiple.stderr
|
|
|
redundant_static_lifetimes.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
redundant_static_lifetimes.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
redundant_static_lifetimes.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
ref_binding_to_reference.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
ref_binding_to_reference.stderr
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
ref_option_ref.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
ref_option_ref.stderr
|
|
|
regex.rs
|
invalid_regex : Show full error when string value doesn't match source
|
2023-01-26 15:33:40 +00:00 |
regex.stderr
|
invalid_regex : Show full error when string value doesn't match source
|
2023-01-26 15:33:40 +00:00 |
rename.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
rename.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
rename.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
renamed_builtin_attr.fixed
|
renamed_builtin_attr: make test rustfixable
|
2019-09-25 14:45:18 -07:00 |
renamed_builtin_attr.rs
|
|
|
renamed_builtin_attr.stderr
|
|
|
repeat_once.fixed
|
Downgrade many_single_char_names to pedantic
|
2021-09-14 09:59:06 -07:00 |
repeat_once.rs
|
|
|
repeat_once.stderr
|
|
|
repl_uninit.rs
|
Remove all usages of match_path , match_qpath and match_path_ast except the author lint.
|
2021-04-15 19:27:25 -04:00 |
repl_uninit.stderr
|
|
|
rest_pat_in_fully_bound_structs.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
rest_pat_in_fully_bound_structs.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
result_large_err.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
result_large_err.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
result_map_or_into_option.fixed
|
|
|
result_map_or_into_option.rs
|
|
|
result_map_or_into_option.stderr
|
result_map_or_into_option: add lint to catch manually adpating Result -> Option
|
2020-04-04 03:17:13 -07:00 |
result_map_unit_fn_fixable.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
result_map_unit_fn_fixable.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
result_map_unit_fn_fixable.stderr
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
result_map_unit_fn_unfixable.rs
|
|
|
result_map_unit_fn_unfixable.stderr
|
Account for multiple multiline spans with empty padding
|
2022-12-29 09:13:40 -08:00 |
result_unit_error.rs
|
|
|
result_unit_error.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
return_self_not_must_use.rs
|
Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup
|
2022-01-17 13:29:07 +01:00 |
return_self_not_must_use.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
reversed_empty_ranges_fixable.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
reversed_empty_ranges_fixable.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
reversed_empty_ranges_fixable.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
reversed_empty_ranges_loops_fixable.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
reversed_empty_ranges_loops_fixable.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
reversed_empty_ranges_loops_fixable.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
reversed_empty_ranges_loops_unfixable.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
reversed_empty_ranges_loops_unfixable.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
reversed_empty_ranges_unfixable.rs
|
|
|
reversed_empty_ranges_unfixable.stderr
|
|
|
same_functions_in_if_condition.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
same_functions_in_if_condition.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
same_item_push.rs
|
Fix adjacent code
|
2022-08-16 18:34:51 -04:00 |
same_item_push.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
same_name_method.rs
|
Fix typos
|
2022-07-13 14:48:32 +00:00 |
same_name_method.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
search_is_some_fixable_none.fixed
|
Lint explicit_auto_deref without a leading borrow
|
2022-06-28 12:48:26 -04:00 |
search_is_some_fixable_none.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
search_is_some_fixable_none.stderr
|
Changes to ptr_arg
|
2022-01-12 20:57:50 -05:00 |
search_is_some_fixable_some.fixed
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
search_is_some_fixable_some.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
search_is_some_fixable_some.stderr
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
search_is_some.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
search_is_some.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
seek_from_current.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
seek_from_current.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
seek_from_current.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
seek_to_start_instead_of_rewind.fixed
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
seek_to_start_instead_of_rewind.rs
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
seek_to_start_instead_of_rewind.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
self_assignment.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
self_assignment.stderr
|
|
|
self_named_constructors.rs
|
Rename two lints to comply with our lint naming convention
|
2021-07-29 12:10:18 +02:00 |
self_named_constructors.stderr
|
|
|
semicolon_if_nothing_returned.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
semicolon_if_nothing_returned.stderr
|
Fix clippy
|
2022-09-15 21:21:18 +02:00 |
semicolon_inside_block.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
semicolon_inside_block.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
semicolon_inside_block.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
semicolon_outside_block.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
semicolon_outside_block.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
semicolon_outside_block.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
serde.rs
|
|
|
serde.stderr
|
|
|
shadow.rs
|
Fix #8748
|
2022-05-30 22:46:31 +02:00 |
shadow.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
short_circuit_statement.fixed
|
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
|
2021-12-30 15:10:43 +01:00 |
short_circuit_statement.rs
|
|
|
short_circuit_statement.stderr
|
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
|
2021-12-30 15:10:43 +01:00 |
significant_drop_in_scrutinee.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
significant_drop_in_scrutinee.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
similar_names.rs
|
Move let_unit_value back into style
|
2022-04-14 21:33:32 -04:00 |
similar_names.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
single_char_add_str.fixed
|
|
|
single_char_add_str.rs
|
|
|
single_char_add_str.stderr
|
|
|
single_char_lifetime_names.rs
|
Move let_unit_value back into style
|
2022-04-14 21:33:32 -04:00 |
single_char_lifetime_names.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
single_char_pattern.fixed
|
fix some false negatives for single_char_pattern
|
2021-12-05 17:33:52 +01:00 |
single_char_pattern.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
single_char_pattern.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
single_component_path_imports_macro.rs
|
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
|
2022-03-24 14:50:04 +01:00 |
single_component_path_imports_nested_first.rs
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
single_component_path_imports_nested_first.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
single_component_path_imports_self_after.rs
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
single_component_path_imports_self_before.rs
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
single_component_path_imports.fixed
|
update most tests to 2021 edition
|
2021-10-30 14:50:53 +02:00 |
single_component_path_imports.rs
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
single_component_path_imports.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
single_element_loop.fixed
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
single_element_loop.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
single_element_loop.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
single_match_else.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
single_match_else.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
single_match.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
single_match.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
size_of_ref.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
size_of_ref.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
skip_while_next.rs
|
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
|
2022-08-11 19:42:16 +02:00 |
skip_while_next.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
slow_vector_initialization.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
slow_vector_initialization.stderr
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
stable_sort_primitive.fixed
|
|
|
stable_sort_primitive.rs
|
Fix all occurences of needless_borrow internally
|
2021-04-06 10:43:47 -04:00 |
stable_sort_primitive.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
starts_ends_with.fixed
|
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
|
2022-02-10 18:40:06 +01:00 |
starts_ends_with.rs
|
Fix chars_next_cmp suggestion not escaped
|
2022-01-31 13:35:14 +08:00 |
starts_ends_with.stderr
|
Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup
|
2022-02-10 18:40:06 +01:00 |
std_instead_of_core.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
std_instead_of_core.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
str_to_string.rs
|
|
|
str_to_string.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
string_add_assign.fixed
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
string_add_assign.rs
|
Update all tests to comply with clippy::manual_empty_string_creations
|
2022-08-14 12:53:15 -03:00 |
string_add_assign.stderr
|
|
|
string_add.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
string_add.stderr
|
Change to only detect in external macros.
|
2019-12-05 11:06:13 +01:00 |
string_extend.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
string_extend.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
string_extend.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
string_from_utf8_as_bytes.fixed
|
|
|
string_from_utf8_as_bytes.rs
|
|
|
string_from_utf8_as_bytes.stderr
|
|
|
string_lit_as_bytes.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
string_lit_as_bytes.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
string_lit_as_bytes.stderr
|
|
|
string_slice.rs
|
new lint: string-slice
|
2021-10-26 09:05:28 +02:00 |
string_slice.stderr
|
new lint: string-slice
|
2021-10-26 09:05:28 +02:00 |
string_to_string.rs
|
added lints str_to_string and string_to_string
|
2020-11-25 20:59:29 +05:30 |
string_to_string.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
strlen_on_c_strings.fixed
|
Run rustfix for strlen_on_c_strings tests
|
2021-11-24 20:16:27 -05:00 |
strlen_on_c_strings.rs
|
Run rustfix for strlen_on_c_strings tests
|
2021-11-24 20:16:27 -05:00 |
strlen_on_c_strings.stderr
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
struct_excessive_bools.rs
|
|
|
struct_excessive_bools.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
suspicious_arithmetic_impl.rs
|
|
|
suspicious_arithmetic_impl.stderr
|
Factor BinOp utils
|
2021-07-17 20:49:19 -05:00 |
suspicious_command_arg_space.rs
|
Add more test cases for suspicious_command_arg_space.
|
2023-02-10 22:35:23 +01:00 |
suspicious_command_arg_space.stderr
|
Add test.
|
2023-02-10 19:02:39 +01:00 |
suspicious_else_formatting.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
suspicious_else_formatting.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
suspicious_map.rs
|
Fix suspicious_map false positives
|
2021-03-14 16:31:55 -05:00 |
suspicious_map.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
suspicious_operation_groupings.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
suspicious_operation_groupings.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
suspicious_operation_groupings.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
suspicious_splitn.rs
|
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
|
2021-12-06 12:33:31 +01:00 |
suspicious_splitn.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
suspicious_to_owned.rs
|
Fix suspicious_to_owned test when c_char is u8
|
2022-08-29 12:17:08 +00:00 |
suspicious_to_owned.stderr
|
bless new output
|
2023-02-07 15:39:19 +05:30 |
suspicious_unary_op_formatting.rs
|
|
|
suspicious_unary_op_formatting.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
suspicious_xor_used_as_pow.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
suspicious_xor_used_as_pow.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
swap_ptr_to_ref_unfixable.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
swap_ptr_to_ref_unfixable.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
swap_ptr_to_ref.fixed
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
swap_ptr_to_ref.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
swap_ptr_to_ref.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
swap.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
swap.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
swap.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
tabs_in_doc_comments.fixed
|
|
|
tabs_in_doc_comments.rs
|
add new lint tabs in doc comments
|
2019-11-15 16:25:47 +01:00 |
tabs_in_doc_comments.stderr
|
|
|
temporary_assignment.rs
|
Cleanup of rustup
|
2020-09-10 15:23:38 +02:00 |
temporary_assignment.stderr
|
Cleanup of rustup
|
2020-09-10 15:23:38 +02:00 |
to_digit_is_some.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
to_digit_is_some.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
to_digit_is_some.stderr
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
toplevel_ref_arg_non_rustfix.rs
|
|
|
toplevel_ref_arg_non_rustfix.stderr
|
|
|
toplevel_ref_arg.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
toplevel_ref_arg.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
toplevel_ref_arg.stderr
|
|
|
track-diagnostics.rs
|
Adjust normalization
|
2022-10-26 13:41:57 +02:00 |
track-diagnostics.stderr
|
Modify primary span label for E0308
|
2023-01-30 20:12:19 +00:00 |
trailing_empty_array.rs
|
clippy owo
|
2021-12-12 12:34:21 +00:00 |
trailing_empty_array.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
trailing_zeros.rs
|
|
|
trailing_zeros.stderr
|
|
|
trait_duplication_in_bounds_unfixable.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
trait_duplication_in_bounds_unfixable.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
trait_duplication_in_bounds.fixed
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
trait_duplication_in_bounds.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
trait_duplication_in_bounds.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
transmute_32bit.rs
|
|
|
transmute_32bit.stderr
|
|
|
transmute_64bit.rs
|
|
|
transmute_64bit.stderr
|
|
|
transmute_collection.rs
|
Better check size and alignment requirements in unsound_collection_transmute
|
2022-04-06 11:57:55 -04:00 |
transmute_collection.stderr
|
|
|
transmute_float_to_int.rs
|
|
|
transmute_float_to_int.stderr
|
|
|
transmute_null_to_fn.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
transmute_null_to_fn.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
transmute_ptr_to_ptr.rs
|
Add borrow_as_ptr lint
|
2022-01-11 09:53:29 +01:00 |
transmute_ptr_to_ptr.stderr
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
transmute_ptr_to_ref.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
transmute_ptr_to_ref.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
transmute_ptr_to_ref.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
transmute_undefined_repr.rs
|
Allow type erasure using *const/mut int_type in transmute_undefined_repr
|
2022-08-07 17:58:31 -04:00 |
transmute_undefined_repr.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
transmute.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
transmute.stderr
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
transmutes_expressible_as_ptr_casts.fixed
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
transmutes_expressible_as_ptr_casts.rs
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
transmutes_expressible_as_ptr_casts.stderr
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
transmuting_null.rs
|
Add TransmutingNull Lint
|
2019-04-02 11:39:43 -03:00 |
transmuting_null.stderr
|
|
|
trim_split_whitespace.fixed
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
trim_split_whitespace.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
trim_split_whitespace.stderr
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
trivially_copy_pass_by_ref.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
trivially_copy_pass_by_ref.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
try_err.fixed
|
|
|
try_err.rs
|
|
|
try_err.stderr
|
Fix clippy with changed macro statement spans
|
2021-10-15 02:36:58 -05:00 |
ty_fn_sig.rs
|
|
|
type_complexity.rs
|
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
|
2021-12-17 13:40:22 +01:00 |
type_complexity.stderr
|
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
|
2021-12-17 13:40:22 +01:00 |
type_repetition_in_bounds.rs
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
type_repetition_in_bounds.stderr
|
Add extra_unused_type_parameters lint
|
2023-02-02 19:37:34 -05:00 |
types.fixed
|
|
|
types.rs
|
|
|
types.stderr
|
|
|
unchecked_duration_subtraction.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unchecked_duration_subtraction.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unchecked_duration_subtraction.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
undocumented_unsafe_blocks.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
undocumented_unsafe_blocks.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
undropped_manually_drops.rs
|
|
|
undropped_manually_drops.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unicode.fixed
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
unicode.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
unicode.stderr
|
Fix [non_ascii_literal ] in tests
|
2022-08-16 15:53:01 -04:00 |
uninit_vec.rs
|
uninit_vec: special case set_len(0)
|
2022-09-23 09:35:47 +01:00 |
uninit_vec.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
uninit.rs
|
Fix tests due to stricter invalid_value
|
2022-08-29 21:28:35 +01:00 |
uninit.stderr
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
uninlined_format_args_panic.edition2018.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
uninlined_format_args_panic.edition2018.stderr
|
addressed review feedback
|
2022-11-27 10:34:13 -05:00 |
uninlined_format_args_panic.edition2021.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
uninlined_format_args_panic.edition2021.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
uninlined_format_args_panic.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
uninlined_format_args.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
uninlined_format_args.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
uninlined_format_args.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unit_arg_empty_blocks.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
unit_arg_empty_blocks.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
unit_arg_empty_blocks.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
unit_arg.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
unit_arg.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
unit_cmp.rs
|
New lint: [derive_partial_eq_without_eq ]
|
2022-05-09 22:13:39 -07:00 |
unit_cmp.stderr
|
New lint: [derive_partial_eq_without_eq ]
|
2022-05-09 22:13:39 -07:00 |
unit_hash.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
unit_hash.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unit_return_expecting_ord.rs
|
|
|
unit_return_expecting_ord.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unknown_attribute.rs
|
Renamed: Cyclomatic Complexity -> Cognitive Complexity
|
2019-03-06 10:07:38 -03:00 |
unknown_attribute.stderr
|
|
|
unknown_clippy_lints.fixed
|
|
|
unknown_clippy_lints.rs
|
|
|
unknown_clippy_lints.stderr
|
Fix duplicate unknown lint errors
|
2021-05-07 17:26:32 -05:00 |
unnecessary_cast.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_cast.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_cast.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_clone.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
unnecessary_clone.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
unnecessary_filter_map.rs
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
unnecessary_filter_map.stderr
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
unnecessary_find_map.rs
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
unnecessary_find_map.stderr
|
Add unnecessary_find_map lint
|
2022-03-01 19:24:55 -05:00 |
unnecessary_fold.fixed
|
|
|
unnecessary_fold.rs
|
|
|
unnecessary_fold.stderr
|
|
|
unnecessary_iter_cloned.fixed
|
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
|
2021-12-17 13:40:22 +01:00 |
unnecessary_iter_cloned.rs
|
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
|
2021-12-17 13:40:22 +01:00 |
unnecessary_iter_cloned.stderr
|
bless clippy tests
|
2022-06-16 15:51:12 +03:00 |
unnecessary_join.fixed
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
unnecessary_join.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
unnecessary_join.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unnecessary_lazy_eval_unfixable.rs
|
|
|
unnecessary_lazy_eval_unfixable.stderr
|
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
|
2022-03-24 14:50:04 +01:00 |
unnecessary_lazy_eval.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_lazy_eval.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_lazy_eval.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_operation.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_operation.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_operation.stderr
|
|
|
unnecessary_owned_empty_strings.fixed
|
Rename manual_empty_string_creation and move to pedantic
|
2022-08-23 14:19:46 +00:00 |
unnecessary_owned_empty_strings.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
unnecessary_owned_empty_strings.stderr
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
unnecessary_safety_comment.rs
|
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
|
2023-01-27 21:09:08 +01:00 |
unnecessary_safety_comment.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_self_imports.fixed
|
add unnecessary_self_imports lint
|
2021-04-21 07:17:42 -07:00 |
unnecessary_self_imports.rs
|
|
|
unnecessary_self_imports.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unnecessary_sort_by.fixed
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
unnecessary_sort_by.rs
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
unnecessary_sort_by.stderr
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
unnecessary_to_owned.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
unnecessary_to_owned.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
unnecessary_to_owned.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_unsafety_doc.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_unsafety_doc.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnecessary_wraps.rs
|
Use break api config for unnecessary_wraps
|
2021-05-26 16:53:13 -05:00 |
unnecessary_wraps.stderr
|
bless clippy ui tests
|
2022-06-16 18:00:32 +04:00 |
unneeded_field_pattern.rs
|
Remove all copyright license headers
|
2019-01-08 21:46:39 +01:00 |
unneeded_field_pattern.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unneeded_wildcard_pattern.fixed
|
|
|
unneeded_wildcard_pattern.rs
|
|
|
unneeded_wildcard_pattern.stderr
|
update test stderr
|
2020-01-31 20:21:10 +01:00 |
unnested_or_patterns2.fixed
|
|
|
unnested_or_patterns2.rs
|
clippy: stabilize or_patterns lint
|
2021-03-19 19:45:42 -05:00 |
unnested_or_patterns2.stderr
|
update clippy
|
2021-08-11 14:21:33 +00:00 |
unnested_or_patterns.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnested_or_patterns.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unnested_or_patterns.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unreadable_literal.fixed
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
unreadable_literal.rs
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
unreadable_literal.stderr
|
Warn about dead tuple struct fields
|
2022-08-03 12:17:23 +02:00 |
unsafe_derive_deserialize.rs
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
unsafe_derive_deserialize.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unsafe_removed_from_name.rs
|
lint::unsafe_removed_from_name: fix false positive result when allowed
|
2022-10-05 18:59:01 +11:00 |
unsafe_removed_from_name.stderr
|
Update stderrs
|
2020-01-07 18:38:12 +09:00 |
unseparated_prefix_literals.fixed
|
|
|
unseparated_prefix_literals.rs
|
Move mini-macro to auxilary
|
2021-05-27 11:32:14 -05:00 |
unseparated_prefix_literals.stderr
|
Move mini-macro to auxilary
|
2021-05-27 11:32:14 -05:00 |
unused_async.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
unused_async.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unused_format_specs_unfixable.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
unused_format_specs_unfixable.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
unused_format_specs.fixed
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
unused_format_specs.rs
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
unused_format_specs.stderr
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
unused_io_amount.rs
|
Lint unused_io_amount with is_ok and is_err
|
2023-01-24 18:22:35 -05:00 |
unused_io_amount.stderr
|
Lint unused_io_amount with is_ok and is_err
|
2023-01-24 18:22:35 -05:00 |
unused_peekable.rs
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
unused_peekable.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unused_rounding.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unused_rounding.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unused_rounding.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
unused_self.rs
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
unused_self.stderr
|
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
|
2023-01-12 19:48:13 +01:00 |
unused_unit.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unused_unit.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unused_unit.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unwrap_expect_used.rs
|
unwrap_used and expect_used: trigger on uses of their _err variants
|
2022-08-16 18:31:57 +02:00 |
unwrap_expect_used.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unwrap_in_result.rs
|
Add new lint to prevent usage of unwrap in fns that return result
|
2020-08-26 16:31:49 -07:00 |
unwrap_in_result.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
unwrap_or_else_default.fixed
|
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
|
2022-09-09 13:36:26 +02:00 |
unwrap_or_else_default.rs
|
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
|
2022-09-09 13:36:26 +02:00 |
unwrap_or_else_default.stderr
|
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
|
2022-09-09 13:36:26 +02:00 |
unwrap_or.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
unwrap_or.stderr
|
|
|
unwrap.rs
|
unwrap_used: Fix error message for unwrap_err when expect_used is allowed
|
2022-08-17 18:58:17 +02:00 |
unwrap.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
update-all-references.sh
|
|
|
upper_case_acronyms.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
upper_case_acronyms.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
use_self_trait.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
use_self_trait.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
use_self_trait.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
use_self.fixed
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
use_self.rs
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
use_self.stderr
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
used_underscore_binding.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
used_underscore_binding.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
useful_asref.rs
|
|
|
useless_asref.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
useless_asref.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
useless_asref.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
useless_attribute.fixed
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
useless_attribute.rs
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
useless_attribute.stderr
|
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
|
2022-11-21 20:51:52 +01:00 |
useless_conversion_try.rs
|
Update all tests to comply with clippy::manual_empty_string_creations
|
2022-08-14 12:53:15 -03:00 |
useless_conversion_try.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
useless_conversion.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
useless_conversion.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
useless_conversion.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
vec_box_sized.fixed
|
|
|
vec_box_sized.rs
|
Fix FN that types lints don't work with const or static
|
2021-03-26 20:19:34 +09:00 |
vec_box_sized.stderr
|
|
|
vec_init_then_push.rs
|
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
|
2022-09-09 13:36:26 +02:00 |
vec_init_then_push.stderr
|
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
|
2022-09-09 13:36:26 +02:00 |
vec_resize_to_zero.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
vec_resize_to_zero.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
vec.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
vec.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
vec.stderr
|
|
|
verbose_file_reads.rs
|
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
|
2022-08-31 09:24:45 -04:00 |
verbose_file_reads.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
vtable_address_comparisons.rs
|
Add borrow_as_ptr lint
|
2022-01-11 09:53:29 +01:00 |
vtable_address_comparisons.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
while_let_loop.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
while_let_loop.stderr
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
while_let_on_iterator.fixed
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
while_let_on_iterator.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
while_let_on_iterator.stderr
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
wild_in_or_pats.rs
|
|
|
wild_in_or_pats.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
wildcard_enum_match_arm.fixed
|
wildcard_enum_match_arm lint takes the enum origin into account
|
2023-01-30 17:29:29 -07:00 |
wildcard_enum_match_arm.rs
|
fallout: fix tests to allow uninlined_format_args
|
2022-10-02 15:13:22 -04:00 |
wildcard_enum_match_arm.stderr
|
wildcard_enum_match_arm lint takes the enum origin into account
|
2023-01-30 17:29:29 -07:00 |
wildcard_imports_2021.edition2018.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports_2021.edition2018.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports_2021.edition2021.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports_2021.edition2021.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports_2021.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports_2021.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports.fixed
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports.rs
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
wildcard_imports.stderr
|
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
|
2022-12-29 14:28:34 +01:00 |
write_literal_2.rs
|
Migrate write.rs to a late pass
|
2022-09-08 20:18:02 +00:00 |
write_literal_2.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
write_literal.rs
|
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
|
2022-10-06 09:44:38 +02:00 |
write_literal.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
write_with_newline.rs
|
Migrate write.rs to a late pass
|
2022-09-08 20:18:02 +00:00 |
write_with_newline.stderr
|
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
|
2022-09-21 13:13:27 -04:00 |
writeln_empty_string.fixed
|
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
|
2022-01-27 15:12:45 +01:00 |
writeln_empty_string.rs
|
Remove final reference on fields and method calls in needless_borrow
|
2022-01-22 20:35:32 -05:00 |
writeln_empty_string.stderr
|
Migrate write.rs to a late pass
|
2022-09-08 20:18:02 +00:00 |
wrong_self_convention2.rs
|
fix
|
2022-04-23 22:45:26 +09:00 |
wrong_self_convention2.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
wrong_self_convention.rs
|
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
|
2022-05-05 15:12:52 +01:00 |
wrong_self_convention.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
wrong_self_conventions_mut.rs
|
Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup
|
2021-11-04 12:52:36 +00:00 |
wrong_self_conventions_mut.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
zero_div_zero.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
zero_div_zero.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
zero_offset.rs
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
zero_offset.stderr
|
Add borrow_as_ptr lint
|
2022-01-11 09:53:29 +01:00 |
zero_ptr_no_std.fixed
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
zero_ptr_no_std.rs
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
zero_ptr_no_std.stderr
|
Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyup
|
2022-12-17 14:12:54 +01:00 |
zero_ptr.fixed
|
|
|
zero_ptr.rs
|
Add suggestion for zero-ptr lint
|
2019-10-02 22:38:00 +07:00 |
zero_ptr.stderr
|
|
|
zero_sized_btreemap_values.rs
|
Add a lint for maps with zero-sized values
|
2020-12-09 18:00:09 +01:00 |
zero_sized_btreemap_values.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |
zero_sized_hashmap_values.rs
|
|
|
zero_sized_hashmap_values.stderr
|
bless clippy
|
2022-10-01 10:03:06 +00:00 |