rust-clippy/clippy_lints/src
2019-05-16 09:43:07 -07:00
..
methods Auto merge of #4084 - mikerite:fix-4019, r=oli-obk 2019-05-14 11:26:16 +00:00
utils Fix dogfood errors 2019-05-14 15:08:29 +02:00
approx_const.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
arithmetic.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
assertions_on_constants.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
assign_ops.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
attrs.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
bit_mask.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
blacklisted_name.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
block_in_if_condition.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
booleans.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
bytecount.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
cargo_common_metadata.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
cognitive_complexity.rs Use symbols instead of strings 2019-05-14 10:33:42 +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 Use symbols instead of strings 2019-05-14 10:33:42 +02:00
dbg_macro.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
default_trait_access.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
deprecated_lints.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
derive.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
doc.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
double_comparison.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
double_parens.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
drop_bounds.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
drop_forget_ref.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
duration_subsec.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
else_if_without_else.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
empty_enum.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
entry.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
enum_clike.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
enum_glob_use.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
enum_variants.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -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 Use lint pass macros 2019-04-17 09:35:22 -07:00
eta_reduction.rs Add known problems 2019-05-16 09:43:07 -07:00
eval_order_dependence.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
excessive_precision.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
explicit_write.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
fallible_impl_from.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
format.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
formatting.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
functions.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
identity_conversion.rs Rustfmt all the things 2019-05-14 10:33:48 +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 Use lint pass macros 2019-04-17 09:35:22 -07:00
implicit_return.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
indexing_slicing.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
infallible_destructuring_match.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
infinite_iter.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
inherent_impl.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
inline_fn_without_body.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
int_plus_one.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
invalid_ref.rs Rustfmt all the things 2019-05-14 10:33:48 +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 Use lint pass macros 2019-04-17 09:35:22 -07:00
len_zero.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
let_if_seq.rs More uses of higher::if_block 2019-05-10 23:40:42 -07:00
lib.rs Rename to redundant_closure_for_method_calls 2019-05-16 09:18:50 -07:00
lifetimes.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
literal_representation.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
loops.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
map_clone.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
map_unit_fn.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
matches.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
mem_discriminant.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
mem_forget.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
mem_replace.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
minmax.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
misc.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
misc_early.rs Rustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23) 2019-04-23 08:25:45 -07:00
missing_const_for_fn.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
missing_doc.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
missing_inline.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
multiple_crate_versions.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
mut_mut.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
mut_reference.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
mutex_atomic.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
needless_bool.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
needless_borrow.rs Rustfmt all the things 2019-05-14 10:33:48 +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 Use symbols instead of strings 2019-05-14 10:33:42 +02:00
needless_update.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
neg_cmp_op_on_partial_ord.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
neg_multiply.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
new_without_default.rs Rustfmt all the things 2019-05-14 10:33:48 +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 Rustfmt all the things 2019-05-14 10:33:48 +02:00
ok_if_let.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
open_options.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
overflow_check_conditional.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
panic_unimplemented.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
partialeq_ne_impl.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
path_buf_push_overwrite.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
precedence.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
ptr.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
ptr_offset_with_cast.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
question_mark.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
ranges.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
redundant_clone.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
redundant_field_names.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
redundant_pattern_matching.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
reference.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
regex.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
replace_consts.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
returns.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
serde_api.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
shadow.rs Fix shadow.rs 2019-05-10 23:40:42 -07:00
slow_vector_initialization.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
strings.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
suspicious_trait_impl.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
swap.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
temporary_assignment.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
transmute.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
transmuting_null.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
trivially_copy_pass_by_ref.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
types.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
unicode.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
unsafe_removed_from_name.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
unused_io_amount.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
unused_label.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
unwrap.rs Rustfmt all the things 2019-05-14 10:33:48 +02:00
use_self.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
vec.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
wildcard_dependencies.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
write.rs Use symbols instead of strings 2019-05-14 10:33:42 +02:00
zero_div_zero.rs Use lint pass macros 2019-04-17 09:35:22 -07:00