rust-clippy/clippy_lints/src
2019-02-24 20:49:43 +01:00
..
methods HirIdify some lints 2019-02-24 20:49:43 +01:00
utils HirIdify some lints 2019-02-24 20:49:43 +01:00
approx_const.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
arithmetic.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
assertions_on_constants.rs Don't warn about const assertions when assert is in a macro itself 2019-02-05 19:37:50 +01:00
assign_ops.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
attrs.rs removing redundant closures in the whole project 2019-02-10 13:35:44 +01:00
bit_mask.rs Adding lint for too many lines. 2019-02-01 13:21:19 -05:00
blacklisted_name.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
block_in_if_condition.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
booleans.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
bytecount.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
cargo_common_metadata.rs removing redundant closures in the whole project 2019-02-10 13:35:44 +01:00
collapsible_if.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
const_static_lifetime.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
consts.rs Move max_value handling to consts module 2019-02-01 06:32:16 +02:00
copies.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
copy_iterator.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
cyclomatic_complexity.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
dbg_macro.rs run util/dev update_lints and cargo fmt --all 2019-02-03 21:56:24 +09:00
default_trait_access.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
deprecated_lints.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
derive.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
doc.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
double_comparison.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
double_parens.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
drop_bounds.rs Add more descriptive details 2019-02-18 19:37:08 -07:00
drop_forget_ref.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
duration_subsec.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
else_if_without_else.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
empty_enum.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
entry.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
enum_clike.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
enum_glob_use.rs partially HirIdify lints 2019-02-20 13:16:16 +01:00
enum_variants.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
eq_op.rs Adding lint for too many lines. 2019-02-01 13:21:19 -05:00
erasing_op.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
escape.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
eta_reduction.rs Rustup 2019-02-13 22:08:17 +01:00
eval_order_dependence.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
excessive_precision.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
explicit_write.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
fallible_impl_from.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
format.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
formatting.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
functions.rs fix formatting 2019-02-24 15:16:16 +01:00
identity_conversion.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
identity_op.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
if_not_else.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
implicit_return.rs partially HirIdify lints 2019-02-20 13:16:16 +01:00
indexing_slicing.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
infallible_destructuring_match.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
infinite_iter.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
inherent_impl.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
inline_fn_without_body.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
int_plus_one.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
invalid_ref.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
items_after_statements.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
large_enum_variant.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
len_zero.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
let_if_seq.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
lib.rs Add a lint to warn on T: Drop bounds 2019-02-17 22:53:08 -07:00
lifetimes.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
literal_representation.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
loops.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
map_clone.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
map_unit_fn.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
matches.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
mem_discriminant.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
mem_forget.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
mem_replace.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
minmax.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
misc.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
misc_early.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
missing_const_for_fn.rs partially HirIdify lints 2019-02-20 13:16:16 +01:00
missing_doc.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
missing_inline.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
multiple_crate_versions.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
mut_mut.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
mut_reference.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
mutex_atomic.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
needless_bool.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
needless_borrow.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
needless_borrowed_ref.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
needless_continue.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
needless_pass_by_value.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
needless_update.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
neg_cmp_op_on_partial_ord.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
neg_multiply.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
new_without_default.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
no_effect.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
non_copy_const.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
non_expressive_names.rs removing redundant closures in the whole project 2019-02-10 13:35:44 +01:00
ok_if_let.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
open_options.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
overflow_check_conditional.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
panic_unimplemented.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
partialeq_ne_impl.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
precedence.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
ptr.rs Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19) 2019-02-19 13:04:43 +05:30
ptr_offset_with_cast.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
question_mark.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
ranges.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
redundant_clone.rs fix formatting 2019-02-24 15:16:16 +01:00
redundant_field_names.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
redundant_pattern_matching.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
reference.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
regex.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
replace_consts.rs Atomics constants are now handled by the deprecation lint 2019-01-28 10:10:27 +01:00
returns.rs rustup https://github.com/rust-lang/rust/pull/57907/ 2019-01-27 13:33:56 +01:00
serde_api.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
shadow.rs partially HirIdify lints 2019-02-20 13:16:16 +01:00
slow_vector_initialization.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
strings.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
suspicious_trait_impl.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
swap.rs Fix breakage due to rust-lang/rust#58079 2019-02-03 09:12:07 +02:00
temporary_assignment.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
transmute.rs Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19) 2019-02-19 13:04:43 +05:30
trivially_copy_pass_by_ref.rs fix formatting 2019-02-24 15:16:16 +01:00
types.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
unicode.rs HirIdify some lints 2019-02-24 20:49:43 +01:00
unsafe_removed_from_name.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
unused_io_amount.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
unused_label.rs partially HirIdify lints 2019-02-20 13:16:16 +01:00
unwrap.rs partially HirIdify lints 2019-02-20 13:16:16 +01:00
use_self.rs Rustup to rustc 1.34.0-nightly (32471f7ea 2019-02-19) 2019-02-19 13:04:43 +05:30
vec.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
wildcard_dependencies.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00
write.rs Check {print,write}_with_newline for literal newline 2019-02-18 19:22:20 -05:00
zero_div_zero.rs rustup https://github.com/rust-lang/rust/pull/57726 2019-01-27 01:42:34 +01:00