rust/clippy_lints/src
2016-07-06 21:27:29 -07:00
..
utils Add "JavaScript" to doc-valid-idents 2016-07-06 21:27:29 -07:00
approx_const.rs round 1 2016-06-16 12:20:05 +02:00
arithmetic.rs
array_indexing.rs
assign_ops.rs
attrs.rs
bit_mask.rs
blacklisted_name.rs
block_in_if_condition.rs
booleans.rs Rustup to ea0dc92972 2016-07-01 17:44:17 +02:00
collapsible_if.rs Rustup to ea0dc92972 II 2016-07-01 17:44:17 +02:00
consts.rs
copies.rs
cyclomatic_complexity.rs
deprecated_lints.rs
derive.rs
doc.rs round 1 2016-06-16 12:20:05 +02:00
drop_ref.rs round 1 2016-06-16 12:20:05 +02:00
entry.rs
enum_clike.rs round 1 2016-06-16 12:20:05 +02:00
enum_glob_use.rs
enum_variants.rs allow by default 2016-06-16 18:37:56 +02:00
eq_op.rs
escape.rs round 1 2016-06-16 12:20:05 +02:00
eta_reduction.rs
format.rs round 1 2016-06-16 12:20:05 +02:00
formatting.rs Rustup to ea0dc92972 2016-07-01 17:44:17 +02:00
functions.rs Make #991 work with current rust 2016-07-03 13:55:23 +05:30
identity_op.rs
if_not_else.rs
items_after_statements.rs Rustup to ea0dc92972 2016-07-01 17:44:17 +02:00
len_zero.rs
let_if_seq.rs
lib.rs Remove useless feature attribute 2016-07-06 14:51:20 +02:00
lifetimes.rs fallout 2016-06-21 13:49:08 +02:00
loops.rs Merge pull request #994 from oli-obk/stuttter 2016-06-16 19:00:43 +02:00
map_clone.rs round 1 2016-06-16 12:20:05 +02:00
matches.rs fallout2 2016-06-21 13:51:44 +02:00
mem_forget.rs
methods.rs typo: use commas around "e.g." 2016-07-02 07:59:20 -04:00
minmax.rs Small cleanup 2016-06-29 17:09:39 +02:00
misc_early.rs Rustup to ea0dc92972 2016-07-01 17:44:17 +02:00
misc.rs
mut_mut.rs Fix FP with mut_mut and for loops 2016-06-29 17:09:39 +02:00
mut_reference.rs
mutex_atomic.rs
needless_bool.rs
needless_borrow.rs
needless_update.rs round 1 2016-06-16 12:20:05 +02:00
neg_multiply.rs
new_without_default.rs use span_lint_and_then instead of adding to the DiagnosticWrapper 2016-06-27 17:14:04 +02:00
no_effect.rs round 1 2016-06-16 12:20:05 +02:00
non_expressive_names.rs Rustup to ea0dc92972 2016-07-01 17:44:17 +02:00
open_options.rs round 1 2016-06-16 12:20:05 +02:00
overflow_check_conditional.rs
panic.rs round 1 2016-06-16 12:20:05 +02:00
precedence.rs
print.rs round 1 2016-06-16 12:20:05 +02:00
ptr_arg.rs
ranges.rs
regex.rs round 1 2016-06-16 12:20:05 +02:00
returns.rs Rustup to ea0dc92972 2016-07-01 17:44:17 +02:00
shadow.rs use span_lint_and_then instead of adding to the DiagnosticWrapper 2016-06-27 17:14:04 +02:00
strings.rs
swap.rs
temporary_assignment.rs round 1 2016-06-16 12:20:05 +02:00
transmute.rs Merge pull request #1053 from oli-obk/char_float_transmute 2016-06-28 14:50:39 +02:00
types.rs
unicode.rs
unsafe_removed_from_name.rs
unused_label.rs
vec.rs Check for constant expression in useless_vec lint 2016-07-03 12:12:43 -07:00
zero_div_zero.rs round 1 2016-06-16 12:20:05 +02:00