| .. |
|
cargo
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
casts
|
replace lint with span_lint_and_then
|
2023-11-15 00:14:38 +00:00 |
|
doc
|
[missing_safety_doc], [unnecessary_safety_doc], [missing_panics_doc], [missing_errors_doc]: Added the [check-private-items] configuration to enable lints on private items.
|
2023-11-21 11:42:42 +01:00 |
|
functions
|
[impl_trait_in_params]: fix span calculation
|
2023-11-14 13:52:44 +01:00 |
|
loops
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
matches
|
Auto merge of #11002 - y21:issue9422, r=Jarcho
|
2023-11-17 18:53:15 +00:00 |
|
methods
|
Extend result_map_or_into_option lint to handle Result::map_or_else(|_| None, Some)
|
2023-11-23 10:57:37 +01:00 |
|
misc_early
|
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
|
2023-11-03 14:57:40 +00:00 |
|
operators
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
transmute
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
types
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
unit_types
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
utils
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
absolute_paths.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
allow_attributes.rs
|
Run if-to-let-chain clippy*/**/*.rs
|
2023-11-10 17:29:28 +00:00 |
|
almost_complete_range.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
approx_const.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
arc_with_non_send_sync.rs
|
[arc_with_non_send_sync] Improve suggested resolution
|
2023-11-08 19:38:59 +01:00 |
|
as_conversions.rs
|
Merge commit '37f4c1725d' into clippyup
|
2023-07-02 14:59:02 +02:00 |
|
asm_syntax.rs
|
Merge commit 'ac0e10aa68' into clippyup
|
2022-10-06 09:44:38 +02:00 |
|
assertions_on_constants.rs
|
Merge commit 'd9c24d1b1e' into clippyup
|
2023-07-17 10:22:32 +02:00 |
|
assertions_on_result_states.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
async_yields_async.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
attrs.rs
|
Improve maybe_misused_cfg lint output
|
2023-11-19 22:46:19 +01:00 |
|
await_holding_invalid.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
blocks_in_if_conditions.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
bool_assert_comparison.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
bool_to_int_with_if.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
booleans.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
borrow_deref_ref.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
box_default.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
checked_conversions.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
cognitive_complexity.rs
|
Minimize pub usage in source_map.rs.
|
2023-11-02 19:35:00 +11:00 |
|
collapsible_if.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
collection_is_never_read.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
comparison_chain.rs
|
Merge commit '4f142aa105' into clippyup
|
2022-10-23 15:18:45 +02:00 |
|
copies.rs
|
Change if_same_then_else to be a style lint
|
2023-11-15 00:33:14 +01:00 |
|
copy_iterator.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
crate_in_macro_def.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
create_dir.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
dbg_macro.rs
|
Fix dbg_macro semi span calculation
|
2023-11-01 16:25:15 +00:00 |
|
declared_lints.rs
|
New lint clippy::join_absolute_paths
|
2023-11-20 13:28:28 +01:00 |
|
default.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
default_constructed_unit_structs.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
default_instead_of_iter_empty.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
default_numeric_fallback.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
default_union_representation.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
deprecated_lints.rs
|
Merge commit '0cb0f76368' into clippyup
|
2022-06-30 10:50:09 +02:00 |
|
dereference.rs
|
Auto merge of #11508 - Jarcho:issue_11474, r=blyxyas
|
2023-11-12 11:24:01 +00:00 |
|
derivable_impls.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
derive.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
disallowed_macros.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
disallowed_methods.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
disallowed_names.rs
|
Destructure Conf in register_lints
|
2023-11-10 23:47:52 +00:00 |
|
disallowed_script_idents.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
disallowed_types.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
double_parens.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
drop_forget_ref.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01: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 '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
empty_drop.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
empty_enum.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
empty_structs_with_brackets.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
endian_bytes.rs
|
Run if-to-let-chain clippy*/**/*.rs
|
2023-11-10 17:29:28 +00:00 |
|
entry.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
enum_clike.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
equatable_if_let.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
error_impl_error.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
escape.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
eta_reduction.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
excessive_bools.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
excessive_nesting.rs
|
Merge commit '080b587854' into clippyup
|
2023-08-24 21:32:12 +02:00 |
|
exhaustive_items.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
exit.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
explicit_write.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
extra_unused_type_parameters.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
fallible_impl_from.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
float_literal.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
floating_point_arithmetic.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
format.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
format_args.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
format_impl.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
format_push_string.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
formatting.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
four_forward_slashes.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
from_over_into.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
from_raw_with_void_ptr.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
from_str_radix_10.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
future_not_send.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
if_let_mutex.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
if_not_else.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
if_then_some_else_none.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
ignored_unit_patterns.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
impl_hash_with_borrow_str_and_bytes.rs
|
New Lint [impl_hash_with_borrow_str_and_bytes]
|
2023-11-19 11:33:01 +01:00 |
|
implicit_hasher.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
implicit_return.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
implicit_saturating_add.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
implicit_saturating_sub.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
implied_bounds_in_impls.rs
|
Update version attribute for 1.74 lints
|
2023-11-14 18:08:00 +01:00 |
|
inconsistent_struct_constructor.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
index_refutable_slice.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
indexing_slicing.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
infinite_iter.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
inherent_impl.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
inherent_to_string.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
init_numbered_fields.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
inline_fn_without_body.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
instant_subtraction.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
int_plus_one.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
invalid_upcast_comparisons.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
item_name_repetitions.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
items_after_statements.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
items_after_test_module.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
iter_not_returning_iterator.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
iter_over_hash_type.rs
|
run cargo dev fmt
|
2023-11-11 21:29:09 +00:00 |
|
iter_without_into_iter.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
large_const_arrays.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
large_enum_variant.rs
|
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
|
2023-11-03 14:57:40 +00:00 |
|
large_futures.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
large_include_file.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
large_stack_arrays.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
large_stack_frames.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
len_zero.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
let_if_seq.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
let_underscore.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
let_with_type_underscore.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
lib.deprecated.rs
|
Merge commit 'b7f3f7f608' into clippyup
|
2021-10-07 11:21:30 +02:00 |
|
lib.rs
|
[missing_safety_doc], [unnecessary_safety_doc], [missing_panics_doc], [missing_errors_doc]: Added the [check-private-items] configuration to enable lints on private items.
|
2023-11-21 11:42:42 +01:00 |
|
lifetimes.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
lines_filter_map_ok.rs
|
Fix formatting
|
2023-11-03 13:48:04 -07:00 |
|
literal_representation.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
macro_use.rs
|
Auto merge of #11782 - Alexendoo:macro-use-imports-ordering, r=Centri3
|
2023-11-19 01:39:06 +00:00 |
|
main_recursion.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
manual_assert.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_async_fn.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
manual_bits.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
manual_clamp.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_float_methods.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_hash_one.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_is_ascii_check.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_let_else.rs
|
Change divergence checking to match the compiler's type system based definition of divergence.
|
2023-11-09 17:57:06 -05:00 |
|
manual_main_separator_str.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_non_exhaustive.rs
|
Remove underscore check for manual_non_exhaustive lint
|
2023-11-22 13:42:13 +01:00 |
|
manual_range_patterns.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_rem_euclid.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_retain.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_slice_size_calculation.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_string_new.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
manual_strip.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
map_unit_fn.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
match_result_ok.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
mem_replace.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
min_ident_chars.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
minmax.rs
|
Merge commit '37f4c1725d' into clippyup
|
2023-07-02 14:59:02 +02:00 |
|
misc.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
mismatching_type_param_order.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
missing_assert_message.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
missing_asserts_for_indexing.rs
|
Update version attribute for 1.74 lints
|
2023-11-14 18:08:00 +01:00 |
|
missing_const_for_fn.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
missing_doc.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
missing_enforced_import_rename.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
missing_fields_in_debug.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
missing_inline.rs
|
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
|
2023-11-03 14:57:40 +00:00 |
|
missing_trait_methods.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
mixed_read_write_in_expression.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
module_style.rs
|
also move module_style to span_lint_x functions
|
2023-11-15 01:10:20 +00:00 |
|
multi_assignments.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
multiple_unsafe_ops_per_block.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
mut_key.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
mut_mut.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
mut_reference.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
mutable_debug_assertion.rs
|
Merge commit 'd9c24d1b1e' into clippyup
|
2023-07-17 10:22:32 +02:00 |
|
mutex_atomic.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
needless_arbitrary_self_type.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
needless_bool.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
needless_borrowed_ref.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
needless_borrows_for_generic_args.rs
|
Update version attribute for 1.74 lints
|
2023-11-14 18:08:00 +01:00 |
|
needless_continue.rs
|
Run if-to-let-chain clippy*/**/*.rs
|
2023-11-10 17:29:28 +00:00 |
|
needless_else.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
needless_for_each.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
needless_if.rs
|
Merge commit 'd9c24d1b1e' into clippyup
|
2023-07-17 10:22:32 +02:00 |
|
needless_late_init.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
needless_parens_on_range_literals.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
needless_pass_by_ref_mut.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
needless_pass_by_value.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
needless_question_mark.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
needless_update.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
neg_cmp_op_on_partial_ord.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
neg_multiply.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
new_without_default.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
no_effect.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
no_mangle_with_rust_abi.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
non_canonical_impls.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
non_copy_const.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
non_expressive_names.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
non_octal_unix_permissions.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
non_send_fields_in_send_ty.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
nonstandard_macro_braces.rs
|
Destructure Conf in register_lints
|
2023-11-10 23:47:52 +00:00 |
|
octal_escapes.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
only_used_in_recursion.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
option_env_unwrap.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
option_if_let_else.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
overflow_check_conditional.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
panic_in_result_fn.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
panic_unimplemented.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
partial_pub_fields.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
partialeq_ne_impl.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
partialeq_to_none.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
pass_by_ref_or_value.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
pattern_type_mismatch.rs
|
Minimize pub usage in source_map.rs.
|
2023-11-02 19:35:00 +11:00 |
|
permissions_set_readonly_false.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
precedence.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
ptr.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
ptr_offset_with_cast.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
pub_use.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
question_mark.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
question_mark_used.rs
|
Move scrutinee HirId into MatchSource::TryDesugar
|
2023-08-14 21:43:56 +00:00 |
|
ranges.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
raw_strings.rs
|
Destructure Conf in register_lints
|
2023-11-10 23:47:52 +00:00 |
|
rc_clone_in_vec_init.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
read_zero_byte_vec.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
redundant_async_block.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
redundant_clone.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
redundant_closure_call.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
redundant_else.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
redundant_field_names.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
redundant_locals.rs
|
Run if-to-let-chain clippy*/**/*.rs
|
2023-11-10 17:29:28 +00:00 |
|
redundant_pub_crate.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
redundant_slicing.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
redundant_static_lifetimes.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
redundant_type_annotations.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
ref_option_ref.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
ref_patterns.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
reference.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
regex.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
renamed_lints.rs
|
Merge commit '98363cbf6a' into clippyup
|
2023-09-12 18:44:06 +02:00 |
|
reserve_after_initialization.rs
|
Update version attribute for 1.74 lints
|
2023-11-14 18:08:00 +01:00 |
|
return_self_not_must_use.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
returns.rs
|
[needless_return_with_question_mark]: dont lint in case of coercion
|
2023-11-21 12:02:12 +01:00 |
|
same_name_method.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
self_named_constructors.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
semicolon_block.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
semicolon_if_nothing_returned.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
serde_api.rs
|
Box HIR Generics and Impl.
|
2022-04-30 13:51:49 +02:00 |
|
shadow.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
significant_drop_tightening.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
single_call_fn.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
single_char_lifetime_names.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
single_component_path_imports.rs
|
Merge commit 'd9c24d1b1e' into clippyup
|
2023-07-17 10:22:32 +02:00 |
|
single_range_in_vec_init.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
size_of_in_element_count.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
size_of_ref.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
slow_vector_initialization.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
std_instead_of_core.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
strings.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
strlen_on_c_strings.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
suspicious_operation_groupings.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
suspicious_trait_impl.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
suspicious_xor_used_as_pow.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
swap.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
swap_ptr_to_ref.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
tabs_in_doc_comments.rs
|
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
|
2023-11-03 14:57:40 +00:00 |
|
temporary_assignment.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
tests_outside_test_module.rs
|
Run if-to-let-chain clippy*/**/*.rs
|
2023-11-10 17:29:28 +00:00 |
|
to_digit_is_some.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
trailing_empty_array.rs
|
Run if-to-let-chain clippy*/**/*.rs
|
2023-11-10 17:29:28 +00:00 |
|
trait_bounds.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
tuple_array_conversions.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
undocumented_unsafe_blocks.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
unicode.rs
|
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
|
2023-11-03 14:57:40 +00:00 |
|
uninit_vec.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
unit_return_expecting_ord.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
unnamed_address.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
unnecessary_box_returns.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
unnecessary_map_on_constructor.rs
|
Remove space and rephrase map() advice.
|
2023-11-18 10:53:03 -08:00 |
|
unnecessary_owned_empty_strings.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
unnecessary_self_imports.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
unnecessary_struct_initialization.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
unnecessary_wraps.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
unnested_or_patterns.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
unsafe_removed_from_name.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
unused_async.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
unused_io_amount.rs
|
Merge commit 'd9c24d1b1e' into clippyup
|
2023-07-17 10:22:32 +02:00 |
|
unused_peekable.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
unused_rounding.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
unused_self.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
unused_unit.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
unwrap.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
unwrap_in_result.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
upper_case_acronyms.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
use_self.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
useless_conversion.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
vec.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2023-11-16 19:02:04 +01:00 |
|
vec_init_then_push.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
visibility.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
wildcard_imports.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
write.rs
|
Merge commit '09ac14c901' into clippyup
|
2023-11-02 17:35:56 +01:00 |
|
zero_div_zero.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |
|
zero_sized_map_values.rs
|
Clean up after if chain removal
|
2023-11-10 18:03:13 +00:00 |