rust/src
2015-05-18 10:41:15 +02:00
..
approx_const.rs
bit_mask.rs Added 'ineffective bit mask' lint 2015-05-15 14:09:29 +02:00
eq_op.rs
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
lib.rs New lint: mut_mut (closes issue #9) 2015-05-18 09:02:24 +02:00
misc.rs
mut_mut.rs mut_mut now more robust (thanks to Manishearth, see issue #9) 2015-05-18 10:41:15 +02:00
needless_bool.rs
ptr_arg.rs
types.rs