rust/clippy_lints/src
2016-06-16 12:17:15 +02:00
..
utils Merge pull request #1000 from Manishearth/doc_whitelist 2016-06-10 00:44:52 +02:00
approx_const.rs Include consts in the approx_consts lint for easier copypasting 2016-06-08 19:58:29 -04:00
arithmetic.rs Run rustfmt 2016-06-10 00:08:14 +02:00
array_indexing.rs Run rustfmt 2016-06-10 00:08:14 +02:00
assign_ops.rs Run rustfmt 2016-06-10 00:08:14 +02:00
attrs.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
bit_mask.rs Cleanup 2016-06-10 00:08:14 +02:00
blacklisted_name.rs s/PatKind::Ident/PatKind::Binding/g 2016-05-31 23:30:49 +02:00
block_in_if_condition.rs Cleanup, use matches! some more 2016-06-05 20:46:42 +02:00
booleans.rs Run rustfmt 2016-06-10 00:08:14 +02:00
collapsible_if.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
consts.rs dogfood error in consts fixed 2016-05-31 23:30:49 +02:00
copies.rs s/PatKind::Ident/PatKind::Binding/g 2016-05-31 23:30:49 +02:00
cyclomatic_complexity.rs Run rustfmt 2016-06-10 00:08:14 +02:00
deprecated_lints.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
derive.rs Run rustfmt 2016-06-10 00:08:14 +02:00
doc.rs Run rustfmt 2016-06-10 00:08:14 +02:00
drop_ref.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
entry.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00
enum_clike.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
enum_glob_use.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
enum_variants.rs lint enum variants names that start or end with their enum's name 2016-06-16 12:17:15 +02:00
eq_op.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
escape.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
eta_reduction.rs s/PatKind::Ident/PatKind::Binding/g 2016-05-31 23:30:49 +02:00
format.rs Rustup to *1.10.0-nightly (7bddce693 2016-05-27)* 2016-05-28 16:35:38 +02:00
formatting.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
functions.rs Run rustfmt 2016-06-10 00:08:14 +02:00
identity_op.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
if_not_else.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
items_after_statements.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
len_zero.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
let_if_seq.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
lib.rs Make iter_nth work for Vecs too 2016-06-16 02:04:32 -07:00
lifetimes.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
loops.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00
map_clone.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00
matches.rs Dogfood inside if_let_chain! 2016-06-10 00:09:17 +02:00
mem_forget.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
methods.rs Make iter_nth work for Vecs too 2016-06-16 02:04:32 -07:00
minmax.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
misc_early.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
misc.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00
mut_mut.rs Run rustfmt 2016-06-10 00:08:14 +02:00
mut_reference.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
mutex_atomic.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
needless_bool.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
needless_borrow.rs Run rustfmt 2016-06-10 00:08:14 +02:00
needless_update.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
neg_multiply.rs Cleanup trailing space 2016-06-10 00:08:14 +02:00
new_without_default.rs Run rustfmt 2016-06-10 00:08:14 +02:00
no_effect.rs Run rustfmt 2016-06-10 00:08:14 +02:00
non_expressive_names.rs Run rustfmt 2016-06-10 00:08:14 +02:00
open_options.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
overflow_check_conditional.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00
panic.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
precedence.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
print.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
ptr_arg.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
ranges.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00
regex.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
returns.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00
shadow.rs s/PatKind::Ident/PatKind::Binding/g 2016-05-31 23:30:49 +02:00
strings.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
swap.rs Fix wrong suggestion with MANUAL_SWAP and slices 2016-06-05 20:19:00 +02:00
temporary_assignment.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
transmute.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
types.rs Rustup to *1.11.0-nightly (7d2f75a95 2016-06-09)* 2016-06-10 20:08:55 +02:00
unicode.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
unsafe_removed_from_name.rs Run rustfmt 2016-06-10 00:08:14 +02:00
unused_label.rs Run rustfmt 2016-06-10 00:08:14 +02:00
vec.rs split clippy into lints, plugin and cargo-clippy 2016-05-27 13:03:58 +02:00
zero_div_zero.rs Format all if_let_chain consistently 2016-06-10 00:09:17 +02:00