| .. |
|
approx_const.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
array_indexing.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
attrs.rs
|
added semver lint
|
2016-01-09 02:05:43 +01:00 |
|
bit_mask.rs
|
Merge pull request #549 from mcarton/ifs
|
2016-01-29 03:39:27 +05:30 |
|
block_in_if_condition.rs
|
fixed #528
|
2016-01-31 23:25:10 +01:00 |
|
collapsible_if.rs
|
fallout
|
2016-02-01 11:29:04 +01:00 |
|
consts.rs
|
fallout
|
2016-02-01 13:01:16 +01:00 |
|
cyclomatic_complexity.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
derive.rs
|
Synchronise comments with wiki
|
2016-01-29 22:42:19 +01:00 |
|
drop_ref.rs
|
Add lint to warn for calls to std::mem::drop with a reference argument
|
2016-02-02 20:24:41 +01:00 |
|
entry.rs
|
Small cleanup
|
2016-01-29 22:31:17 +01:00 |
|
enum_variants.rs
|
add lint to check for enums where all variants have the same pre-/postfix
|
2016-02-01 13:01:16 +01:00 |
|
eq_op.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
escape.rs
|
fixed #606
|
2016-02-01 20:37:07 +01:00 |
|
eta_reduction.rs
|
Fix redundant_closure false positive
|
2016-01-18 19:28:06 +01:00 |
|
identity_op.rs
|
fallout
|
2016-02-01 13:01:16 +01:00 |
|
items_after_statements.rs
|
Synchronise comments with wiki
|
2016-01-29 22:42:19 +01:00 |
|
len_zero.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
lib.rs
|
Add lint to warn for calls to std::mem::drop with a reference argument
|
2016-02-02 20:24:41 +01:00 |
|
lifetimes.rs
|
Fix false positive in NEEDLESS_LIFETIMES
|
2016-01-29 22:31:12 +01:00 |
|
loops.rs
|
fallout
|
2016-02-01 13:01:16 +01:00 |
|
map_clone.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
matches.rs
|
lint on single match expressions with a value in the else path
|
2016-02-01 11:29:03 +01:00 |
|
methods.rs
|
fallout
|
2016-02-01 13:01:16 +01:00 |
|
minmax.rs
|
Remove useless curly braces in else { if .. }
|
2016-01-13 18:32:05 +01:00 |
|
misc.rs
|
Add a lint for starts_with
|
2016-01-20 12:57:14 +01:00 |
|
misc_early.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
mut_mut.rs
|
lint on items following statements
|
2016-01-24 10:16:56 +01:00 |
|
mut_reference.rs
|
fallout
|
2016-02-01 11:29:04 +01:00 |
|
mutex_atomic.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
needless_bool.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
needless_features.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
needless_update.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
no_effect.rs
|
Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22)
|
2016-01-22 18:35:48 +05:30 |
|
open_options.rs
|
Fix dogfood failures by refactoring open_options
|
2016-01-04 12:06:37 +05:30 |
|
panic.rs
|
Fix panic lint
|
2015-12-24 15:27:31 +05:30 |
|
precedence.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
print.rs
|
Add a lint to warn about use of print{,ln}!
|
2016-01-28 19:34:52 +01:00 |
|
ptr_arg.rs
|
Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22)
|
2016-01-22 18:35:48 +05:30 |
|
ranges.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
returns.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
shadow.rs
|
Merge pull request #549 from mcarton/ifs
|
2016-01-29 03:39:27 +05:30 |
|
strings.rs
|
Add macro check
|
2016-01-19 20:08:56 +01:00 |
|
temporary_assignment.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
transmute.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
types.rs
|
Point out that char is 32 bit value
|
2016-01-27 21:10:35 +01:00 |
|
unicode.rs
|
fmt clippy
|
2016-01-04 09:56:12 +05:30 |
|
utils.rs
|
Add lint to warn for calls to std::mem::drop with a reference argument
|
2016-02-02 20:24:41 +01:00 |
|
vec.rs
|
Fix formatting on wiki
|
2016-01-29 22:49:48 +01:00 |
|
zero_div_zero.rs
|
fallout
|
2016-02-01 13:01:16 +01:00 |