rust-clippy/clippy_lints/src
2017-09-02 14:19:45 -07:00
..
utils Link to current versions docs instead of master docs 2017-09-01 12:34:10 +02:00
approx_const.rs Rustfmt 2017-08-14 09:43:26 +02:00
arithmetic.rs rustup to 2017-01-12 2017-01-13 17:04:56 +01:00
array_indexing.rs Rustfmt 2017-08-14 09:43:26 +02:00
assign_ops.rs Rustfmt 2017-08-14 09:43:26 +02:00
attrs.rs Rustup 2017-08-15 11:10:49 +02:00
bit_mask.rs Rustup 2017-08-15 11:10:49 +02:00
blacklisted_name.rs Run Dogfood for use_self 2017-08-21 13:32:12 +02:00
block_in_if_condition.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
booleans.rs Rustup 2017-08-15 11:10:49 +02:00
bytecount.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
collapsible_if.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
consts.rs Run Dogfood for use_self 2017-08-21 13:32:12 +02:00
copies.rs Merge branch 'master' into move_links 2017-08-14 10:07:26 +02:00
cyclomatic_complexity.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
deprecated_lints.rs Replace Range::step_by checking with Iterator::step_by 2017-06-18 16:12:04 +02:00
derive.rs Rename match_path_old to match_path 2017-08-24 20:42:50 -04:00
doc.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
double_parens.rs Rustup to *rustc 1.20.0-nightly (d84693b93 2017-07-09)* 2017-07-10 10:17:40 +02:00
drop_forget_ref.rs Rustup 2017-08-15 11:10:49 +02:00
empty_enum.rs Rustfmt 2017-08-14 09:43:26 +02:00
entry.rs Rustfmt 2017-08-14 09:43:26 +02:00
enum_clike.rs Add a lint for lossless casts. 2017-08-28 08:42:33 -07:00
enum_glob_use.rs Rustfmt 2017-08-14 09:43:26 +02:00
enum_variants.rs Run Dogfood for use_self 2017-08-21 13:32:12 +02:00
eq_op.rs Rustfmt 2017-08-14 09:43:26 +02:00
escape.rs Rustfmt 2017-08-14 09:43:26 +02:00
eta_reduction.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
eval_order_dependence.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
format.rs Rustup 2017-08-15 11:10:49 +02:00
formatting.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
functions.rs Run Dogfood for use_self 2017-08-21 13:32:12 +02:00
identity_op.rs Rustfmt 2017-08-14 09:43:26 +02:00
if_let_redundant_pattern_matching.rs Get rid of another handwritten Span construtor in favour of a builtin function 2017-08-31 15:00:21 +02:00
if_not_else.rs Rustfmt 2017-08-14 09:43:26 +02:00
infinite_iter.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
is_unit_expr.rs Check method calls 2017-09-02 14:19:45 -07:00
items_after_statements.rs Rustfmt 2017-08-14 09:43:26 +02:00
large_enum_variant.rs Run Dogfood for use_self 2017-08-21 13:32:12 +02:00
len_zero.rs len_without_is_empty false positive #1740 2017-08-28 23:18:12 +02:00
let_if_seq.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
lib.rs Use the type from the macro 2017-09-02 11:29:01 -07:00
lifetimes.rs fix PathParameters usage 2017-08-25 19:38:28 +10:00
literal_digit_grouping.rs Run Dogfood for use_self 2017-08-21 13:32:12 +02:00
loops.rs Rustup 2017-08-15 11:10:49 +02:00
map_clone.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
matches.rs Rustup 2017-08-14 09:54:47 +02:00
mem_forget.rs Rustup 2017-08-15 11:10:49 +02:00
methods.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
minmax.rs Rustup 2017-08-15 11:10:49 +02:00
misc.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
misc_early.rs Rustfmt 2017-08-14 09:43:26 +02:00
missing_doc.rs Run Dogfood for use_self 2017-08-21 13:32:12 +02:00
mut_mut.rs Rustfmt 2017-08-14 09:43:26 +02:00
mut_reference.rs Rustup 2017-08-15 11:10:49 +02:00
mutex_atomic.rs Rustfmt 2017-08-14 09:43:26 +02:00
needless_bool.rs Rustfmt 2017-08-14 09:43:26 +02:00
needless_borrow.rs Rustfmt 2017-08-14 09:43:26 +02:00
needless_borrowed_ref.rs Rebase and update ui test 2017-08-21 14:22:41 +02:00
needless_continue.rs Rustfmt 2017-08-14 09:43:26 +02:00
needless_pass_by_value.rs fix PathParameters usage 2017-08-25 19:38:28 +10:00
needless_update.rs Rustfmt 2017-08-14 09:43:26 +02:00
neg_multiply.rs Almost there 2017-03-01 18:46:18 +01:00
new_without_default.rs Rustfmt 2017-08-14 09:43:26 +02:00
no_effect.rs Rustup (fixes #2002) 2017-08-30 10:54:41 +02:00
non_expressive_names.rs Rustup 2017-08-14 09:54:47 +02:00
ok_if_let.rs Rustfmt 2017-08-14 09:43:26 +02:00
open_options.rs Rustfmt 2017-08-14 09:43:26 +02:00
overflow_check_conditional.rs some small doc improvements 2017-09-01 22:43:34 +02:00
panic.rs fix #768 by checking for message macro expansion 2017-08-21 23:23:54 +02:00
partialeq_ne_impl.rs Rustup 2017-04-28 13:00:42 +02:00
precedence.rs Rustfmt 2017-08-14 09:43:26 +02:00
print.rs Rename match_path_old to match_path 2017-08-24 20:42:50 -04:00
ptr.rs Rename match_path_old to match_path 2017-08-24 20:42:50 -04:00
ranges.rs Rustfmt 2017-08-14 09:43:26 +02:00
reference.rs Rustfmt 2017-08-14 09:43:26 +02:00
regex.rs some small doc improvements 2017-09-01 22:43:34 +02:00
returns.rs Rustfmt 2017-08-14 09:43:26 +02:00
serde_api.rs Rustfmt 2017-08-14 09:43:26 +02:00
shadow.rs add closure arg check, also catch non-consts 2017-08-23 17:54:35 +02:00
should_assert_eq.rs Rustfmt 2017-08-14 09:43:26 +02:00
strings.rs Rustup 2017-08-14 09:54:47 +02:00
swap.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
temporary_assignment.rs also run rustfmt on clippy-lints 2016-12-20 18:21:30 +01:00
transmute.rs fix PathParameters usage 2017-08-25 19:38:28 +10:00
types.rs some small doc improvements 2017-09-01 22:43:34 +02:00
unicode.rs Rustup 2017-08-14 09:54:47 +02:00
unsafe_removed_from_name.rs Rustfmt 2017-08-14 09:43:26 +02:00
unused_io_amount.rs Rename match_path_old to match_path 2017-08-24 20:42:50 -04:00
unused_label.rs Rustfmt 2017-08-14 09:43:26 +02:00
use_self.rs fix PathParameters usage 2017-08-25 19:38:28 +10:00
vec.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
zero_div_zero.rs Rustfmt 2017-08-14 09:43:26 +02:00