rust-clippy/clippy_lints/src
2017-10-20 10:17:41 -04:00
..
utils Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
approx_const.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
arithmetic.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
array_indexing.rs Rustup 2017-09-13 15:34:04 +02:00
assign_ops.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
attrs.rs Rustup 2017-09-12 14:38:59 +02:00
bit_mask.rs Configuration option for VERBOSE_BIT_MASK threshold 2017-09-25 23:38:49 +03:00
blacklisted_name.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
block_in_if_condition.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
booleans.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
bytecount.rs add suggestions for .clone() in ptr_arg fns 2017-09-16 09:10:26 +02:00
collapsible_if.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
const_static_lifetime.rs Better linting : use of span_lint_and_then. 2017-10-20 10:17:41 -04:00
consts.rs Rust upgrade to rustc 1.22.0-nightly (0701b37d9 2017-09-18) 2017-09-18 20:23:08 -07:00
copies.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
cyclomatic_complexity.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
deprecated_lints.rs Deprecate should_assert_eq lint 2017-10-19 23:42:04 -05:00
derive.rs Rustup 2017-09-13 15:34:04 +02:00
doc.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
double_parens.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
drop_forget_ref.rs Rustup 2017-09-12 14:38:59 +02:00
empty_enum.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
entry.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
enum_clike.rs Rustup 2017-09-13 15:34:04 +02:00
enum_glob_use.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
enum_variants.rs Don't lint accidental "prefixes" on enum variants 2017-10-10 12:37:59 +02:00
eq_op.rs Update for latest Rust 2017-09-09 01:23:08 -04:00
escape.rs Pass null borrow context to EUV 2017-10-19 09:27:58 -07:00
eta_reduction.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
eval_order_dependence.rs Rustup 2017-09-12 14:38:59 +02:00
explicit_write.rs Improve lint description 2017-10-14 21:46:19 -03:00
format.rs Fix regression with print! 2017-09-29 19:13:21 +02:00
formatting.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
functions.rs Rustup 2017-09-12 14:38:59 +02:00
identity_conversion.rs Add identity_conversion lint (fixes #1051) 2017-10-04 22:16:16 +09:00
identity_op.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
if_let_redundant_pattern_matching.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
if_not_else.rs Rustfmt 2017-08-14 09:43:26 +02:00
infinite_iter.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
int_plus_one.rs Change rtype of int_plus_one detection to Option<String> 2017-09-24 12:31:12 +01:00
invalid_ref.rs add tests for false positives 2017-09-29 21:01:11 -04:00
is_unit_expr.rs Fix empty documentation in unit_expr 2017-09-12 19:08:25 +03:00
items_after_statements.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
large_enum_variant.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
len_zero.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
let_if_seq.rs Rustup 2017-09-12 14:38:59 +02:00
lib.rs Implementation of the const_static_lifetime lint. 2017-10-20 10:17:41 -04:00
lifetimes.rs Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25) 2017-09-25 19:52:29 -07:00
literal_digit_grouping.rs avoid linting ptr_arg if .capacity() is called. Also suggest removing .as_str() where applicable. 2017-09-20 23:59:23 +02:00
loops.rs Merge pull request #2147 from clippered/fix-manual-memcpy-on-overlapping-slices 2017-10-20 09:27:15 +02:00
map_clone.rs Rustup to rustc 1.22.0-nightly (6c476ce46 2017-09-25) 2017-09-25 19:52:29 -07:00
matches.rs Rustup 2017-09-13 15:34:04 +02:00
mem_forget.rs Rustup 2017-09-12 14:38:59 +02:00
methods.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
minmax.rs Rustup 2017-09-12 14:38:59 +02:00
misc.rs Rustup 2017-09-13 15:34:04 +02:00
misc_early.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
missing_doc.rs avoid linting ptr_arg if .capacity() is called. Also suggest removing .as_str() where applicable. 2017-09-20 23:59:23 +02:00
mut_mut.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
mut_reference.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
mutex_atomic.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
needless_bool.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
needless_borrow.rs Add suggestion to needless_borrow 2017-09-16 11:27:24 +09:00
needless_borrowed_ref.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
needless_continue.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
needless_pass_by_value.rs Merge pull request #2148 from sinkuu/proc_macro 2017-10-20 11:12:21 +02: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 Run nightly rustfmt 2017-09-05 12:39:27 +02:00
no_effect.rs Move has_drop to the utils module. 2017-09-19 21:38:35 +01:00
non_expressive_names.rs Fixed some code in clippy to pass the new, removed formatting changes. 2017-10-20 10:17:41 -04:00
ok_if_let.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
open_options.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
overflow_check_conditional.rs some small doc improvements 2017-09-01 22:43:34 +02:00
panic.rs Rustup 2017-09-12 14:38:59 +02:00
partialeq_ne_impl.rs Update for latest Rust 2017-09-09 01:23:08 -04:00
precedence.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
print.rs Fix regression with print! 2017-09-29 19:13:21 +02:00
ptr.rs Duplicate ptr_arg's suggestion logic 2017-10-08 17:51:44 +09:00
ranges.rs Allow range_plus_one while ..= ranges are unstable 2017-10-08 12:51:00 +02:00
reference.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
regex.rs Merge remote-tracking branch 'origin/master' into rustup 2017-09-13 15:41:09 +02:00
returns.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
serde_api.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
shadow.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
strings.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
swap.rs Accessing Span internals is deprecated 2017-08-31 14:47:45 +02:00
temporary_assignment.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
transmute.rs Add lints transmute_int_to_* 2017-10-03 14:27:42 +02:00
types.rs Type parameter change and type change are now in a multispan suggestion 2017-10-17 21:40:46 +09:00
unicode.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
unsafe_removed_from_name.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
unused_io_amount.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
unused_label.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00
use_self.rs Reduce cyclomatic complexity of types::check_ty 2017-09-25 19:52:29 -07:00
vec.rs Add identity_conversion lint (fixes #1051) 2017-10-04 22:16:16 +09:00
zero_div_zero.rs Run nightly rustfmt 2017-09-05 12:39:27 +02:00