..
cargo
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
casts
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
functions
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
loops
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
matches
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
methods
new lint: read_line_without_trim
2023-07-03 22:51:38 +02:00
misc_early
Add note to remove if statement altogether
2023-06-27 20:10:31 -05:00
operators
Make eq_op suggest .is_nan()
2023-06-30 11:43:02 -05:00
transmute
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
types
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
unit_types
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
utils
Auto merge of #11058 - Centri3:typos, r=xFrednet
2023-07-02 12:11:30 +00:00
allow_attributes.rs
remove tuple
2023-06-03 14:38:16 -05:00
almost_complete_range.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
approx_const.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
arc_with_non_send_sync.rs
arc_with_non_send_sync: reword and move to suspicious
2023-07-07 12:02:05 +00:00
as_conversions.rs
Don't ling as_conversions in proc macros
2023-06-08 19:04:35 +01:00
asm_syntax.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
assertions_on_constants.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
assertions_on_result_states.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
async_yields_async.rs
Merge commit ' b52fb5234c' into clippyup
2022-09-09 13:36:26 +02:00
attrs.rs
Reborrow mutable references in explicit_iter_loop
2023-06-09 21:40:03 -04:00
await_holding_invalid.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
blocks_in_if_conditions.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
bool_assert_comparison.rs
Alloc hir::Lit in an arena to remove the destructor from Expr
2023-04-16 15:35:51 +00:00
bool_to_int_with_if.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
booleans.rs
Auto merge of #10814 - y21:issue10743, r=llogiq
2023-06-03 15:57:36 +00:00
borrow_deref_ref.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
box_default.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
checked_conversions.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
cognitive_complexity.rs
Use local key in providers
2023-03-21 15:38:51 +00:00
collapsible_if.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
collection_is_never_read.rs
Merge commit ' 30448e8cf9' into clippyup
2023-06-02 11:41:57 +02:00
comparison_chain.rs
Merge commit ' 4f142aa105' into clippyup
2022-10-23 15:18:45 +02:00
copies.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
copy_iterator.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
crate_in_macro_def.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
create_dir.rs
Merge commit ' 2b2190cb56' into clippyup
2022-08-11 19:42:16 +02:00
dbg_macro.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
declared_lints.rs
rename to manual_partial_ord_and_ord_impl
2023-07-08 13:02:54 -05:00
default.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
default_constructed_unit_structs.rs
Add lint to check lint formulation messages
2023-06-03 00:00:30 +05:30
default_instead_of_iter_empty.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
default_numeric_fallback.rs
Reborrow mutable references in explicit_iter_loop
2023-06-09 21:40:03 -04:00
default_union_representation.rs
Allow LocalDefId as the argument to def_path_str
2023-04-21 22:27:20 +00:00
deprecated_lints.rs
Merge commit ' 0cb0f76368' into clippyup
2022-06-30 10:50:09 +02:00
dereference.rs
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
derivable_impls.rs
fix internal lints
2023-06-14 17:15:57 +02:00
derive.rs
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
disallowed_macros.rs
Merge commit ' 4bdfb0741d' into clippyup
2022-12-17 14:12:54 +01:00
disallowed_methods.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
disallowed_names.rs
Merge commit ' 2b2190cb56' into clippyup
2022-08-11 19:42:16 +02:00
disallowed_script_idents.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
disallowed_types.rs
rustc_hir: Change representation of import paths to support multiple resolutions
2022-12-01 18:51:05 +03:00
doc.rs
Exlude todo!() from missing_panics_in_doc
2023-06-17 23:20:33 +08:00
double_parens.rs
Box ExprKind::{Closure,MethodCall}, and QSelf in expressions, types, and patterns.
2022-11-17 13:45:59 +11:00
drop_forget_ref.rs
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
duplicate_mod.rs
Revert "Dogfood missing_assert_message on Clippy"
2023-03-08 08:51:50 +00:00
else_if_without_else.rs
Merge commit ' d9ddce8a22' into clippyup
2022-06-04 13:34:07 +02:00
empty_drop.rs
Merge commit ' fdb84cbfd2' into clippyup
2022-07-18 09:39:37 +02:00
empty_enum.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
empty_structs_with_brackets.rs
Merge commit ' 7f27e2e74e' into clippyup
2023-01-12 19:48:13 +01:00
endian_bytes.rs
derive Copy/PartialEq for Prefix
2023-06-03 14:31:40 -05:00
entry.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
enum_clike.rs
Fix #10792
2023-06-17 17:03:31 -03:00
enum_variants.rs
allow disabling module inception on private modules
2023-06-10 08:09:07 -05:00
equatable_if_let.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
escape.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
eta_reduction.rs
actually don't lint for inclusive range
2023-06-08 00:34:23 +02:00
excessive_bools.rs
Merge commit ' 0f7558148c' into clippyup
2023-02-10 14:01:19 +01:00
excessive_nesting.rs
Update excessive_nesting.rs
2023-06-09 16:29:34 -05:00
exhaustive_items.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
exit.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
explicit_write.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
extra_unused_type_parameters.rs
Avoid linting on procedural macros
2023-06-24 19:45:16 -03:00
fallible_impl_from.rs
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata
2023-01-14 00:29:56 -07:00
float_literal.rs
Don't lint excessive_precision on inf
2023-06-15 06:16:04 -05:00
floating_point_arithmetic.rs
Fix #10792
2023-06-17 17:03:31 -03:00
fn_null_check.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
format.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
format_args.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
format_impl.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
format_push_string.rs
[format_push_string]: look through match, if, if-let
2023-06-24 19:54:12 +02:00
formatting.rs
Don't warn if there is a comment between else and curly bracket
2023-06-07 09:42:37 +01:00
from_over_into.rs
Auto merge of #10840 - Alexendoo:from-over-into-expanded-path, r=dswij
2023-06-15 07:14:40 +00:00
from_raw_with_void_ptr.rs
Merge commit ' 1480cea393' into clippyup
2023-01-27 21:09:08 +01:00
from_str_radix_10.rs
Rm diagnostic item, use lang item
2022-11-18 06:16:20 +00:00
future_not_send.rs
Migrate item_bounds to ty::Clause
2023-06-22 18:34:23 +00: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 ' a5d597637d' into clippyup
2021-12-06 12:33:31 +01:00
if_then_some_else_none.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
implicit_hasher.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
implicit_return.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
implicit_saturating_add.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
implicit_saturating_sub.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
inconsistent_struct_constructor.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
incorrect_impls.rs
Pass correct substs to implements_trait in incorrect_impls
2023-07-07 20:28:51 +02:00
index_refutable_slice.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
indexing_slicing.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
infinite_iter.rs
Remove box expressions from HIR
2023-03-14 17:18:26 +00:00
inherent_impl.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
inherent_to_string.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
init_numbered_fields.rs
Merge commit ' 7c21f91b15' into clippyup
2022-05-05 15:12:52 +01:00
inline_fn_without_body.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
instant_subtraction.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
int_plus_one.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
invalid_upcast_comparisons.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
items_after_statements.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
items_after_test_module.rs
Ignore in-proc-macros items
2023-06-19 20:50:24 +02:00
iter_not_returning_iterator.rs
Merge commit ' 0f7558148c' into clippyup
2023-02-10 14:01:19 +01:00
large_const_arrays.rs
Use target instead of machine for mir interpreter integer handling.
2023-02-15 08:56:18 +00:00
large_enum_variant.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
large_futures.rs
Merge commit ' 30448e8cf9' into clippyup
2023-06-02 11:41:57 +02:00
large_include_file.rs
Add StrStyle to ast::LitKind::ByteStr.
2022-12-02 10:38:58 +11:00
large_stack_arrays.rs
Merge commit ' 30448e8cf9' into clippyup
2023-06-02 11:41:57 +02:00
large_stack_frames.rs
make lint description easier to read, prevent ICE
2023-06-12 12:21:38 +02:00
len_zero.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
let_if_seq.rs
Update tooling
2022-10-27 18:41:26 +04:00
let_underscore.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
let_with_type_underscore.rs
check for _ instead
2023-06-06 21:01:14 -05:00
lib.deprecated.rs
Merge commit ' b7f3f7f608' into clippyup
2021-10-07 11:21:30 +02:00
lib.rs
rename to manual_partial_ord_and_ord_impl
2023-07-08 13:02:54 -05:00
lifetimes.rs
[needless_lifetimes]' suggestion now points at the lifetimes
2023-06-13 14:05:22 -05:00
lines_filter_map_ok.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
literal_representation.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
macro_use.rs
Reborrow mutable references in explicit_iter_loop
2023-06-09 21:40:03 -04:00
main_recursion.rs
Merge 'rust-clippy/master' into clippyup
2022-05-21 13:24:00 +02:00
manual_assert.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
manual_async_fn.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
manual_bits.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
manual_clamp.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
manual_is_ascii_check.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
manual_let_else.rs
Move pat_and_expr_can_be_question_mark into clippy_utils
2023-07-03 09:42:54 +02:00
manual_main_separator_str.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
manual_non_exhaustive.rs
rustc_middle: Remove trait DefIdTree
2023-03-02 23:46:44 +04:00
manual_range_patterns.rs
manual_range_pattern -> manual_range_patterns
2023-06-27 22:35:54 +02:00
manual_rem_euclid.rs
Fix the now stricter lint in manual_rem_euclid.rs
2023-06-30 18:01:28 +02:00
manual_retain.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
manual_slice_size_calculation.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
manual_string_new.rs
Rm diagnostic item, use lang item
2022-11-18 06:16:20 +00:00
manual_strip.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
map_unit_fn.rs
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyBinder to fn_sig in metadata
2023-01-26 20:28:25 -07:00
match_result_ok.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
mem_replace.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
min_ident_chars.rs
Fix typos
2023-07-02 07:11:05 -05:00
minmax.rs
Fix #10792
2023-06-17 17:03:31 -03:00
misc.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
mismatching_type_param_order.rs
Reborrow mutable references in explicit_iter_loop
2023-06-09 21:40:03 -04:00
missing_assert_message.rs
Merge commit ' 30448e8cf9' into clippyup
2023-06-02 11:41:57 +02:00
missing_const_for_fn.rs
Use Cow in {D,Subd}iagnosticMessage.
2023-05-29 09:23:43 +10:00
missing_doc.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
missing_enforced_import_rename.rs
rustc_hir: Change representation of import paths to support multiple resolutions
2022-12-01 18:51:05 +03:00
missing_fields_in_debug.rs
[missing_fields_in_debug]: make sure self is an adt
2023-07-02 21:42:39 +02:00
missing_inline.rs
Rename impl_defaultness to defaultness
2023-06-01 06:14:06 +00:00
missing_trait_methods.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
mixed_read_write_in_expression.rs
refactor
2023-06-09 15:32:42 -05:00
module_style.rs
Move continue into if statement
2023-06-19 08:36:27 +08:00
multi_assignments.rs
Merge commit ' f51aade56f' into clippyup
2022-08-31 09:24:45 -04:00
multiple_unsafe_ops_per_block.rs
Make EarlyBinder's inner value private; and fix all of the resulting errors
2023-05-28 10:44:53 -06:00
mut_key.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
mut_mut.rs
Rename Rptr to Ref in AST and HIR
2022-12-28 18:52:36 +01:00
mut_reference.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
mutable_debug_assertion.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
mutex_atomic.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
needless_arbitrary_self_type.rs
Rename Rptr to Ref in AST and HIR
2022-12-28 18:52:36 +01:00
needless_bool.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
needless_borrowed_ref.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
needless_continue.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
needless_else.rs
Fix typos
2023-07-02 07:11:05 -05:00
needless_for_each.rs
Merge commit ' 4f142aa105' into clippyup
2022-10-23 15:18:45 +02:00
needless_if.rs
Don't lint non-statement/faux empty needless_ifs
2023-06-12 15:19:00 +00:00
needless_impls.rs
rename to manual_partial_ord_and_ord_impl
2023-07-08 13:02:54 -05:00
needless_late_init.rs
Merge commit ' 4f3ab69ea0' into clippyup
2022-12-29 14:28:34 +01:00
needless_parens_on_range_literals.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
needless_pass_by_value.rs
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
needless_question_mark.rs
rustc_middle: Remove trait DefIdTree
2023-03-02 23:46:44 +04:00
needless_update.rs
Merge commit ' d7b5cbf065' into clippyup
2022-06-16 17:39:06 +02:00
neg_cmp_op_on_partial_ord.rs
Fix clippy's missing substs
2022-11-21 20:39:29 +00:00
neg_multiply.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
new_without_default.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
no_effect.rs
[no_effect]: suggest adding return if applicable
2023-06-13 13:23:33 -05:00
no_mangle_with_rust_abi.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
non_copy_const.rs
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
non_expressive_names.rs
Revert "Dogfood missing_assert_message on Clippy"
2023-03-08 08:51:50 +00:00
non_octal_unix_permissions.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
non_send_fields_in_send_ty.rs
Restrict From<S> for {D,Subd}iagnosticMessage.
2023-05-03 08:44:39 +10:00
nonstandard_macro_braces.rs
Merge commit ' 30448e8cf9' into clippyup
2023-06-02 11:41:57 +02:00
octal_escapes.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
only_used_in_recursion.rs
Merge commit ' 1480cea393' into clippyup
2023-01-27 21:09:08 +01:00
option_env_unwrap.rs
Box ExprKind::{Closure,MethodCall}, and QSelf in expressions, types, and patterns.
2022-11-17 13:45:59 +11:00
option_if_let_else.rs
[option_if_let_else]: suggest .as_ref() if &Option<_>
2023-06-26 20:13:06 +02:00
overflow_check_conditional.rs
Merge commit ' a5d597637d' into clippyup
2021-12-06 12:33:31 +01:00
panic_in_result_fn.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
panic_unimplemented.rs
Merge commit ' 984330a6ee' into clippyup
2022-04-08 10:06:10 +01:00
partial_pub_fields.rs
Merge commit ' 4f142aa105' into clippyup
2022-10-23 15:18:45 +02:00
partialeq_ne_impl.rs
Use local key in providers
2023-03-21 15:38:51 +00:00
partialeq_to_none.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
pass_by_ref_or_value.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
pattern_type_mismatch.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
permissions_set_readonly_false.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
precedence.rs
Box ExprKind::{Closure,MethodCall}, and QSelf in expressions, types, and patterns.
2022-11-17 13:45:59 +11:00
ptr.rs
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
ptr_offset_with_cast.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
pub_use.rs
Merge commit ' 7c21f91b15' into clippyup
2022-05-05 15:12:52 +01:00
question_mark.rs
Move pat_and_expr_can_be_question_mark into clippy_utils
2023-07-03 09:42:54 +02:00
question_mark_used.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
ranges.rs
Fix #10792
2023-06-17 17:03:31 -03:00
raw_strings.rs
Fix FP [needless_raw_string_hashes]
2023-07-03 06:35:04 -05:00
rc_clone_in_vec_init.rs
Merge commit ' f51aade56f' into clippyup
2022-08-31 09:24:45 -04:00
read_zero_byte_vec.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
redundant_async_block.rs
Merge commit ' 30448e8cf9' into clippyup
2023-06-02 11:41:57 +02:00
redundant_clone.rs
use PlaceRef abstractions
2023-06-19 03:44:04 -04:00
redundant_closure_call.rs
don't unnecessarily walk more in visitor and add more tests
2023-06-15 22:04:25 +02:00
redundant_else.rs
Update clippy
2022-01-23 19:31:32 +08:00
redundant_field_names.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
redundant_pub_crate.rs
Merge commit ' 4bdfb0741d' into clippyup
2022-12-17 14:12:54 +01:00
redundant_slicing.rs
Rename many interner functions.
2023-02-24 07:32:24 +11:00
redundant_static_lifetimes.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
redundant_type_annotations.rs
Add Limitations section
2023-06-05 10:22:46 +02:00
ref_option_ref.rs
Add (..) syntax for RTN
2023-03-28 01:14:28 +00:00
ref_patterns.rs
Merge commit ' 435a8ad86c' into clippyup
2023-05-20 15:39:26 +02:00
reference.rs
Merge commit ' d7b5cbf065' into clippyup
2022-06-16 17:39:06 +02:00
regex.rs
Fix regex lints for regex 1.9.0
2023-07-05 18:29:43 +00:00
renamed_lints.rs
Drop uplifted clippy:cmp_nan
2023-06-10 11:13:01 +02:00
return_self_not_must_use.rs
Merge commit ' 0f7558148c' into clippyup
2023-02-10 14:01:19 +01:00
returns.rs
let_and_return: lint 'static lifetimes, don't lint borrows in closures
2023-07-02 14:25:40 +00:00
same_name_method.rs
Merge branch 'master' into rustup
2023-02-25 17:43:19 -05:00
self_named_constructors.rs
remove bound_type_of query; make type_of return EarlyBinder; change type_of in metadata
2023-02-16 17:05:56 -07:00
semicolon_block.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
semicolon_if_nothing_returned.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
serde_api.rs
Box HIR Generics and Impl.
2022-04-30 13:51:49 +02:00
shadow.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
significant_drop_tightening.rs
Dogfood
2023-06-29 09:30:04 -03:00
single_call_fn.rs
Ignore functions annotated with #[test]
2023-06-18 19:32:38 -05:00
single_char_lifetime_names.rs
Merge commit ' d7b5cbf065' into clippyup
2022-06-16 17:39:06 +02:00
single_component_path_imports.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
single_range_in_vec_init.rs
refactor a bit
2023-06-14 08:41:20 -05:00
size_of_in_element_count.rs
separate the receiver from arguments in HIR under /clippy
2022-09-05 22:25:57 +09:00
size_of_ref.rs
Merge commit ' 3c06e0b1ce' into clippyup
2023-03-10 10:53:50 +01:00
slow_vector_initialization.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
std_instead_of_core.rs
rustc_middle: Remove trait DefIdTree
2023-03-02 23:46:44 +04:00
strings.rs
Merge commit ' 30448e8cf9' into clippyup
2023-06-02 11:41:57 +02:00
strlen_on_c_strings.rs
rm diag item, use lang item
2023-05-02 10:32:07 +00:00
suspicious_doc_comments.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
suspicious_operation_groupings.rs
Make clippy happy
2023-04-27 17:18:12 +00:00
suspicious_trait_impl.rs
Use LanguageItems::require less
2022-10-29 16:04:10 -05:00
suspicious_xor_used_as_pow.rs
Merge commit ' 1480cea393' into clippyup
2023-01-27 21:09:08 +01:00
swap.rs
Merge commit ' d5e2a7aca5' into clippyup
2023-03-24 14:26:19 +01:00
swap_ptr_to_ref.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02: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 ' a5d597637d' into clippyup
2021-12-06 12:33:31 +01:00
tests_outside_test_module.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
to_digit_is_some.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
trailing_empty_array.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
trait_bounds.rs
rename MSRV alias, add MSRV to lint doc
2023-06-22 17:19:43 +02:00
tuple_array_conversions.rs
heavily refactor
2023-06-29 06:46:28 -05:00
undocumented_unsafe_blocks.rs
allow safety comment above attributes
2023-06-19 23:46:57 -05:00
unicode.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
uninit_vec.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
unit_return_expecting_ord.rs
Migrate predicates_of and caller_bounds to Clause
2023-06-26 23:12:03 +00:00
unnamed_address.rs
Make {Arc,Rc,Weak}::ptr_eq ignore pointer metadata
2023-04-26 15:27:32 +00:00
unnecessary_box_returns.rs
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
unnecessary_owned_empty_strings.rs
Remove from_fn lang item
2023-02-26 09:15:54 +00:00
unnecessary_self_imports.rs
rustc_ast_lowering: Stop lowering imports into multiple items
2022-12-01 18:51:20 +03:00
unnecessary_struct_initialization.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
unnecessary_wraps.rs
Use Cow in {D,Subd}iagnosticMessage.
2023-05-29 09:23:43 +10:00
unnested_or_patterns.rs
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
unsafe_removed_from_name.rs
rustc_ast_lowering: Stop lowering imports into multiple items
2022-12-01 18:51:20 +03:00
unused_async.rs
move is_in_trait_method to utils and rename
2023-06-28 11:35:10 +02:00
unused_io_amount.rs
Merge commit ' 0f7558148c' into clippyup
2023-02-10 14:01:19 +01:00
unused_peekable.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
unused_rounding.rs
Merge commit ' d822110d3b' into clippyup
2022-12-01 18:29:38 +01:00
unused_self.rs
Merge commit ' 7f27e2e74e' into clippyup
2023-01-12 19:48:13 +01:00
unused_unit.rs
Merge commit ' f4850f7292' into clippyup
2022-11-21 20:51:52 +01:00
unwrap.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
unwrap_in_result.rs
Take a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 09:51:50 +00:00
upper_case_acronyms.rs
Add msrv check and make test pass
2023-06-29 06:46:28 -05:00
use_self.rs
Merge commit ' 83e42a2337' into clippyup
2023-04-11 15:31:08 +02:00
useless_conversion.rs
Merge remote-tracking branch 'upstream/master' into rustup
2023-06-30 16:09:06 +02:00
vec.rs
[useless_vec]: add more tests for macro combinations
2023-07-03 19:48:27 +02:00
vec_init_then_push.rs
Merge commit ' b52fb5234c' into clippyup
2022-09-09 13:36:26 +02:00
visibility.rs
Change category and update to ui_test
2023-06-28 03:20:21 -05:00
wildcard_imports.rs
Whoops, submodule change was actually valid - undoing fixup
2023-06-08 01:05:38 -04:00
write.rs
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
zero_div_zero.rs
Merge commit ' ac0e10aa68' into clippyup
2022-10-06 09:44:38 +02:00
zero_sized_map_values.rs
Remove type-traversal trait aliases
2023-02-22 17:04:58 +00:00