rust-clippy/clippy_lints/src
2017-03-03 16:56:35 +01:00
..
utils Simplify snippet body by forwarding to snippet_opt 2017-03-03 16:56:35 +01:00
approx_const.rs rustfmt round n 2016-12-21 09:45:24 +01:00
arithmetic.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
array_indexing.rs Handle all types in to_const_range 2017-03-01 16:17:30 +01:00
assign_ops.rs Support generic type 2017-02-18 10:14:25 +09:00
attrs.rs Rustup to nightly from 2017-01-31 2017-02-03 14:16:14 +01:00
bit_mask.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01: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 TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
booleans.rs apply rustfmt 2017-01-17 19:30:32 +01:00
collapsible_if.rs rustfmt fallout in doc comments 2016-12-21 10:00:13 +01:00
consts.rs Fix ice 2017-03-03 14:46:33 +01:00
copies.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
cyclomatic_complexity.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
deprecated_lints.rs deprecate extend_from_slice lint 2017-01-14 14:39:41 +01:00
derive.rs rustup and compile-fail -> ui test move 2017-02-07 21:05:30 +01:00
doc.rs apply rustfmt 2017-01-17 19:30:32 +01:00
double_parens.rs Implement the double_parens lint. 2016-12-28 12:03:49 -08:00
drop_forget_ref.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
empty_enum.rs Make rustfmt happy 2017-02-05 09:51:31 -07:00
entry.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
enum_clike.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01: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 nightly from 2017-01-31 2017-02-03 14:16:14 +01:00
eta_reduction.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
eval_order_dependence.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
format.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
formatting.rs typos: coma -> comma 2017-02-16 11:23:28 -05:00
functions.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
identity_op.rs Fix invalid_upcast_comparisons lint for same size sign casts 2017-03-02 10:41:20 +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
large_enum_variant.rs Fix invalid_upcast_comparisons lint for same size sign casts 2017-03-02 10:41:20 +01:00
len_zero.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
let_if_seq.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
lib.rs Merge pull request #1561 from Manishearth/zero_ptr 2017-02-22 13:34:28 +01:00
lifetimes.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
loops.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
map_clone.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
matches.rs Fix single-match-else in the presence of macros expressions expanding to blocks 2017-03-03 16:56:16 +01:00
mem_forget.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
methods.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
minmax.rs Almost there 2017-03-01 18:46:18 +01:00
misc.rs Also handle ConstFloat::F32 in is_allowed 2017-03-01 15:33:32 +01:00
misc_early.rs fix German keyboard fail 2017-02-21 17:28:17 +01:00
missing_doc.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
mut_mut.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
mut_reference.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
mutex_atomic.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
needless_bool.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
needless_borrow.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
needless_pass_by_value.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
needless_update.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
neg_multiply.rs Almost there 2017-03-01 18:46:18 +01:00
new_without_default.rs Support generic type 2017-02-18 10:14:25 +09:00
no_effect.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
non_expressive_names.rs remove nondeterminism by adjusting thresholds 2016-12-21 10:25:14 +01:00
ok_if_let.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
open_options.rs apply rustfmt 2017-01-17 19:30:32 +01:00
overflow_check_conditional.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
panic.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
partialeq_ne_impl.rs update to the rust-PR that unblocks clippy 2016-12-07 13:13:40 +01:00
precedence.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
print.rs TyCtxt::map is now called TyCtxt::hir 2017-02-03 14:16:07 +01:00
ptr.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
ranges.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
reference.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
regex.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
returns.rs apply rustfmt 2017-01-17 19:30:32 +01:00
serde.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
shadow.rs Revert changes from accidentally running rustfmt 2017-02-04 22:22:33 -07:00
should_assert_eq.rs Suggest assert_ne for assert!(x != y) 2017-02-22 16:47:18 +09:00
strings.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
swap.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
temporary_assignment.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
transmute.rs apply rustfmt 2017-01-17 19:30:32 +01:00
types.rs Fix invalid_upcast_comparisons lint for same size sign casts 2017-03-02 10:41:20 +01: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 2017-02-27 09:45:02 +01:00
vec.rs Fix for rustc 1.17.0-nightly (be760566c 2017-02-28) 2017-03-01 13:24:19 +01:00
zero_div_zero.rs Almost there 2017-03-01 18:46:18 +01:00