rust/clippy_lints/src
2018-08-24 18:41:49 +02:00
..
utils fix clippy breakage due to https://github.com/rust-lang/rust/pull/52602 2018-08-23 21:41:30 +02:00
approx_const.rs Rustup 2018-07-23 13:01:12 +02:00
arithmetic.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
assign_ops.rs Tweak 2018-07-24 09:26:28 +01:00
attrs.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
bit_mask.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
blacklisted_name.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
block_in_if_condition.rs Remove import of matches 2018-07-19 01:06:02 -07:00
booleans.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
bytecount.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
collapsible_if.rs Rustup 2018-07-23 13:01:12 +02:00
const_static_lifetime.rs Rustup 2018-07-23 13:01:12 +02:00
consts.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
copies.rs Rustup to rustc 1.30.0-nightly (23f09bbed 2018-08-14) 2018-08-14 11:26:28 -07:00
copy_iterator.rs Add copy_iterator lint (#1534) 2018-08-24 11:57:48 +02:00
cyclomatic_complexity.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
default_trait_access.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
deprecated_lints.rs
derive.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
doc.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
double_comparison.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
double_parens.rs Rustup 2018-07-23 13:01:12 +02:00
drop_forget_ref.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
duration_subsec.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
else_if_without_else.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
empty_enum.rs Rustup 2018-07-23 13:01:12 +02:00
entry.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
enum_clike.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
enum_glob_use.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
enum_variants.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
eq_op.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
erasing_op.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
escape.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
eta_reduction.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
eval_order_dependence.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
excessive_precision.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
explicit_write.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
fallible_impl_from.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
format.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
formatting.rs Rustup 2018-07-23 13:01:12 +02:00
functions.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
identity_conversion.rs Fix #2971 2018-08-07 05:37:11 +02:00
identity_op.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
if_let_redundant_pattern_matching.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
if_not_else.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
indexing_slicing.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
infallible_destructuring_match.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
infinite_iter.rs Rustup 2018-07-23 13:01:12 +02:00
inherent_impl.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
inline_fn_without_body.rs Rustup 2018-07-23 13:01:12 +02:00
int_plus_one.rs Rustup 2018-07-23 13:01:12 +02:00
invalid_ref.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
items_after_statements.rs Rustup 2018-07-23 13:01:12 +02:00
large_enum_variant.rs Rustup 2018-07-23 13:01:12 +02:00
len_zero.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
let_if_seq.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
lib.rs Add copy_iterator lint (#1534) 2018-08-24 11:57:48 +02:00
lifetimes.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
literal_representation.rs Inline utils::in_external_macro 2018-07-24 10:38:58 +01:00
loops.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
map_clone.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
map_unit_fn.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
matches.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
mem_forget.rs Use Option::map_or 2018-08-06 17:52:09 +01:00
methods.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
minmax.rs Rustup 2018-07-23 13:01:12 +02:00
misc_early.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
misc.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
missing_doc.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
missing_inline.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
multiple_crate_versions.rs Rustup 2018-07-23 13:01:12 +02:00
mut_mut.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
mut_reference.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
mutex_atomic.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
needless_bool.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
needless_borrow.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
needless_borrowed_ref.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
needless_continue.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
needless_pass_by_value.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
needless_update.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
neg_cmp_op_on_partial_ord.rs fix a bunch of typos found by codespell 2018-07-25 20:02:52 +02:00
neg_multiply.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
new_without_default.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
no_effect.rs Rustup 2018-07-23 13:01:12 +02:00
non_copy_const.rs fix 2 clippy warnings 2018-08-11 23:16:47 +02:00
non_expressive_names.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
ok_if_let.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
open_options.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
overflow_check_conditional.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
panic_unimplemented.rs Rustup 2018-07-23 13:01:12 +02:00
partialeq_ne_impl.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
precedence.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
ptr.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
question_mark.rs Rustup 2018-07-23 13:01:12 +02:00
ranges.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
redundant_field_names.rs docs: add more suggestions on how to fix clippy findings to the online lint list. 2018-08-12 11:29:44 +02:00
reference.rs Rustup 2018-07-23 13:01:12 +02:00
regex.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
replace_consts.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00
returns.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
serde_api.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
shadow.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
strings.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
suspicious_trait_impl.rs Rustup 2018-07-23 13:01:12 +02:00
swap.rs add how-to example for std::mem::transmute() usage instead of manual swap 2018-08-24 18:41:49 +02:00
temporary_assignment.rs Remove import of rustc 2018-07-19 00:53:23 -07:00
transmute.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
trivially_copy_pass_by_ref.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
types.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
unicode.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
unsafe_removed_from_name.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
unused_io_amount.rs Rustup 2018-07-23 13:01:12 +02:00
unused_label.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
unwrap.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
use_self.rs Fix build 2018-08-08 18:01:06 +12:00
vec.rs rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 2018-08-22 23:34:52 +02:00
write.rs Merge pull request #3014 from estk/allow-write-multi-newline 2018-08-14 12:54:05 +02:00
zero_div_zero.rs Remove import of if_chain 2018-07-20 00:50:02 -07:00