rust/src
2015-09-02 07:55:07 +02:00
..
approx_const.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
attrs.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
bit_mask.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
collapsible_if.rs
consts.rs appease the dogfood gods 2015-08-27 04:40:01 +05:30
eq_op.rs
eta_reduction.rs
identity_op.rs More macro checks 2015-08-27 04:33:59 +05:30
len_zero.rs
lib.rs new lint: self conventions for certain method names (fixes #267) 2015-09-01 18:52:48 +02:00
lifetimes.rs lifetimes lint: walk type bounds as well as types (fixes #253, again) 2015-08-31 11:26:41 +02:00
loops.rs loops: fix false positives with explicit_iter_loop and references (fixes #261) 2015-08-31 08:29:40 +02:00
matches.rs new lint: loop-match-break, which could be while-let (fixes #118) 2015-08-30 12:40:39 +02:00
methods.rs methods: try to allow value self when type is Copy (fixes #273) 2015-09-01 21:08:49 +02:00
misc.rs FnKind::FkClosure -> FnKind::Closure 2015-09-01 14:28:23 +02:00
mut_mut.rs
needless_bool.rs
precedence.rs add precedence_negative_literal lint 2015-08-30 17:34:48 +02:00
ptr_arg.rs
ranges.rs
returns.rs More macro checks 2015-08-27 04:33:59 +05:30
shadow.rs extended pattern matching 2015-09-02 07:55:07 +02:00
strings.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
types.rs Merge branch 'pr-228' 2015-08-27 15:25:56 +02:00
unicode.rs
utils.rs new lint: loop-match-break, which could be while-let (fixes #118) 2015-08-30 12:40:39 +02:00