..
cargo
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
casts
Auto merge of #9609 - kraktus:hexa_f32, r=giraffate
2022-10-17 00:46:36 +00:00
functions
Fix adjacent code
2022-10-15 07:03:29 -04:00
loops
Format affected files
2022-10-15 07:03:29 -04:00
matches
Fix adjacent code
2022-10-15 07:03:29 -04:00
methods
Format affected files
2022-10-15 07:03:29 -04:00
misc_early
[zero_prefixed_literal
] Do not advise to use octal form if not possible
2022-10-15 15:10:50 +02:00
operators
Fix adjacent code
2022-10-15 07:03:29 -04:00
transmute
use is_integer_literal
more
2022-10-01 17:55:22 +02:00
types
update Applicability of rc_buffer
from MachineApplicable
to
2022-10-12 16:41:48 +05:30
unit_types
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
utils
Format affected files
2022-10-15 07:03:29 -04:00
almost_complete_letter_range.rs
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
2022-09-21 13:13:27 -04:00
approx_const.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
as_conversions.rs
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
2022-07-28 19:08:22 +02:00
asm_syntax.rs
Only run x86 asm doctests on x86
2022-10-01 22:27:38 +00:00
assertions_on_constants.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
assertions_on_result_states.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
async_yields_async.rs
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
2022-09-09 13:36:26 +02:00
attrs.rs
lint::unsafe_removed_from_name: fix false positive result when allowed
2022-10-05 18:59:01 +11:00
await_holding_invalid.rs
Add disallowed_macros
lint
2022-10-05 13:44:06 +00:00
blocks_in_if_conditions.rs
Use for_each_expr
in place of some visitors
2022-10-02 17:15:19 -04:00
bool_assert_comparison.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
bool_to_int_with_if.rs
use is_integer_literal
more
2022-10-01 17:55:22 +02:00
booleans.rs
Fix adjacent code
2022-10-15 07:03:29 -04:00
borrow_deref_ref.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
2022-08-31 09:24:45 -04:00
box_default.rs
fix box-default
linting no_std
non-boxes
2022-10-15 23:19:43 +02:00
checked_conversions.rs
use is_integer_literal
more
2022-10-01 17:55:22 +02:00
cognitive_complexity.rs
Use for_each_expr
in place of some visitors
2022-10-02 17:15:19 -04:00
collapsible_if.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
comparison_chain.rs
Fix adjacent code
2022-10-15 07:03:29 -04:00
copies.rs
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
2022-07-18 09:39:37 +02:00
copy_iterator.rs
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
2021-12-06 12:33:31 +01:00
crate_in_macro_def.rs
Shrink ast::Attribute
.
2022-08-16 11:10:13 +10:00
create_dir.rs
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
2022-08-11 19:42:16 +02:00
dbg_macro.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
default.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
default_instead_of_iter_empty.rs
Changelog for Rust 1.64 🍎
2022-09-20 15:23:48 +02:00
default_numeric_fallback.rs
explicit_ty_bound
code golf
2022-10-15 14:57:08 +02:00
default_union_representation.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
deprecated_lints.rs
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
2022-06-30 10:50:09 +02:00
dereference.rs
needless_borrow
uses used_exactly_once
2022-10-07 05:07:44 -04:00
derivable_impls.rs
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
2022-09-21 13:13:27 -04:00
derive.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
disallowed_macros.rs
Add disallowed_macros
lint
2022-10-05 13:44:06 +00:00
disallowed_methods.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
disallowed_names.rs
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
2022-08-11 19:42:16 +02:00
disallowed_script_idents.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
disallowed_types.rs
Add disallowed_macros
lint
2022-10-05 13:44:06 +00:00
doc.rs
avoid doc-link-with-quotes in code blocks
2022-10-01 15:25:37 +02:00
double_parens.rs
Do not consider method call receiver as an argument in AST.
2022-08-10 18:34:54 +02:00
drop_forget_ref.rs
Auto merge of #9491 - kraktus:drop_copy, r=Jarcho
2022-09-27 19:18:29 +00:00
duplicate_mod.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
2022-08-31 09:24:45 -04:00
else_if_without_else.rs
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
2022-06-04 13:34:07 +02:00
empty_drop.rs
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
2022-07-18 09:39:37 +02:00
empty_enum.rs
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
2022-06-04 13:34:07 +02:00
empty_structs_with_brackets.rs
remove unnecessary to_string
and String::new
2022-06-13 15:48:40 +09:00
entry.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
enum_clike.rs
address review
2022-06-14 16:11:27 +02:00
enum_variants.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
equatable_if_let.rs
Fix dogfood
2022-09-29 12:02:58 +02:00
escape.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
eta_reduction.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
excessive_bools.rs
ast: Add span to Extern
2022-07-02 23:30:03 +01:00
exhaustive_items.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
exit.rs
separate definitions and HIR
owners
2022-09-24 23:21:19 +09:00
explicit_write.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
fallible_impl_from.rs
separate definitions and HIR
owners
2022-09-24 23:21:19 +09:00
float_literal.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
floating_point_arithmetic.rs
suboptimal_flops
lint for multiply and subtract
2022-10-02 21:00:51 -07:00
format.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
format_args.rs
Add unused_format_specs
lint
2022-10-17 11:36:05 +00:00
format_impl.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
format_push_string.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
formatting.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
from_over_into.rs
Add a suggestion and a note about orphan rules for from_over_into
2022-10-14 22:50:23 +00:00
from_str_radix_10.rs
use is_integer_literal
more
2022-10-01 17:55:22 +02:00
future_not_send.rs
remove the Subst
trait, always use EarlyBinder
2022-09-19 11:37:27 +02:00
if_let_mutex.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
if_not_else.rs
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
2021-12-06 12:33:31 +01:00
if_then_some_else_none.rs
Replace is_lang_ctor
with is_res_lang_ctor
2022-10-02 14:50:37 -04:00
implicit_hasher.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
implicit_return.rs
Replace expr_visitor
with for_each_expr
2022-10-02 17:04:22 -04:00
implicit_saturating_add.rs
add implicit_saturating_add
lint
2022-10-03 16:46:38 +05:30
implicit_saturating_sub.rs
add tests in implicit_saturating_sub
lint
2022-10-12 09:28:17 +05:30
inconsistent_struct_constructor.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
index_refutable_slice.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
indexing_slicing.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
infinite_iter.rs
Fix and improve internal lint checking for match_type
usages
2022-10-02 15:02:55 -04:00
inherent_impl.rs
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
2022-07-18 09:39:37 +02:00
inherent_to_string.rs
Fix and improve internal lint checking for match_type
usages
2022-10-02 15:02:55 -04:00
init_numbered_fields.rs
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
2022-05-05 15:12:52 +01:00
inline_fn_without_body.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
int_plus_one.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
invalid_upcast_comparisons.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
invalid_utf8_in_unchecked.rs
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
2022-07-18 09:39:37 +02:00
items_after_statements.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
iter_not_returning_iterator.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
large_const_arrays.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
large_enum_variant.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
large_include_file.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
large_stack_arrays.rs
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
2022-09-21 13:13:27 -04:00
len_zero.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
let_if_seq.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
let_underscore.rs
Format affected files
2022-10-15 07:03:29 -04:00
lib.deprecated.rs
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
2021-10-07 11:21:30 +02:00
lib.register_all.rs
Auto merge of #9637 - Alexendoo:unused-format-specs, r=xFrednet
2022-10-17 11:51:32 +00:00
lib.register_cargo.rs
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
2022-02-26 14:26:21 +01:00
lib.register_complexity.rs
Add unused_format_specs
lint
2022-10-17 11:36:05 +00:00
lib.register_correctness.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
2022-08-31 09:24:45 -04:00
lib.register_internal.rs
Separate internal lints by pass
2022-10-15 07:01:44 -04:00
lib.register_lints.rs
Auto merge of #9637 - Alexendoo:unused-format-specs, r=xFrednet
2022-10-17 11:51:32 +00:00
lib.register_nursery.rs
Add as_ptr_cast_mut
lint
2022-10-01 19:23:53 +02:00
lib.register_pedantic.rs
Auto merge of #9584 - royrustdev:implicit_saturating_sub, r=llogiq
2022-10-13 12:04:23 +00:00
lib.register_perf.rs
add box-default
lint
2022-09-27 13:26:23 +02:00
lib.register_restriction.rs
Add new lint partial_pub_fields
2022-10-16 16:03:50 +08:00
lib.register_style.rs
Auto merge of #9584 - royrustdev:implicit_saturating_sub, r=llogiq
2022-10-13 12:04:23 +00:00
lib.register_suspicious.rs
add cast-nan-to-int
lint
2022-10-12 13:29:27 +02:00
lib.rs
Auto merge of #9658 - TennyZhuang:partial-pub-fields, r=llogiq
2022-10-16 14:06:56 +00:00
lifetimes.rs
Fix dogfood
2022-09-29 12:02:58 +02:00
literal_representation.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
macro_use.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
main_recursion.rs
Merge 'rust-clippy/master' into clippyup
2022-05-21 13:24:00 +02:00
manual_assert.rs
fix indentation
2022-10-02 15:03:48 +02:00
manual_async_fn.rs
Format affected files
2022-10-15 07:03:29 -04:00
manual_bits.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
manual_clamp.rs
Fix adjacent code
2022-10-15 07:03:29 -04:00
manual_instant_elapsed.rs
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
2022-08-11 19:42:16 +02:00
manual_non_exhaustive.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
manual_rem_euclid.rs
Changelog for Rust 1.64 🍎
2022-09-20 15:23:48 +02:00
manual_retain.rs
Fix and improve internal lint checking for match_type
usages
2022-10-02 15:02:55 -04:00
manual_string_new.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
manual_strip.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
map_unit_fn.rs
lint nested patterns and slice patterns in needless_borrowed_reference
2022-10-01 22:31:10 +00:00
match_result_ok.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
mem_forget.rs
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
2022-02-26 14:26:21 +01:00
mem_replace.rs
Replace is_lang_ctor
with is_res_lang_ctor
2022-10-02 14:50:37 -04:00
minmax.rs
Fix and improve internal lint checking for match_type
usages
2022-10-02 15:02:55 -04:00
misc.rs
use is_integer_literal
more
2022-10-01 17:55:22 +02:00
mismatching_type_param_order.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
missing_const_for_fn.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
missing_doc.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
missing_enforced_import_rename.rs
Add disallowed_macros
lint
2022-10-05 13:44:06 +00:00
missing_inline.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
mixed_read_write_in_expression.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
module_style.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-10-06 09:19:29 +02:00
multi_assignments.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
2022-08-31 09:24:45 -04:00
mut_key.rs
separate definitions and HIR
owners
2022-09-24 23:21:19 +09:00
mut_mut.rs
Fix Visitor::NestedFilter in Clippy
2022-01-16 16:02:36 -06:00
mut_reference.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
mutable_debug_assertion.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
mutex_atomic.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
needless_arbitrary_self_type.rs
clippy: BindingAnnotation change
2022-09-02 13:03:11 -05:00
needless_bool.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
needless_borrowed_ref.rs
lint nested patterns and slice patterns in needless_borrowed_reference
2022-10-01 22:31:10 +00:00
needless_continue.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
needless_for_each.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
needless_late_init.rs
Replace expr_visitor
with for_each_expr
2022-10-02 17:04:22 -04:00
needless_parens_on_range_literals.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
needless_pass_by_value.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
needless_question_mark.rs
Replace is_lang_ctor
with is_res_lang_ctor
2022-10-02 14:50:37 -04:00
needless_update.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
neg_cmp_op_on_partial_ord.rs
Format affected files
2022-10-15 07:03:29 -04:00
neg_multiply.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
new_without_default.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
no_effect.rs
move else block into the Local
struct
2022-07-11 23:20:37 +02:00
non_copy_const.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
non_expressive_names.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
non_octal_unix_permissions.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
non_send_fields_in_send_ty.rs
Improve AdtDef
interning.
2022-03-11 13:31:24 +11:00
nonstandard_macro_braces.rs
Fix adjacent code
2022-10-07 05:07:44 -04:00
octal_escapes.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
only_used_in_recursion.rs
separate definitions and HIR
owners
2022-09-24 23:21:19 +09:00
option_env_unwrap.rs
Do not consider method call receiver as an argument in AST.
2022-08-10 18:34:54 +02:00
option_if_let_else.rs
Replace is_lang_ctor
with is_res_lang_ctor
2022-10-02 14:50:37 -04:00
overflow_check_conditional.rs
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
2021-12-06 12:33:31 +01:00
panic_in_result_fn.rs
Replace expr_visitor
with for_each_expr
2022-10-02 17:04:22 -04:00
panic_unimplemented.rs
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
2022-04-08 10:06:10 +01:00
partial_pub_fields.rs
fix a doctest
2022-10-16 17:13:12 +08:00
partialeq_ne_impl.rs
update clippy
2022-05-10 12:07:35 +02:00
partialeq_to_none.rs
Replace is_lang_ctor
with is_res_lang_ctor
2022-10-02 14:50:37 -04:00
pass_by_ref_or_value.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
pattern_type_mismatch.rs
move else block into the Local
struct
2022-07-11 23:20:37 +02:00
precedence.rs
Do not consider method call receiver as an argument in AST.
2022-08-10 18:34:54 +02:00
ptr.rs
Don't lint ptr_arg
when used as an incompatible trait object
2022-10-14 13:21:59 -04:00
ptr_offset_with_cast.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
pub_use.rs
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
2022-05-05 15:12:52 +01:00
question_mark.rs
Replace is_lang_ctor
with is_res_lang_ctor
2022-10-02 14:50:37 -04:00
ranges.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
rc_clone_in_vec_init.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
2022-08-31 09:24:45 -04:00
read_zero_byte_vec.rs
Replace expr_visitor
with for_each_expr
2022-10-02 17:04:22 -04:00
redundant_clone.rs
needless_borrow
uses used_exactly_once
2022-10-07 05:07:44 -04:00
redundant_closure_call.rs
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
2022-08-11 19:42:16 +02:00
redundant_else.rs
Update clippy
2022-01-23 19:31:32 +08:00
redundant_field_names.rs
Merge 'rust-clippy/master' into clippyup
2022-05-21 13:24:00 +02:00
redundant_pub_crate.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
redundant_slicing.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
redundant_static_lifetimes.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
ref_option_ref.rs
Make hir::PathSegment::res
non-optional.
2022-09-05 14:20:25 +10:00
reference.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
regex.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
renamed_lints.rs
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
2022-09-21 13:13:27 -04:00
return_self_not_must_use.rs
separate definitions and HIR
owners
2022-09-24 23:21:19 +09:00
returns.rs
Use for_each_expr
in place of some visitors
2022-10-02 17:15:19 -04:00
same_name_method.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
self_named_constructors.rs
separate definitions and HIR
owners
2022-09-24 23:21:19 +09:00
semicolon_if_nothing_returned.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
serde_api.rs
Box HIR Generics and Impl.
2022-04-30 13:51:49 +02:00
shadow.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
single_char_lifetime_names.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
single_component_path_imports.rs
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
2022-03-24 14:50:04 +01:00
size_of_in_element_count.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
slow_vector_initialization.rs
Fix and improve internal lint checking for match_type
usages
2022-10-02 15:02:55 -04:00
std_instead_of_core.rs
Don't lint unstable moves in std_instead_of_core
2022-09-27 18:21:14 +00:00
strings.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
strlen_on_c_strings.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
suspicious_operation_groupings.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
suspicious_trait_impl.rs
Use for_each_expr
in place of some visitors
2022-10-02 17:15:19 -04:00
swap.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
swap_ptr_to_ref.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
tabs_in_doc_comments.rs
Merge 'rust-clippy/master' into clippyup
2022-05-21 13:24:00 +02:00
temporary_assignment.rs
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
2021-12-06 12:33:31 +01:00
to_digit_is_some.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
trailing_empty_array.rs
resolve the conflict in compiler/rustc_session/src/parse.rs
2022-03-16 20:12:30 +08:00
trait_bounds.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-10-06 09:19:29 +02:00
undocumented_unsafe_blocks.rs
Shrink Token
.
2022-08-01 08:53:04 +10:00
unicode.rs
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
2022-08-31 09:24:45 -04:00
uninit_vec.rs
use is_integer_literal
more
2022-10-01 17:55:22 +02:00
unit_return_expecting_ord.rs
Format affected files
2022-10-15 07:03:29 -04:00
unnamed_address.rs
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
2021-12-06 12:33:31 +01:00
unnecessary_owned_empty_strings.rs
Fix and improve internal lint checking for match_type
usages
2022-10-02 15:02:55 -04:00
unnecessary_self_imports.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
unnecessary_wraps.rs
Replace is_lang_ctor
with is_res_lang_ctor
2022-10-02 14:50:37 -04:00
unnested_or_patterns.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
unsafe_removed_from_name.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
unused_async.rs
Remove unused span argument from walk_fn
.
2022-09-12 13:24:27 +10:00
unused_io_amount.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
unused_peekable.rs
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
2022-09-21 13:13:27 -04:00
unused_rounding.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
unused_self.rs
separate definitions and HIR
owners
2022-09-24 23:21:19 +09:00
unused_unit.rs
Simplify rustc_ast::visit::Visitor::visit_poly_trait_ref
.
2022-08-11 11:10:01 +10:00
unwrap.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
unwrap_in_result.rs
Use for_each_expr
in place of some visitors
2022-10-02 17:15:19 -04:00
upper_case_acronyms.rs
let upper_case_acronyms check the enum name
2022-10-03 10:11:57 +08:00
use_self.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-10-06 09:19:29 +02:00
useless_conversion.rs
Replace manual let else patterns with let else
2022-10-11 00:12:16 +02:00
vec.rs
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
2022-06-16 17:39:06 +02:00
vec_init_then_push.rs
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
2022-09-09 13:36:26 +02:00
wildcard_imports.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00
write.rs
FormatArgsExpn: Find comma spans and ignore weird proc macro spans
2022-10-05 16:10:52 +00:00
zero_div_zero.rs
Apply uninlined_format-args to clippy_lints
2022-09-23 13:42:59 -04:00
zero_sized_map_values.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-09-28 14:27:32 +02:00