rust/clippy_lints/src
Oliver Schneider 3cc5596466 Merge pull request #1433 from sinkuu/ref
Don't lint needless_borrow when matching `&&mut` by `&ref`
2017-01-10 17:29:19 +01:00
..
utils Move is_try to util 2017-01-07 23:52:48 +09:00
approx_const.rs rustfmt round n 2016-12-21 09:45:24 +01:00
arithmetic.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
array_indexing.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustup 2017-01-04 15:50:34 -08:00
assign_ops.rs manually fix the overlong lines 2016-12-21 12:30:41 +01:00
attrs.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
bit_mask.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): u128 fixes for rustup 2017-01-04 15:50:34 -08:00
blacklisted_name.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
block_in_if_condition.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes 2017-01-04 15:50:57 -08:00
booleans.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
collapsible_if.rs rustfmt fallout in doc comments 2016-12-21 10:00:13 +01:00
consts.rs Rerun rustfmt 2017-01-04 15:53:16 -08:00
copies.rs function definition style simplification 2016-12-21 12:14:54 +01:00
cyclomatic_complexity.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
deprecated_lints.rs
derive.rs function definition style simplification 2016-12-21 12:14:54 +01:00
doc.rs remove nondeterminism by adjusting thresholds 2016-12-21 10:25:14 +01:00
double_parens.rs Implement the double_parens lint. 2016-12-28 12:03:49 -08:00
drop_forget_ref.rs Implement the forget_ref lint. 2017-01-05 17:41:01 -08:00
entry.rs function definition style simplification 2016-12-21 12:14:54 +01:00
enum_clike.rs Rerun rustfmt 2017-01-04 15:53:16 -08:00
enum_glob_use.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
enum_variants.rs split pub_enum_variant_names to new lint 2016-12-21 13:30:57 +01:00
eq_op.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
escape.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
eta_reduction.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes 2017-01-04 15:50:57 -08:00
eval_order_dependence.rs remove nondeterminism by adjusting thresholds 2016-12-21 10:25:14 +01:00
format.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
formatting.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
functions.rs Rerun rustfmt 2017-01-04 15:53:16 -08:00
identity_op.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
if_let_redundant_pattern_matching.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
if_not_else.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
items_after_statements.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
len_zero.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from arguments 2017-01-04 15:50:43 -08:00
let_if_seq.rs function definition style simplification 2016-12-21 12:14:54 +01:00
lib.rs Implement unused_io_amount lint 2017-01-07 22:23:33 +09:00
lifetimes.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes 2017-01-04 15:50:57 -08:00
loops.rs run rustfmt 2017-01-09 23:56:13 -08:00
map_clone.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Recover patterns from arguments 2017-01-04 15:50:43 -08:00
matches.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
mem_forget.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
methods.rs Bump to 0.0.106; Fix false positive in wrong_self_convention (fix #1420) 2017-01-04 18:05:04 -08:00
minmax.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
misc_early.rs manually fix the overlong lines 2016-12-21 12:30:41 +01:00
misc.rs Merge pull request #1414 from samueltardieu/no-short-circuit-if 2017-01-05 10:41:14 +01:00
missing_doc.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Fix various type errors for rustup 2017-01-04 15:50:18 -08:00
mut_mut.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
mut_reference.rs Rerun rustfmt 2017-01-04 15:53:16 -08:00
mutex_atomic.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
needless_bool.rs remove nondeterminism by adjusting thresholds 2016-12-21 10:25:14 +01:00
needless_borrow.rs Don't lint when matching &&mut by &ref (Fix #1432) 2017-01-11 00:42:58 +09:00
needless_update.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
neg_multiply.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
new_without_default.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
no_effect.rs Add a new "short_circuit_statement" lint (fixes #1194) 2016-12-31 01:17:39 +01:00
non_expressive_names.rs remove nondeterminism by adjusting thresholds 2016-12-21 10:25:14 +01:00
ok_if_let.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
open_options.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
overflow_check_conditional.rs remove nondeterminism by adjusting thresholds 2016-12-21 10:25:14 +01:00
panic.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
partialeq_ne_impl.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
precedence.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
print.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
ptr.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
ranges.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
reference.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
regex.rs rustfmt round n 2016-12-21 09:45:24 +01:00
returns.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
serde.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
shadow.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes 2017-01-04 15:50:57 -08:00
strings.rs remove nondeterminism by adjusting thresholds 2016-12-21 10:25:14 +01:00
swap.rs manually fix the overlong lines 2016-12-21 12:30:41 +01:00
temporary_assignment.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
transmute.rs rustfmt round n 2016-12-21 09:45:24 +01:00
types.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Dogfood fixes 2017-01-04 15:50:57 -08:00
unicode.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
unsafe_removed_from_name.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
unused_io_amount.rs Move is_try to util 2017-01-07 23:52:48 +09:00
unused_label.rs Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup 2017-01-04 15:50:30 -08:00
vec.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
zero_div_zero.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00