rust-clippy/clippy_lints/src
2019-05-21 21:58:27 -07:00
..
methods Dogfood 2019-05-18 01:42:15 +02:00
utils Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22) 2019-05-21 21:58:27 -07:00
approx_const.rs Dogfood 2019-05-18 01:42:15 +02:00
arithmetic.rs
assertions_on_constants.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
assign_ops.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
attrs.rs useless_attribute: Add unreachable_pub to whitelists 2019-05-18 14:22:16 +09:00
bit_mask.rs
blacklisted_name.rs
block_in_if_condition.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
booleans.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
bytecount.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
cargo_common_metadata.rs
checked_conversions.rs Removed symbols again. 2019-05-18 10:54:03 +02:00
cognitive_complexity.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
collapsible_if.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
const_static_lifetime.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
consts.rs Properly hash enums 2019-05-14 13:57:48 +02:00
copies.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
copy_iterator.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
dbg_macro.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
default_trait_access.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
deprecated_lints.rs
derive.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
doc.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
double_comparison.rs
double_parens.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
drop_bounds.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
drop_forget_ref.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
duration_subsec.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
else_if_without_else.rs
empty_enum.rs
entry.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
enum_clike.rs Fixed more lint findings. 2019-05-18 09:33:26 +02:00
enum_glob_use.rs
enum_variants.rs Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22) 2019-05-21 21:58:27 -07:00
eq_op.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
erasing_op.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
escape.rs
eta_reduction.rs Add known problems 2019-05-16 09:43:07 -07:00
eval_order_dependence.rs
excessive_precision.rs
explicit_write.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
fallible_impl_from.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
format.rs Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22) 2019-05-21 21:58:27 -07:00
formatting.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
functions.rs
identity_conversion.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
identity_op.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
if_not_else.rs
implicit_return.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
indexing_slicing.rs
infallible_destructuring_match.rs
infinite_iter.rs Dogfood 2019-05-18 01:42:15 +02:00
inherent_impl.rs
inline_fn_without_body.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
int_plus_one.rs
invalid_ref.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
items_after_statements.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
large_enum_variant.rs
len_zero.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
let_if_seq.rs More uses of higher::if_block 2019-05-10 23:40:42 -07:00
lib.rs Registered lint. 2019-05-18 09:33:25 +02:00
lifetimes.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
literal_representation.rs Add macro check for unreadable_literal lint 2019-05-15 14:57:56 +02:00
loops.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
map_clone.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
map_unit_fn.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
matches.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
mem_discriminant.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
mem_forget.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
mem_replace.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
minmax.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
misc.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
misc_early.rs
missing_const_for_fn.rs
missing_doc.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
missing_inline.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
multiple_crate_versions.rs
mut_mut.rs
mut_reference.rs
mutex_atomic.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
needless_bool.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
needless_borrow.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
needless_borrowed_ref.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
needless_continue.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
needless_pass_by_value.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
needless_update.rs
neg_cmp_op_on_partial_ord.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
neg_multiply.rs
new_without_default.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
no_effect.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
non_copy_const.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
non_expressive_names.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
ok_if_let.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
open_options.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
overflow_check_conditional.rs
panic_unimplemented.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
partialeq_ne_impl.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
path_buf_push_overwrite.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
precedence.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
ptr.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
ptr_offset_with_cast.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
question_mark.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
ranges.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
redundant_clone.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
redundant_field_names.rs
redundant_pattern_matching.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
reference.rs
regex.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
replace_consts.rs Dogfood 2019-05-18 01:42:15 +02:00
returns.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
serde_api.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
shadow.rs
slow_vector_initialization.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
strings.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
suspicious_trait_impl.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
swap.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
temporary_assignment.rs
transmute.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
transmuting_null.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
trivially_copy_pass_by_ref.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
types.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
unicode.rs
unsafe_removed_from_name.rs
unused_io_amount.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
unused_label.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
unwrap.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
use_self.rs
vec.rs
wildcard_dependencies.rs
write.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
zero_div_zero.rs