rust/clippy_lints/src
Oliver Schneider 4018b0a495
Merge pull request #2197 from AlexEne/dissalow-underscores-and-numbrers
Warns if variable name is composed only of underscores and digits.
2017-11-06 08:11:45 +01:00
..
utils &Self 2017-11-03 17:56:17 +09:00
approx_const.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
arithmetic.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
array_indexing.rs Rustup 2017-09-13 15:34:04 +02:00
assign_ops.rs manual fixups if_let_chain -> if_chain 2017-10-23 17:53:30 -04:00
attrs.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
bit_mask.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
blacklisted_name.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
block_in_if_condition.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
booleans.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
bytecount.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
collapsible_if.rs &Self 2017-11-03 17:56:17 +09:00
const_static_lifetime.rs fix some typos 2017-10-31 08:34:27 +01:00
consts.rs Rust upgrade to rustc 1.22.0-nightly (0701b37d9 2017-09-18) 2017-09-18 20:23:08 -07:00
copies.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
cyclomatic_complexity.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
deprecated_lints.rs Deprecate should_assert_eq lint 2017-10-19 23:42:04 -05:00
derive.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
doc.rs fix some typos 2017-10-31 08:34:27 +01:00
double_parens.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
drop_forget_ref.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
empty_enum.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
entry.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
enum_clike.rs Rustup 2017-09-13 15:34:04 +02:00
enum_glob_use.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
enum_variants.rs Don't lint accidental "prefixes" on enum variants 2017-10-10 12:37:59 +02:00
eq_op.rs Update for latest Rust 2017-09-09 01:23:08 -04:00
erasing_op.rs Clarify message for erasing_op lint 2017-10-15 10:32:47 +03:00
escape.rs Pass null borrow context to EUV 2017-10-19 09:27:58 -07:00
eta_reduction.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
eval_order_dependence.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
explicit_write.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
fallible_impl_from.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
format.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
formatting.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
functions.rs Rustup 2017-09-12 14:38:59 +02:00
identity_conversion.rs Add identity_conversion lint (fixes #1051) 2017-10-04 22:16:16 +09:00
identity_op.rs Simplify checking for all ones in int 2017-10-15 10:21:56 +03:00
if_let_redundant_pattern_matching.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
if_not_else.rs Fix dogfood 2017-10-27 10:51:43 +02:00
infinite_iter.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
int_plus_one.rs Fix test 2017-11-03 17:36:38 +09:00
invalid_ref.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
is_unit_expr.rs Fix empty documentation in unit_expr 2017-09-12 19:08:25 +03:00
items_after_statements.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
large_enum_variant.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
len_zero.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
let_if_seq.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
lib.rs Merge pull request #2189 from gendx/pr-1590 2017-11-02 10:29:30 +01:00
lifetimes.rs Updated clippy to account for changes from rust-lang/rust#44766 2017-10-15 15:39:47 -04:00
literal_digit_grouping.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
loops.rs Check for arrays with size > 32 2017-10-25 21:41:31 +02:00
map_clone.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
matches.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
mem_forget.rs Rustup 2017-09-12 14:38:59 +02:00
methods.rs Switch to new method of checking access 2017-11-02 23:53:48 -05:00
minmax.rs Rustup 2017-09-12 14:38:59 +02:00
misc_early.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
misc.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
missing_doc.rs avoid linting ptr_arg if .capacity() is called. Also suggest removing .as_str() where applicable. 2017-09-20 23:59:23 +02:00
mut_mut.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
mut_reference.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
mutex_atomic.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
needless_bool.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
needless_borrow.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
needless_borrowed_ref.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
needless_continue.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
needless_pass_by_value.rs Extend needless_pass_by_value to methods 2017-11-03 17:36:38 +09:00
needless_update.rs Rustfmt 2017-08-14 09:43:26 +02:00
neg_multiply.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
new_without_default.rs Update tests; make it work with generics on context 2017-10-29 05:19:24 -04:00
no_effect.rs Move has_drop to the utils module. 2017-09-19 21:38:35 +01:00
non_expressive_names.rs Addressed PR comments 2017-11-03 20:54:33 +00:00
ok_if_let.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
open_options.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
overflow_check_conditional.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
panic.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
partialeq_ne_impl.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
precedence.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
print.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
ptr.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
ranges.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
reference.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
regex.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
returns.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
serde_api.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
shadow.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
strings.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
swap.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
temporary_assignment.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
transmute.rs Known problems 2017-11-01 23:30:07 +09:00
types.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
unicode.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
unsafe_removed_from_name.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
unused_io_amount.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
unused_label.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
use_self.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
vec.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00
zero_div_zero.rs mechanically swap if_let_chain -> if_chain 2017-10-23 15:18:02 -04:00