1
Fork 0
rust/src
2015-07-09 17:02:21 +02:00
..
approx_const.rs New lint: approx_const 2015-05-04 12:01:34 +02:00
attrs.rs removed false positives from inline_always (issue #84) 2015-06-07 12:03:56 +02:00
bit_mask.rs fixed issue #88 in bit_mask 2015-06-06 02:27:48 +02:00
collapsible_if.rs moved in_macro to (new) utils.rs 2015-06-01 22:30:34 +02:00
eq_op.rs another refactoring, using more fitting Option methods, improving formatting, etc. 2015-05-23 00:49:13 +02:00
eta_reduction.rs Add eta reduction (fixes #29) 2015-05-10 11:49:08 +05:30
identity_op.rs new 'snippet' utils method, used where applicable 2015-07-09 17:02:21 +02:00
len_zero.rs Fix build for rustc 1.3.0-nightly (bf3c979ec 2015-06-30) 2015-07-01 09:21:46 -07:00
lib.rs first unicode lint: zero_width_space 2015-06-11 11:35:00 +02:00
misc.rs new 'snippet' utils method, used where applicable 2015-07-09 17:02:21 +02:00
mut_mut.rs Fix build for rustc 1.3.0-nightly (bf3c979ec 2015-06-30) 2015-07-01 09:21:46 -07: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 made macro test even simpler, added a few tests 2015-05-26 01:45:15 +02:00
types.rs Fix Box<Vec<T>> test. 2015-05-06 22:52:16 -07:00
unicode.rs first unicode lint: zero_width_space 2015-06-11 11:35:00 +02:00
utils.rs new 'snippet' utils method, used where applicable 2015-07-09 17:02:21 +02:00