rust-clippy/src
2016-01-20 11:42:25 +01:00
..
approx_const.rs fmt clippy 2016-01-04 09:56:12 +05:30
array_indexing.rs fmt clippy 2016-01-04 09:56:12 +05:30
attrs.rs added semver lint 2016-01-09 02:05:43 +01:00
bit_mask.rs Update to rustc 1.7.0-nightly (d0bac3f14 2016-01-18) 2016-01-18 13:27:42 +01:00
block_in_if_condition.rs Stronger macro check 2016-01-08 21:21:12 +05:30
collapsible_if.rs fmt clippy 2016-01-04 09:56:12 +05:30
consts.rs Update to rustc 1.7.0-nightly (d0bac3f14 2016-01-18) 2016-01-18 13:27:42 +01:00
cyclomatic_complexity.rs fmt clippy 2016-01-04 09:56:12 +05:30
entry.rs Use span_suggestion in ENTRY lint 2016-01-13 17:27:49 +01:00
eq_op.rs fmt clippy 2016-01-04 09:56:12 +05:30
escape.rs Merge pull request #556 from mcarton/or_fun_call 2016-01-18 18:57:35 +05:30
eta_reduction.rs Fix redundant_closure false positive 2016-01-18 19:28:06 +01:00
identity_op.rs fmt clippy 2016-01-04 09:56:12 +05:30
len_zero.rs fmt clippy 2016-01-04 09:56:12 +05:30
lib.rs Add lint for "string literal".as_bytes() 2016-01-19 19:17:50 +01:00
lifetimes.rs Fix another false positive in lifetime elision lint 2016-01-17 17:53:41 +01:00
loops.rs Handle more iterator adapter cases in for loops 2016-01-14 20:58:32 +01:00
map_clone.rs fmt clippy 2016-01-04 09:56:12 +05:30
matches.rs Use span_suggestion in matches lints 2016-01-13 13:17:11 +01:00
methods.rs Handle Entry types in OR_FUN_CALL lint 2016-01-20 11:42:25 +01:00
minmax.rs fmt clippy 2016-01-04 09:56:12 +05:30
misc.rs Check types in the CMP_OWNED lint 2016-01-18 15:35:50 +01:00
misc_early.rs fmt clippy 2016-01-04 09:56:12 +05:30
mut_mut.rs fmt clippy 2016-01-04 09:56:12 +05:30
mut_reference.rs fmt clippy 2016-01-04 09:56:12 +05:30
mutex_atomic.rs fmt clippy 2016-01-04 09:56:12 +05:30
needless_bool.rs fmt clippy 2016-01-04 09:56:12 +05:30
needless_features.rs fmt clippy 2016-01-04 09:56:12 +05:30
needless_update.rs fmt clippy 2016-01-04 09:56:12 +05:30
no_effect.rs fmt clippy 2016-01-04 09:56:12 +05:30
open_options.rs Fix dogfood failures by refactoring open_options 2016-01-04 12:06:37 +05:30
panic.rs Fix panic lint 2015-12-24 15:27:31 +05:30
precedence.rs fmt clippy 2016-01-04 09:56:12 +05:30
ptr_arg.rs fmt clippy 2016-01-04 09:56:12 +05:30
ranges.rs fmt clippy 2016-01-04 09:56:12 +05:30
returns.rs fmt clippy 2016-01-04 09:56:12 +05:30
shadow.rs fmt clippy 2016-01-04 09:56:12 +05:30
strings.rs Add macro check 2016-01-19 20:08:56 +01:00
temporary_assignment.rs fmt clippy 2016-01-04 09:56:12 +05:30
transmute.rs fmt clippy 2016-01-04 09:56:12 +05:30
types.rs Fix deprecation warning on latest nightly 2016-01-19 13:53:49 +01:00
unicode.rs fmt clippy 2016-01-04 09:56:12 +05:30
utils.rs Handle Entry types in OR_FUN_CALL lint 2016-01-20 11:42:25 +01:00
zero_div_zero.rs Add "warn/allow by default" to lint descriptions where it was missing. 2016-01-01 17:48:19 +01:00