rust/src
2016-02-24 20:54:35 +01:00
..
utils Fix ICE with match_def_path 2016-02-22 20:00:51 +01:00
approx_const.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
array_indexing.rs fmt clippy 2016-01-04 09:56:12 +05:30
attrs.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
bit_mask.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
block_in_if_condition.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
collapsible_if.rs Replace all format!("{}", foo) calls 2016-02-20 21:03:45 +01:00
consts.rs fallout 2016-02-17 13:33:32 +01:00
copies.rs fix nightly 2016-02-19 04:16:39 +08:00
cyclomatic_complexity.rs Merge pull request #623 from mcarton/redundant 2016-02-06 12:14:03 +05:30
derive.rs Make DERIVE_HASH_NOT_EQ symmetric 2016-02-16 00:15:11 +01:00
drop_ref.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
entry.rs Refactor Expr comparisons 2016-02-12 14:30:26 +01:00
enum_glob_use.rs fix enum glob use (again) 2016-02-18 16:08:45 +01:00
enum_variants.rs fix enum_variant_names linting on all caps enum variants 2016-02-17 13:33:32 +01:00
eq_op.rs Refactor Expr comparisons 2016-02-12 14:30:26 +01:00
escape.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
eta_reduction.rs fix nightly 2016-02-19 04:16:39 +08:00
format.rs Limit USELESS_FORMAT with args to string args 2016-02-22 17:54:46 +01:00
identity_op.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
items_after_statements.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
len_zero.rs Macro check len_zero 2016-02-24 20:53:15 +01:00
lib.rs Lint about format!("{}", foo) 2016-02-20 21:15:05 +01:00
lifetimes.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
loops.rs Use span_suggestion in loops lints 2016-02-24 20:54:35 +01:00
map_clone.rs fix nightly 2016-02-19 04:16:39 +08:00
matches.rs fix nightly 2016-02-19 04:16:39 +08:00
methods.rs Small cleanup 2016-02-20 21:20:56 +01:00
minmax.rs Merge branch 'pr-581' 2016-02-07 17:40:48 +05:30
misc.rs fix nightly 2016-02-19 04:16:39 +08:00
misc_early.rs Replace all format!("{}", foo) calls 2016-02-20 21:03:45 +01:00
mut_mut.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
mut_reference.rs Replace all format!("{}", foo) calls 2016-02-20 21:03:45 +01:00
mutex_atomic.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
needless_bool.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
needless_features.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
needless_update.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
no_effect.rs improve the no_effect lint 2016-02-11 13:50:41 +01:00
open_options.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
panic.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
precedence.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
print.rs Lint usage of Debug-based formatting 2016-02-09 21:22:54 +01:00
ptr_arg.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
ranges.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
regex.rs Small cleanup 2016-02-20 21:20:56 +01:00
returns.rs Rustup to 1.8.0-nightly (57c357d89 2016-02-16) 2016-02-17 13:38:44 +01:00
shadow.rs fix nightly 2016-02-19 04:16:39 +08:00
strings.rs improve str_add_assign lint description 2016-02-18 20:12:33 +01:00
temporary_assignment.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
transmute.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
types.rs Small cleanup 2016-02-20 21:20:56 +01:00
unicode.rs fix nightly breakage 2016-02-12 18:35:44 +01:00
vec.rs Remove redundancy in lint documentation 2016-02-06 00:41:54 +01:00
zero_div_zero.rs fallout 2016-02-17 13:33:32 +01:00