rust-clippy/src
Nathan Weston 23a38c4170 New lint: Range::step_by(0) (fixes #95)
Uses type information so it can detect non-literal ranges as well
(Range or RangeFrom -- the other range types don't have step_by).
2015-08-16 12:58:54 -04:00
..
approx_const.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
attrs.rs new lint: looping over x.iter() or x.iter_mut() (fixes #157) 2015-08-13 16:31:16 +02:00
bit_mask.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
collapsible_if.rs Add trim_multiline utility (fixes #139) 2015-08-13 23:18:33 +05:30
eq_op.rs Removed #![allow(redundant_closure)] on eq_op 2015-08-14 15:00:04 +02:00
eta_reduction.rs fixed false positives (at the cost of some false negatives) 2015-08-14 14:37:12 +02:00
identity_op.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
len_zero.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
lib.rs New lint: Range::step_by(0) (fixes #95) 2015-08-16 12:58:54 -04:00
lifetimes.rs lifetimes: fix case with one unnamed and one static ref (fixes #171) 2015-08-15 09:36:07 +02:00
loops.rs fix 2015-08-13 21:45:42 +05:30
methods.rs methods: allow Option.unwrap by default 2015-08-15 07:23:04 +02:00
misc.rs misc: fix check for unit body in "match -> if let" lint (fixes #172) 2015-08-15 09:56:15 +02:00
mut_mut.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
needless_bool.rs spelling fix, rework needless_bool with snippet (fixes #150) 2015-08-13 15:31:16 +02:00
ptr_arg.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
ranges.rs New lint: Range::step_by(0) (fixes #95) 2015-08-16 12:58:54 -04:00
returns.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
strings.rs update_lints: add a check mode for travis runs 2015-08-13 15:30:06 +02:00
types.rs new lint: looping over x.iter() or x.iter_mut() (fixes #157) 2015-08-13 16:31:16 +02:00
unicode.rs all: DRY for lint descriptions 2015-08-13 11:14:05 +02:00
utils.rs Fix dogfood 2015-08-13 23:20:00 +05:30