.. |
casts
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
functions
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
loops
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
methods
|
Refactor format macro parsing
|
2021-07-13 08:57:16 -05:00 |
misc_early
|
Add support for using qualified paths with structs in expression and pattern
|
2021-06-10 13:18:41 +02:00 |
transmute
|
|
|
types
|
redundant_allocation: add Arc; some refractoring.
|
2021-07-15 07:10:55 +08:00 |
unit_types
|
rustc_span: Revert addition of proc_macro field to ExpnKind::Macro
|
2021-07-10 23:03:35 +03:00 |
utils
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-07-15 10:32:06 +02:00 |
absurd_extreme_comparisons.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
approx_const.rs
|
|
|
arithmetic.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
as_conversions.rs
|
|
|
asm_syntax.rs
|
|
|
assertions_on_constants.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
assign_ops.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
async_yields_async.rs
|
|
|
atomic_ordering.rs
|
|
|
attrs.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
await_holding_invalid.rs
|
|
|
bit_mask.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
blacklisted_name.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
blocks_in_if_conditions.rs
|
|
|
bool_assert_comparison.rs
|
|
|
booleans.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
bytecount.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
cargo_common_metadata.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
case_sensitive_file_extension_comparisons.rs
|
|
|
checked_conversions.rs
|
|
|
cognitive_complexity.rs
|
|
|
collapsible_if.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
collapsible_match.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
comparison_chain.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
copies.rs
|
Fixed branches_sharing_code FP with block expressions in else
|
2021-07-14 21:37:17 +02:00 |
copy_iterator.rs
|
|
|
create_dir.rs
|
|
|
dbg_macro.rs
|
|
|
default_numeric_fallback.rs
|
default_numeric_fallback : Add rustfix tests
|
2021-07-13 23:18:31 +09:00 |
default.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
deprecated_lints.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
dereference.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
derive.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
disallowed_method.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
disallowed_script_idents.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
disallowed_type.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
doc.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-07-15 10:32:06 +02:00 |
double_comparison.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
double_parens.rs
|
|
|
drop_forget_ref.rs
|
|
|
duration_subsec.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
else_if_without_else.rs
|
|
|
empty_enum.rs
|
|
|
entry.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
enum_clike.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
enum_variants.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
eq_op.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
erasing_op.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
escape.rs
|
|
|
eta_reduction.rs
|
suggest &mut for redundant FnMut closures
|
2021-07-14 07:56:27 -07:00 |
eval_order_dependence.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
excessive_bools.rs
|
|
|
exhaustive_items.rs
|
|
|
exit.rs
|
|
|
explicit_write.rs
|
Split a lint message into help
|
2021-07-13 08:57:16 -05:00 |
fallible_impl_from.rs
|
|
|
float_equality_without_abs.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
float_literal.rs
|
|
|
floating_point_arithmetic.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
format.rs
|
Refactor format macro parsing
|
2021-07-13 08:57:16 -05:00 |
formatting.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
from_over_into.rs
|
|
|
from_str_radix_10.rs
|
|
|
future_not_send.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
get_last_with_len.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
identity_op.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
if_let_mutex.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
if_let_some_result.rs
|
|
|
if_not_else.rs
|
|
|
if_then_some_else_none.rs
|
|
|
implicit_hasher.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-07-15 10:32:06 +02:00 |
implicit_return.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
implicit_saturating_sub.rs
|
|
|
inconsistent_struct_constructor.rs
|
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
|
2021-05-20 13:07:57 +02:00 |
indexing_slicing.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
infinite_iter.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
inherent_impl.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
inherent_to_string.rs
|
|
|
inline_fn_without_body.rs
|
|
|
int_plus_one.rs
|
|
|
integer_division.rs
|
|
|
invalid_upcast_comparisons.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
items_after_statements.rs
|
|
|
large_const_arrays.rs
|
|
|
large_enum_variant.rs
|
|
|
large_stack_arrays.rs
|
|
|
len_zero.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
let_if_seq.rs
|
|
|
let_underscore.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
lib.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-07-15 10:32:06 +02:00 |
lifetimes.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
literal_representation.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
macro_use.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
main_recursion.rs
|
|
|
manual_async_fn.rs
|
|
|
manual_map.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
manual_non_exhaustive.rs
|
|
|
manual_ok_or.rs
|
|
|
manual_strip.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
manual_unwrap_or.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
map_clone.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
map_err_ignore.rs
|
|
|
map_unit_fn.rs
|
|
|
match_on_vec_items.rs
|
|
|
matches.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
mem_discriminant.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
mem_forget.rs
|
|
|
mem_replace.rs
|
|
|
minmax.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
misc.rs
|
rustc_span: Revert addition of proc_macro field to ExpnKind::Macro
|
2021-07-10 23:03:35 +03:00 |
missing_const_for_fn.rs
|
|
|
missing_doc.rs
|
Remove doc(include)
|
2021-06-04 08:05:54 -04:00 |
missing_enforced_import_rename.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
missing_inline.rs
|
|
|
modulo_arithmetic.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
multiple_crate_versions.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
mut_key.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-07-15 10:32:06 +02:00 |
mut_mut.rs
|
|
|
mut_mutex_lock.rs
|
|
|
mut_reference.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
mutable_debug_assertion.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
mutex_atomic.rs
|
|
|
needless_arbitrary_self_type.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
needless_bitwise_bool.rs
|
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
|
2021-05-20 13:07:57 +02:00 |
needless_bool.rs
|
Allow needless_bool in macro
|
2021-07-13 08:57:16 -05:00 |
needless_borrow.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
needless_borrowed_ref.rs
|
|
|
needless_continue.rs
|
|
|
needless_for_each.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
needless_pass_by_value.rs
|
|
|
needless_question_mark.rs
|
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
|
2021-05-20 13:07:57 +02:00 |
needless_update.rs
|
|
|
neg_cmp_op_on_partial_ord.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
neg_multiply.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
new_without_default.rs
|
|
|
no_effect.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
non_copy_const.rs
|
|
|
non_expressive_names.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-06-17 10:21:47 +02:00 |
non_octal_unix_permissions.rs
|
|
|
nonstandard_macro_braces.rs
|
Fix emitting in nested (proc_)macros for nonstandard_macro_braces lint
|
2021-07-04 07:06:23 -04:00 |
open_options.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
option_env_unwrap.rs
|
|
|
option_if_let_else.rs
|
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
|
2021-05-20 13:07:57 +02:00 |
overflow_check_conditional.rs
|
|
|
panic_in_result_fn.rs
|
|
|
panic_unimplemented.rs
|
fix false positive (panic message) with assert macro using message parameter
|
2021-07-06 15:14:53 +08:00 |
partialeq_ne_impl.rs
|
|
|
pass_by_ref_or_value.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
path_buf_push_overwrite.rs
|
|
|
pattern_type_mismatch.rs
|
|
|
precedence.rs
|
|
|
ptr_eq.rs
|
|
|
ptr_offset_with_cast.rs
|
|
|
ptr.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
question_mark.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
ranges.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
redundant_clone.rs
|
rename possible_borrowed to possible_origin; pass dogfood
|
2021-07-14 13:46:33 +08:00 |
redundant_closure_call.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
redundant_else.rs
|
|
|
redundant_field_names.rs
|
|
|
redundant_pub_crate.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
redundant_slicing.rs
|
|
|
redundant_static_lifetimes.rs
|
|
|
ref_option_ref.rs
|
|
|
reference.rs
|
|
|
regex.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
repeat_once.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
returns.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
self_assignment.rs
|
|
|
semicolon_if_nothing_returned.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
serde_api.rs
|
|
|
shadow.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
single_component_path_imports.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
size_of_in_element_count.rs
|
|
|
slow_vector_initialization.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
stable_sort_primitive.rs
|
|
|
strings.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
strlen_on_c_strings.rs
|
Add new lint: strlen_on_c_strings
|
2021-07-05 11:10:45 +02:00 |
suspicious_operation_groupings.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
suspicious_trait_impl.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
swap.rs
|
|
|
tabs_in_doc_comments.rs
|
|
|
temporary_assignment.rs
|
|
|
to_digit_is_some.rs
|
|
|
to_string_in_display.rs
|
|
|
trait_bounds.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
transmuting_null.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
try_err.rs
|
Fix clippy
|
2021-05-06 11:37:45 -07:00 |
undropped_manually_drops.rs
|
|
|
unicode.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
unit_return_expecting_ord.rs
|
|
|
unnamed_address.rs
|
|
|
unnecessary_self_imports.rs
|
|
|
unnecessary_sort_by.rs
|
|
|
unnecessary_wraps.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
unnested_or_patterns.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
unsafe_removed_from_name.rs
|
|
|
unused_async.rs
|
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
|
2021-05-20 13:07:57 +02:00 |
unused_io_amount.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
unused_self.rs
|
|
|
unused_unit.rs
|
Add fixed example to unused_unit documentation
|
2021-07-13 10:54:29 +02:00 |
unwrap_in_result.rs
|
|
|
unwrap.rs
|
|
|
upper_case_acronyms.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
use_self.rs
|
Fix use_self ICE
|
2021-07-03 12:40:50 -05:00 |
useless_conversion.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
vec_init_then_push.rs
|
|
|
vec_resize_to_zero.rs
|
|
|
vec.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
verbose_file_reads.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
wildcard_dependencies.rs
|
Rename is_allowed -> is_lint_allowed
|
2021-07-09 15:06:12 +02:00 |
wildcard_imports.rs
|
Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyup
|
2021-07-01 18:17:38 +02:00 |
write.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
zero_div_zero.rs
|
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
|
2021-06-03 08:41:37 +02:00 |
zero_sized_map_values.rs
|
|
|