.. |
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_masks.rs
|
fixed issue #88 in bit_mask
|
2015-06-06 02:27:48 +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
|
also included String::from in cmp_owned and fixed deprecation in test
|
2015-06-11 16:53:23 +02:00 |
collapsible_if.rs
|
Fixed block check, also added macro test to collapsible_if and inline_always
|
2015-06-01 15:09:17 +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
|
now the method lookup actually works (and I understand why! 😄), reduces unnecessary loops, and has a few comments
|
2015-06-01 12:49:36 +02:00 |
match_if_let.rs
|
added parent method, also changed match-if-let note to help
|
2015-08-11 15:07:21 +02:00 |
modulo_one.rs
|
Implements #45 - any number mod 1 will be 0
|
2015-05-31 13:43:31 +01:00 |
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 |
needless_return.rs
|
new lint for unneeded return stmts
|
2015-08-11 19:05:11 +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 |
strings.rs
|
New string_add_assign lint (first part of #121), also formatting & refactoring
|
2015-08-05 15:10:45 +02:00 |
toplevel_ref_arg.rs
|
Use compiletest
|
2015-04-14 00:20:44 +05:30 |
unicode.rs
|
first unicode lint: zero_width_space
|
2015-06-11 11:35:00 +02:00 |