..
bind_instead_of_map.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
bytecount.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
bytes_count_to_len.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
bytes_nth.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
case_sensitive_file_extension_comparisons.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
chars_cmp.rs
rustc_middle: Remove trait DefIdTree
2023-03-02 23:46:44 +04:00
chars_cmp_with_unwrap.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
chars_last_cmp.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
chars_last_cmp_with_unwrap.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
chars_next_cmp.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
chars_next_cmp_with_unwrap.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
clear_with_drain.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
clone_on_copy.rs
uplift clippy::clone_double_ref as suspicious_double_ref_op
2023-04-28 17:24:48 +00:00
clone_on_ref_ptr.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
cloned_instead_of_copied.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
collapsible_str_replace.rs
Remove from librustdoc and clippy too
2023-01-27 20:44:19 -08:00
drain_collect.rs
add test case for not whole length, move sugg into variable
2023-06-15 20:23:12 +02:00
err_expect.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
expect_fun_call.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
expect_used.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
extend_with_drain.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
filetype_is_file.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
filter_map.rs
Merge commit ' 7f27e2e74e' into clippyup
2023-01-12 19:48:13 +01:00
filter_map_identity.rs
Merge commit ' 61eb38aeda' into clippyup
2021-07-01 18:17:38 +02:00
filter_map_next.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
filter_next.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
flat_map_identity.rs
Merge commit ' 61eb38aeda' into clippyup
2021-07-01 18:17:38 +02:00
flat_map_option.rs
Make diangostic item names consistent
2021-10-02 19:38:19 -05:00
from_iter_instead_of_collect.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
get_first.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
get_last_with_len.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
get_unwrap.rs
declare needs_ref later
2023-06-21 09:16:25 +02:00
implicit_clone.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
inefficient_to_string.rs
Merge commit ' 4f3ab69ea0' into clippyup
2022-12-29 14:28:34 +01:00
inspect_for_each.rs
Merge commit ' 0e87918536' into clippyup
2021-03-25 19:29:11 +01:00
into_iter_on_ref.rs
Merge commit ' 4f142aa105' into clippyup
2022-10-23 15:18:45 +02:00
is_digit_ascii_radix.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
iter_cloned_collect.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
iter_count.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
iter_kv_map.rs
Merge commit ' 7f27e2e74e' into clippyup
2023-01-12 19:48:13 +01:00
iter_next_slice.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
iter_nth.rs
Don't lint iter_nth_zero in next
2023-06-21 15:58:52 -05:00
iter_nth_zero.rs
Don't lint iter_nth_zero in next
2023-06-21 15:58:52 -05:00
iter_on_single_or_empty_collections.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
iter_overeager_cloned.rs
Move get_associated_type from clippy to rustc_lint
2022-11-23 15:40:27 +00:00
iter_skip_next.rs
Merge commit ' 4f3ab69ea0' into clippyup
2022-12-29 14:28:34 +01:00
iter_with_drain.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
iterator_step_by_zero.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
manual_next_back.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
manual_ok_or.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
manual_saturating_arithmetic.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
manual_str_repeat.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
map_clone.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
map_collect_result_unit.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
map_err_ignore.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
map_flatten.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
map_identity.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
map_unwrap_or.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
mod.rs
Revert "now passes dogfood by wrapping unwrap_recv and unwrap_arg into a tuple"
2023-06-27 11:29:02 +08:00
mut_mutex_lock.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
needless_collect.rs
New lint [redundant_rest_pattern]
2023-06-27 06:06:56 -05:00
needless_option_as_deref.rs
Merge commit ' 984330a6ee' into clippyup
2022-04-08 10:06:10 +01:00
needless_option_take.rs
Merge commit ' 7c21f91b15' into clippyup
2022-05-05 15:12:52 +01:00
no_effect_replace.rs
Rm diagnostic item, use lang item
2022-11-18 06:16:20 +00:00
obfuscated_if_else.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
ok_expect.rs
Merge commit ' 7248d06384' into sync-from-clippy
2022-09-21 13:13:27 -04:00
open_options.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
option_as_ref_deref.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
option_map_or_none.rs
rustc_middle: Remove trait DefIdTree
2023-03-02 23:46:44 +04:00
option_map_unwrap_or.rs
changed msrv name for consistency & changed nested if for style
2023-06-27 11:29:02 +08:00
or_fun_call.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
or_then_unwrap.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
path_buf_push_overwrite.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
range_zip_with_len.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
repeat_once.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
search_is_some.rs
Use is_str instead of string kind comparison
2023-02-13 19:06:22 +00:00
seek_from_current.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
seek_to_start_instead_of_rewind.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
single_char_add_str.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
single_char_insert_string.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
single_char_pattern.rs
Use is_str instead of string kind comparison
2023-02-13 19:06:22 +00:00
single_char_push_string.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
skip_while_next.rs
Merge commit ' b40ea209e7' into clippyup
2021-04-08 17:50:13 +02:00
stable_sort_primitive.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
str_splitn.rs
New lint [redundant_rest_pattern]
2023-06-27 06:06:56 -05:00
string_extend_chars.rs
Use is_str instead of string kind comparison
2023-02-13 19:06:22 +00:00
suspicious_command_arg_space.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
suspicious_map.rs
Remove HirId -> LocalDefId map from HIR.
2023-01-28 09:55:26 +00:00
suspicious_splitn.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
suspicious_to_owned.rs
Merge commit ' 0f7558148c' into clippyup
2023-02-10 14:01:19 +01:00
uninit_assumed_init.rs
Merge commit ' f51aade56f' into clippyup
2022-08-31 09:24:45 -04:00
unit_hash.rs
Merge commit ' f51aade56f' into clippyup
2022-08-31 09:24:45 -04:00
unnecessary_filter_map.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
unnecessary_fold.rs
move check_fold_with_op function out
2023-06-14 22:38:06 +02:00
unnecessary_iter_cloned.rs
Move get_associated_type from clippy to rustc_lint
2022-11-23 15:40:27 +00:00
unnecessary_join.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
unnecessary_lazy_eval.rs
Merge commit ' 4f3ab69ea0' into clippyup
2022-12-29 14:28:34 +01:00
unnecessary_literal_unwrap.rs
Preserve type annotations when present
2023-06-12 16:19:26 +01:00
unnecessary_sort_by.rs
Remove box expressions from HIR
2023-03-14 17:18:26 +00:00
unnecessary_to_owned.rs
check that the adjusted receiver type matches target
2023-06-09 04:13:00 +02:00
unwrap_or_else_default.rs
Merge commit ' b52fb5234c' into clippyup
2022-09-09 13:36:26 +02:00
unwrap_used.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
useless_asref.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
utils.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
vec_resize_to_zero.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
verbose_file_reads.rs
Merge commit ' f51aade56f' into clippyup
2022-08-31 09:24:45 -04:00
wrong_self_convention.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
zst_offset.rs
Overhaul TyS and Ty.
2022-02-15 16:03:24 +11:00