rust-clippy/tests/compile-fail
2015-05-30 15:10:19 +02:00
..
approx_const.rs New lint: approx_const 2015-05-04 12:01:34 +02:00
attrs.rs New lint for issue 2015-05-30 15:10:19 +02:00
bit_masks.rs new lint: identity_op, refactored bit_masks a bit 2015-05-15 18:46:43 +02:00
box_vec.rs added test for issue #31 2015-05-08 06:01:41 +02:00
cmp_nan.rs Added new 'float_cmp' lint (see issue #46) 2015-05-06 10:01:49 +02:00
cmp_owned.rs new lint: cmp_owned 2015-05-21 14:51:43 +02:00
dlist.rs Use compiletest 2015-04-14 00:20:44 +05:30
eq_op.rs new lint: identity_op, refactored bit_masks a bit 2015-05-15 18:46:43 +02:00
eta.rs Add eta reduction (fixes #29) 2015-05-10 11:49:08 +05:30
float_cmp.rs Added new 'float_cmp' lint (see issue #46) 2015-05-06 10:01:49 +02:00
identity_op.rs new lint: identity_op, refactored bit_masks a bit 2015-05-15 18:46:43 +02:00
len_zero.rs added messages to test error comments 2015-05-20 09:34:02 +02:00
match_if_let.rs Use compiletest 2015-04-14 00:20:44 +05:30
mut_mut.rs made macro test even simpler, added a few tests 2015-05-26 01:45:15 +02:00
needless_bool.rs new lint: needless_bool (TODO: The warnings could give more specific directions) 2015-05-02 00:35:49 +02:00
precedence.rs New lint: precedence, see issue #41 2015-05-06 12:59:08 +02:00
ptr_arg.rs Added &String matching and renamed to vec_ptr_arg to ptr_arg, also added README section 2015-05-04 08:15:24 +02:00
toplevel_ref_arg.rs Use compiletest 2015-04-14 00:20:44 +05:30