rust-clippy/src
2015-12-09 15:56:49 -05:00
..
approx_const.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
attrs.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
bit_mask.rs Remove unused qualifications 2015-12-02 23:25:12 +09:00
block_in_if_condition.rs Add block_in_if lint, #434 2015-11-22 21:52:06 +05:30
collapsible_if.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
consts.rs Fixes to build with current rust nightly 2015-11-25 16:28:29 +01:00
cyclomatic_complexity.rs Make panic in CC silencable (partial #478) 2015-12-05 14:23:00 +05:30
eq_op.rs Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09) 2015-12-09 15:56:49 -05:00
escape.rs Rudimentary escape analysis for Box<T> 2015-12-04 20:23:14 +05:30
eta_reduction.rs Add span_lint_and_then and use it 2015-12-09 02:46:14 +09:00
identity_op.rs Remove trailing commas in match arms with blocks 2015-11-17 13:39:42 +09:00
len_zero.rs Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09) 2015-12-09 15:56:49 -05:00
lib.rs Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09) 2015-12-09 15:56:49 -05:00
lifetimes.rs Add lint for unused lifetimes (fixes #459) 2015-12-07 06:55:14 -05:00
loops.rs compute cyclomatic complexity (adjusted to not punish Rust's match) 2015-12-03 16:41:55 +01:00
map_clone.rs Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09) 2015-12-09 15:56:49 -05:00
matches.rs compute cyclomatic complexity (adjusted to not punish Rust's match) 2015-12-03 16:41:55 +01:00
methods.rs improve cc of function 2015-12-03 16:41:55 +01:00
minmax.rs rustfmt a little 2015-11-17 14:22:57 +09:00
misc.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
misc_early.rs Merge branch 'pr-482' 2015-12-07 07:23:52 -05:00
mut_mut.rs Add check on redundant _ bindings in structs 2015-12-07 13:16:59 +01:00
mut_reference.rs Add check on redundant _ bindings in structs 2015-12-07 13:16:59 +01:00
mutex_atomic.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
needless_bool.rs rustfmt a little 2015-11-17 14:22:57 +09:00
needless_features.rs rustfmt a little 2015-11-17 14:22:57 +09:00
needless_update.rs New lint for struct update that has no effect 2015-10-22 18:19:06 +09:00
no_effect.rs New lint for statement with no effect 2015-10-29 15:50:35 +09:00
open_options.rs Add check on redundant _ bindings in structs 2015-12-07 13:16:59 +01:00
precedence.rs rustfmt a little 2015-11-17 14:22:57 +09:00
ptr_arg.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
ranges.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
returns.rs Rust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015-10-10) 2015-10-12 02:42:59 +05:30
shadow.rs Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09) 2015-12-09 15:56:49 -05:00
strings.rs Dogfood match_ref_pats for if let 2015-11-25 02:44:40 +09:00
temporary_assignment.rs New lint for assignment to temporary 2015-11-04 21:37:18 +09:00
transmute.rs Add lint for useless transmutes 2015-11-11 10:53:11 -05:00
types.rs Update to latest rust nightly 2015-11-19 15:51:30 +01:00
unicode.rs Upgrade Rust to rustc 1.5.0-nightly (cff041170 2015-09-17) 2015-09-19 08:23:04 +05:30
utils.rs Add span_lint_and_then and use it 2015-12-09 02:46:14 +09:00
zero_div_zero.rs rustfmt a little 2015-11-17 14:22:57 +09:00