..
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
fmt clippy
2016-01-04 09:56:12 +05:30
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
fmt clippy
2016-01-04 09:56:12 +05:30
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 #523 from sanxiyn/escape-arg
2016-01-16 00:03:58 +01:00
eta_reduction.rs
fmt clippy
2016-01-04 09:56:12 +05:30
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 BTreeMap to the HASHMAP_ENTRY rule
2016-01-13 17:27:36 +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
fmt clippy
2016-01-04 09:56:12 +05:30
minmax.rs
fmt clippy
2016-01-04 09:56:12 +05:30
misc_early.rs
fmt clippy
2016-01-04 09:56:12 +05:30
misc.rs
Fix warnings for unused attributes
2016-01-07 12:06:16 +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
fmt clippy
2016-01-04 09:56:12 +05:30
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
fmt clippy
2016-01-04 09:56:12 +05:30
unicode.rs
fmt clippy
2016-01-04 09:56:12 +05:30
utils.rs
Handle more iterator adapter cases in for loops
2016-01-14 20:58:32 +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