rust/src
2015-05-21 15:59:58 +02:00
..
approx_const.rs New lint: approx_const 2015-05-04 12:01:34 +02:00
bit_mask.rs refactored Option usage and fn argument types, improved formatting 2015-05-21 15:59:58 +02:00
eq_op.rs refactored Option usage and fn argument types, improved formatting 2015-05-21 15:59:58 +02:00
eta_reduction.rs Add eta reduction (fixes #29) 2015-05-10 11:49:08 +05:30
identity_op.rs new lint: identity_op, refactored bit_masks a bit 2015-05-15 18:46:43 +02:00
len_zero.rs new lints len_zero and len_without_is_empty 2015-05-20 08:52:19 +02:00
lib.rs new lint: cmp_owned 2015-05-21 14:51:43 +02:00
misc.rs refactored Option usage and fn argument types, improved formatting 2015-05-21 15:59:58 +02:00
mut_mut.rs refactored Option usage and fn argument types, improved formatting 2015-05-21 15:59:58 +02:00
needless_bool.rs Added check for zero bitmask and uncommon directions, wrong comment in needless_bool corrected, added new lint vec_ptr_arg + test 2015-05-04 07:20:34 +02:00
ptr_arg.rs refactored Option usage and fn argument types, improved formatting 2015-05-21 15:59:58 +02:00
types.rs Fix Box<Vec<T>> test. 2015-05-06 22:52:16 -07:00