rust/clippy_lints/src
2019-09-08 11:03:45 +02:00
..
methods Fix or_fun_call bad suggestion 2019-09-08 11:03:45 +02:00
utils Auto merge of #4508 - rust-lang:reduced-symbolism, r=phansch 2019-09-06 15:10:06 +00:00
approx_const.rs
arithmetic.rs
assertions_on_constants.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
assign_ops.rs
attrs.rs Rustup "Minimize uses of LocalInternedString" 2019-09-05 07:16:57 +00:00
bit_mask.rs
blacklisted_name.rs
block_in_if_condition.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
booleans.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
bytecount.rs Replace Arg with Param 2019-08-28 18:33:25 +09:00
cargo_common_metadata.rs Refactor option handling 2019-09-04 16:19:59 +02:00
checked_conversions.rs
cognitive_complexity.rs Improve cognitive_complexity lint's warning. 2019-08-29 11:54:18 +02:00
collapsible_if.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
consts.rs Remove Allocation::bytes 2019-09-03 18:29:08 +09:00
copies.rs Rustup "Minimize uses of LocalInternedString" 2019-09-05 07:16:57 +00:00
copy_iterator.rs
dbg_macro.rs Refactor option handling 2019-09-04 16:19:59 +02:00
default_trait_access.rs
deprecated_lints.rs Deprecate unused_collect lint 2019-08-14 21:47:11 +02:00
derive.rs
doc.rs
double_comparison.rs
double_parens.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
drop_bounds.rs
drop_forget_ref.rs
duration_subsec.rs
else_if_without_else.rs
empty_enum.rs
entry.rs Fix map_entry false positive 2019-09-03 20:31:02 +09:00
enum_clike.rs Rustup to rust-lang/rust#63543 2019-08-15 10:14:06 +02:00
enum_glob_use.rs
enum_variants.rs Rustup "Minimize uses of LocalInternedString" 2019-09-05 07:16:57 +00:00
eq_op.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
erasing_op.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
escape.rs Replace Arg with Param 2019-08-28 18:33:25 +09:00
eta_reduction.rs Replace Arg with Param 2019-08-28 18:33:25 +09:00
eval_order_dependence.rs
excessive_precision.rs Refactor option handling 2019-09-04 16:19:59 +02:00
explicit_write.rs
fallible_impl_from.rs
format.rs Re-add false positive check 2019-08-23 09:16:50 +00:00
formatting.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
functions.rs Refactor option handling 2019-09-04 16:19:59 +02:00
get_last_with_len.rs
identity_conversion.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
identity_op.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
if_not_else.rs
implicit_return.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
indexing_slicing.rs
infallible_destructuring_match.rs
infinite_iter.rs
inherent_impl.rs
inherent_to_string.rs Fix inherent_to_string false positive 2019-08-28 06:46:26 +09:00
inline_fn_without_body.rs
int_plus_one.rs Update int_plus_one suggestion text 2019-08-28 07:29:30 +02:00
integer_division.rs
items_after_statements.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
large_enum_variant.rs Rustup to rust-lang/rust#63543 2019-08-15 10:14:06 +02:00
len_zero.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
let_if_seq.rs
lib.rs Fix redundant_pattern false positive 2019-09-05 00:36:48 +09:00
lifetimes.rs Fix needless_lifetimes false positive 2019-09-01 08:11:40 +02:00
literal_representation.rs
loops.rs Refactor option handling 2019-09-04 16:19:59 +02:00
main_recursion.rs
map_clone.rs Replace Arg with Param 2019-08-28 18:33:25 +09:00
map_unit_fn.rs Replace Arg with Param 2019-08-28 18:33:25 +09:00
matches.rs Fix match_as_ref bad suggestion 2019-08-25 07:10:45 +02:00
mem_discriminant.rs
mem_forget.rs
mem_replace.rs
minmax.rs
misc_early.rs Make it auto fixable lint 2019-09-05 00:50:22 +09:00
misc.rs Fix redundant_pattern false positive 2019-09-05 00:36:48 +09:00
missing_const_for_fn.rs Fix missing_const_for_fn false positive 2019-08-29 08:07:41 +02:00
missing_doc.rs Rustup to https://github.com/rust-lang/rust/pull/63854 2019-08-25 08:06:32 +02:00
missing_inline.rs
multiple_crate_versions.rs
mut_mut.rs
mut_reference.rs
mutex_atomic.rs
needless_bool.rs Add examples to some complexity lints 2019-08-22 15:41:07 +02:00
needless_borrow.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
needless_borrowed_ref.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
needless_continue.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
needless_pass_by_value.rs Replace Arg with Param 2019-08-28 18:33:25 +09:00
needless_update.rs
neg_cmp_op_on_partial_ord.rs
neg_multiply.rs
new_without_default.rs
no_effect.rs Refactor option handling 2019-09-04 16:19:59 +02:00
non_copy_const.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
non_expressive_names.rs Rustup to rust-lang/rust#64111 2019-09-06 13:57:27 +02:00
ok_if_let.rs
open_options.rs
overflow_check_conditional.rs
panic_unimplemented.rs Use outer_expn_data instead of outer_expn_info 2019-08-16 09:31:12 -07:00
partialeq_ne_impl.rs
path_buf_push_overwrite.rs
precedence.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
ptr_offset_with_cast.rs
ptr.rs
question_mark.rs
ranges.rs Fix occurrences of too_many_lines violations 2019-09-03 06:26:49 +02:00
redundant_clone.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
redundant_field_names.rs
redundant_pattern_matching.rs Fix suggestions for redundant_pattern_matching 2019-08-21 07:29:44 +02:00
redundant_static_lifetimes.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
reference.rs Allow deref_addrof in macros 2019-09-03 00:17:23 +09:00
regex.rs
replace_consts.rs
returns.rs Fix unused_unit false positive 2019-08-24 22:09:02 +02:00
serde_api.rs
shadow.rs Rustup "Remove Spanned from {ast,hir}::FieldPat" 2019-08-16 09:32:27 +07:00
slow_vector_initialization.rs
strings.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
suspicious_trait_impl.rs
swap.rs Add examples to some correctness lints 2019-08-22 15:41:07 +02:00
temporary_assignment.rs
trait_bounds.rs Made lint pedantic 2019-08-17 11:45:05 +01:00
transmute.rs
transmuting_null.rs
trivially_copy_pass_by_ref.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
try_err.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
types.rs Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995 2019-09-04 13:33:47 +00:00
unicode.rs Update Unicode lint tests 2019-08-23 05:42:45 +00:00
unsafe_removed_from_name.rs
unused_io_amount.rs
unused_label.rs Rustup "Minimize uses of LocalInternedString" 2019-09-05 07:16:57 +00:00
unwrap.rs Remove in_macro_or_desugar 2019-08-19 09:30:32 -07:00
use_self.rs
vec.rs Use outer_expn_data instead of outer_expn_info 2019-08-16 09:31:12 -07:00
wildcard_dependencies.rs
write.rs Fix occurrences of too_many_lines violations 2019-09-03 06:26:49 +02:00
zero_div_zero.rs