.. |
methods
|
Auto merge of #6577 - nahuakang:inspect_then_for_each, r=flip1995
|
2021-01-19 13:12:39 +00:00 |
utils
|
Auto merge of #6605 - kawogi:doc-markdown, r=llogiq
|
2021-01-21 19:05:50 +00:00 |
approx_const.rs
|
|
|
arithmetic.rs
|
|
|
as_conversions.rs
|
Add a note to as_conversions
|
2021-01-19 12:58:48 +13:00 |
asm_syntax.rs
|
|
|
assertions_on_constants.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
assign_ops.rs
|
|
|
async_yields_async.rs
|
|
|
atomic_ordering.rs
|
|
|
attrs.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
await_holding_invalid.rs
|
Explicitly document false positives
|
2021-01-13 16:08:15 -05:00 |
bit_mask.rs
|
|
|
blacklisted_name.rs
|
|
|
blocks_in_if_conditions.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
booleans.rs
|
|
|
bytecount.rs
|
|
|
cargo_common_metadata.rs
|
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
|
2020-11-23 13:51:04 +01:00 |
case_sensitive_file_extension_comparisons.rs
|
Remove default lint description
|
2021-01-05 14:22:26 +01:00 |
checked_conversions.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
cognitive_complexity.rs
|
Add new lint upper_case_acronyms
|
2021-01-20 18:03:06 +09:00 |
collapsible_if.rs
|
collapsible_if: split collapsible_else_if into its own lint so we can enable/disable it particularly
|
2021-01-04 13:34:14 +01:00 |
collapsible_match.rs
|
Enhance collapsible_match for adjusted bindings
|
2021-01-22 16:44:47 -06:00 |
comparison_chain.rs
|
Make a reference a link in doc
|
2021-01-13 09:21:26 +09:00 |
consts.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
copies.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
copy_iterator.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
create_dir.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
dbg_macro.rs
|
|
|
default.rs
|
Fix macro issues with field_reassign_with_default
|
2021-01-05 20:31:13 +01:00 |
deprecated_lints.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
dereference.rs
|
|
|
derive.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
disallowed_method.rs
|
|
|
doc.rs
|
Separate out a hir::Impl struct
|
2021-01-12 20:32:33 -05:00 |
double_comparison.rs
|
|
|
double_parens.rs
|
|
|
drop_forget_ref.rs
|
|
|
duration_subsec.rs
|
|
|
else_if_without_else.rs
|
|
|
empty_enum.rs
|
Run cargo dev fmt
|
2021-01-04 18:41:42 +01:00 |
entry.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
enum_clike.rs
|
|
|
enum_variants.rs
|
|
|
eq_op.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
erasing_op.rs
|
|
|
escape.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
eta_reduction.rs
|
Make a reference a link in doc
|
2021-01-13 09:21:26 +09:00 |
eval_order_dependence.rs
|
clippy: fold by value
|
2020-11-16 22:42:09 +01:00 |
excessive_bools.rs
|
|
|
exit.rs
|
|
|
explicit_write.rs
|
|
|
fallible_impl_from.rs
|
Separate out a hir::Impl struct
|
2021-01-12 20:32:33 -05:00 |
float_equality_without_abs.rs
|
|
|
float_literal.rs
|
|
|
floating_point_arithmetic.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
format.rs
|
|
|
formatting.rs
|
|
|
from_over_into.rs
|
Reduce the span in from_over_into to impl header
|
2021-01-08 09:16:11 +09:00 |
functions.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
future_not_send.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2020-11-23 23:02:12 +01:00 |
get_last_with_len.rs
|
|
|
identity_op.rs
|
|
|
if_let_mutex.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
if_let_some_result.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
if_not_else.rs
|
|
|
implicit_return.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
implicit_saturating_sub.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
indexing_slicing.rs
|
|
|
infinite_iter.rs
|
|
|
inherent_impl.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
inherent_to_string.rs
|
|
|
inline_fn_without_body.rs
|
|
|
int_plus_one.rs
|
Add new lint upper_case_acronyms
|
2021-01-20 18:03:06 +09:00 |
integer_division.rs
|
|
|
items_after_statements.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
large_const_arrays.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
large_enum_variant.rs
|
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
|
2021-01-02 16:29:43 +01:00 |
large_stack_arrays.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
len_zero.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
let_if_seq.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
let_underscore.rs
|
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
|
2020-11-23 13:51:04 +01:00 |
lib.rs
|
Remove nightly-gate of split_inclusive
|
2021-01-20 18:14:09 +09:00 |
lifetimes.rs
|
Rename kw::Invalid -> kw::Empty
|
2020-12-30 09:50:02 -05:00 |
literal_representation.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
loops.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
macro_use.rs
|
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
|
2021-01-02 16:29:43 +01:00 |
main_recursion.rs
|
|
|
manual_async_fn.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
manual_non_exhaustive.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
manual_ok_or.rs
|
Remove duplication in the manual_ok_or lint example
|
2021-01-06 13:26:35 +02:00 |
manual_strip.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
manual_unwrap_or.rs
|
|
|
map_clone.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
map_err_ignore.rs
|
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
|
2021-01-02 16:29:43 +01:00 |
map_identity.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
map_unit_fn.rs
|
fix new lint error
|
2021-01-15 16:41:17 -05:00 |
match_on_vec_items.rs
|
|
|
matches.rs
|
Auto merge of #6532 - matthiaskrgr:mlmm, r=llogiq
|
2021-01-21 18:34:55 +00:00 |
mem_discriminant.rs
|
|
|
mem_forget.rs
|
|
|
mem_replace.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
minmax.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
misc_early.rs
|
|
|
misc.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
missing_const_for_fn.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
missing_doc.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
missing_inline.rs
|
Remove ForeignMod struct.
|
2020-11-26 21:32:27 +01:00 |
modulo_arithmetic.rs
|
|
|
multiple_crate_versions.rs
|
|
|
mut_key.rs
|
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
|
2020-11-23 13:51:04 +01:00 |
mut_mut.rs
|
|
|
mut_mutex_lock.rs
|
|
|
mut_reference.rs
|
|
|
mutable_debug_assertion.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
mutex_atomic.rs
|
|
|
needless_arbitrary_self_type.rs
|
|
|
needless_bool.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
needless_borrow.rs
|
Use existing 'is_automatically_derived' helper
|
2021-01-05 16:31:08 +01:00 |
needless_borrowed_ref.rs
|
|
|
needless_continue.rs
|
|
|
needless_pass_by_value.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
needless_question_mark.rs
|
Small fixes of doc in needless_question_mark
|
2021-01-08 08:45:15 +09:00 |
needless_update.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
neg_cmp_op_on_partial_ord.rs
|
|
|
neg_multiply.rs
|
|
|
new_without_default.rs
|
Separate out a hir::Impl struct
|
2021-01-12 20:32:33 -05:00 |
no_effect.rs
|
|
|
non_copy_const.rs
|
Separate out a hir::Impl struct
|
2021-01-12 20:32:33 -05:00 |
non_expressive_names.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
open_options.rs
|
|
|
option_env_unwrap.rs
|
|
|
option_if_let_else.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
overflow_check_conditional.rs
|
|
|
panic_in_result_fn.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
panic_unimplemented.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
partialeq_ne_impl.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
pass_by_ref_or_value.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
path_buf_push_overwrite.rs
|
|
|
pattern_type_mismatch.rs
|
|
|
precedence.rs
|
|
|
ptr_eq.rs
|
|
|
ptr_offset_with_cast.rs
|
|
|
ptr.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
question_mark.rs
|
Reintroduce hir::ExprKind::If
|
2021-01-07 18:54:12 -03:00 |
ranges.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
redundant_clone.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
redundant_closure_call.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
redundant_else.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
redundant_field_names.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
redundant_pub_crate.rs
|
|
|
redundant_slicing.rs
|
Update clippy_lints/src/redundant_slicing.rs
|
2021-01-15 16:41:24 -05:00 |
redundant_static_lifetimes.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
ref_option_ref.rs
|
Fix typo: irrevelent -> irrelevant
|
2021-01-07 13:59:55 +02:00 |
reference.rs
|
Fix a wrong suggestion of ref_in_deref
|
2021-01-20 00:21:33 +09:00 |
regex.rs
|
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
|
2020-11-23 13:51:04 +01:00 |
repeat_once.rs
|
|
|
returns.rs
|
Fix FP with empty return for needless_return lint
|
2021-01-15 18:57:56 +01:00 |
self_assignment.rs
|
|
|
serde_api.rs
|
Add new lint upper_case_acronyms
|
2021-01-20 18:03:06 +09:00 |
shadow.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
single_component_path_imports.rs
|
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
|
2021-01-02 16:29:43 +01:00 |
size_of_in_element_count.rs
|
size_of_in_element_count: Disable lint on division by byte-size
|
2021-01-19 20:05:40 +01:00 |
slow_vector_initialization.rs
|
|
|
stable_sort_primitive.rs
|
Improve the suggestion message of stable_sort_primitive .
|
2021-01-21 20:44:52 +08:00 |
strings.rs
|
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
|
2020-12-20 17:19:49 +01:00 |
suspicious_operation_groupings.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
suspicious_trait_impl.rs
|
|
|
swap.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
tabs_in_doc_comments.rs
|
|
|
temporary_assignment.rs
|
|
|
to_digit_is_some.rs
|
|
|
to_string_in_display.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
trait_bounds.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
transmute.rs
|
clippy: fold by value
|
2020-11-16 22:42:09 +01:00 |
transmuting_null.rs
|
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
|
2020-12-06 15:01:03 +01:00 |
try_err.rs
|
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
|
2020-11-23 13:51:04 +01:00 |
types.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
undropped_manually_drops.rs
|
|
|
unicode.rs
|
|
|
unit_return_expecting_ord.rs
|
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
|
2020-11-23 13:51:04 +01:00 |
unnamed_address.rs
|
|
|
unnecessary_sort_by.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
unnecessary_wraps.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
unnested_or_patterns.rs
|
|
|
unsafe_removed_from_name.rs
|
|
|
unused_io_amount.rs
|
|
|
unused_self.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
unused_unit.rs
|
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
|
2021-01-02 16:29:43 +01:00 |
unwrap_in_result.rs
|
|
|
unwrap.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
upper_case_acronyms.rs
|
Add new lint upper_case_acronyms
|
2021-01-20 18:03:06 +09:00 |
use_self.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2021-01-15 10:39:53 +01:00 |
useless_conversion.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
vec_init_then_push.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
vec_resize_to_zero.rs
|
|
|
vec.rs
|
|
|
verbose_file_reads.rs
|
|
|
wildcard_dependencies.rs
|
|
|
wildcard_imports.rs
|
Fix symbol string comparison dogfood
|
2021-01-08 14:50:00 -06:00 |
write.rs
|
Auto merge of #6408 - pro-grammer1:master, r=oli-obk
|
2021-01-21 14:23:25 +00:00 |
zero_div_zero.rs
|
|
|
zero_sized_map_values.rs
|
Auto merge of #6582 - rail-rain:ice_6539, r=flip1995
|
2021-01-17 15:38:50 +00:00 |