rust/src
2016-01-27 14:51:30 +01:00
..
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 Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22) 2016-01-22 18:35:48 +05:30
block_in_if_condition.rs Stronger macro check 2016-01-08 21:21:12 +05:30
collapsible_if.rs fmt clippy 2016-01-04 09:56:12 +05:30
consts.rs Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22) 2016-01-22 18:35:48 +05:30
cyclomatic_complexity.rs fmt clippy 2016-01-04 09:56:12 +05:30
derive.rs Lint explicit Clone implementations on Copy type 2016-01-24 15:33:23 +01:00
entry.rs Use span_suggestion in ENTRY lint 2016-01-13 17:27:49 +01:00
eq_op.rs fmt clippy 2016-01-04 09:56:12 +05:30
escape.rs Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22) 2016-01-22 18:35:48 +05:30
eta_reduction.rs Fix redundant_closure false positive 2016-01-18 19:28:06 +01:00
identity_op.rs fmt clippy 2016-01-04 09:56:12 +05:30
items_after_statements.rs lint on items following statements 2016-01-24 10:16:56 +01:00
len_zero.rs fmt clippy 2016-01-04 09:56:12 +05:30
lib.rs extend_from_slice lint 2016-01-25 14:02:47 +01:00
lifetimes.rs Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22) 2016-01-22 18:35:48 +05:30
loops.rs Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22) 2016-01-22 18:35:48 +05:30
map_clone.rs fmt clippy 2016-01-04 09:56:12 +05:30
matches.rs Use span_suggestion in matches lints 2016-01-13 13:17:11 +01:00
methods.rs fixed suggestion for iter case 2016-01-27 14:51:30 +01:00
minmax.rs fmt clippy 2016-01-04 09:56:12 +05:30
misc_early.rs fmt clippy 2016-01-04 09:56:12 +05:30
misc.rs Add a lint for starts_with 2016-01-20 12:57:14 +01:00
mut_mut.rs lint on items following statements 2016-01-24 10:16:56 +01:00
mut_reference.rs fmt clippy 2016-01-04 09:56:12 +05:30
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
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 Upgrade Rust to rustc 1.8.0-nightly (18b851bc5 2016-01-22) 2016-01-22 18:35:48 +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 Fix deprecation warning on latest nightly 2016-01-19 13:53:49 +01:00
unicode.rs fmt clippy 2016-01-04 09:56:12 +05:30
utils.rs Lint explicit Clone implementations on Copy type 2016-01-24 15:33:23 +01:00
zero_div_zero.rs Add "warn/allow by default" to lint descriptions where it was missing. 2016-01-01 17:48:19 +01:00