| .. |
|
approx_const.rs
|
removed expensive crate check from approx_const
|
2015-09-11 15:59:19 +02:00 |
|
attrs.rs
|
More strict macro check
|
2015-09-06 10:53:55 +02:00 |
|
bit_mask.rs
|
fixed bad_bit_mask false positive
|
2015-09-06 16:09:35 +02:00 |
|
collapsible_if.rs
|
More strict macro check
|
2015-09-06 10:53:55 +02:00 |
|
consts.rs
|
hir naming, removed lookup, match full path
|
2015-09-05 13:15:18 +02:00 |
|
eq_op.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
eta_reduction.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
identity_op.rs
|
More strict macro check
|
2015-09-06 10:53:55 +02:00 |
|
len_zero.rs
|
de-closured the item name getter
|
2015-09-06 21:03:09 +02:00 |
|
lib.rs
|
implement empty range lint as described in #330
|
2015-09-14 17:19:05 -07:00 |
|
lifetimes.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
loops.rs
|
use the constant folder to generalize the lint a little bit and clean up the code. Add additional tests for things that should not be linted
|
2015-09-14 22:20:56 -07:00 |
|
matches.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
methods.rs
|
damn autocorrect
|
2015-09-07 11:49:35 +02:00 |
|
minmax.rs
|
Made min_max Warn by default
|
2015-09-05 14:20:35 +02:00 |
|
misc.rs
|
less false positives for approx_const and float_cmp
|
2015-09-11 15:30:08 +02:00 |
|
mut_mut.rs
|
Fix mut_mut false positive, make Allow (fixes #309)
|
2015-09-08 02:29:13 +05:30 |
|
needless_bool.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
precedence.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
ptr_arg.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
ranges.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
returns.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
shadow.rs
|
made shadow_unrelated allow, added previous binding span note, fixed #319
|
2015-09-08 11:50:04 +02:00 |
|
strings.rs
|
Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)
|
2015-09-03 23:12:19 +05:30 |
|
types.rs
|
additional macro check + more tests
|
2015-09-10 08:51:14 +02:00 |
|
unicode.rs
|
fixed dogfood by using snippet instead of the (escaped) literal string
|
2015-09-04 14:24:49 +02:00 |
|
utils.rs
|
de-closured the item name getter
|
2015-09-06 21:03:09 +02:00 |