rust/src
2016-03-29 10:45:45 +02:00
..
utils make sure a < b and a >= b are considered equal by SpanlessEq 2016-03-29 10:45:45 +02:00
approx_const.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
array_indexing.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
attrs.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
bit_mask.rs Address nits in DOC_MARKDOWN 2016-03-28 21:24:52 +02:00
blacklisted_name.rs Rustfmt 2016-03-12 14:51:47 +01:00
block_in_if_condition.rs rustfmt 2016-02-29 21:35:51 +05:30
booleans.rs detect negations of terminals like a != b vs a == b 2016-03-29 10:45:45 +02:00
collapsible_if.rs rustfmt 2016-02-29 21:35:51 +05:30
consts.rs Beautify more docs 2016-03-28 21:24:36 +02:00
copies.rs Fix false positive in MATCH_SAME_ARMS and guards 2016-03-29 01:39:35 +02:00
cyclomatic_complexity.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
deprecated_lints.rs Deprecates 4 lints 2016-03-24 19:56:48 +01:00
derive.rs Fix some spelling mistakes here and there 2016-03-28 21:24:36 +02:00
doc.rs Address nits in DOC_MARKDOWN 2016-03-28 21:24:52 +02:00
drop_ref.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
entry.rs rustfmt 2016-02-29 21:35:51 +05:30
enum_clike.rs rustup const eval changes 2016-03-15 20:09:53 +01:00
enum_glob_use.rs Fix ICE 2016-03-28 01:58:57 +05:30
enum_variants.rs rustfmt 2016-02-29 21:35:51 +05:30
eq_op.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
escape.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
eta_reduction.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
format.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
formatting.rs Beautify more docs 2016-03-28 21:24:36 +02:00
functions.rs Lint function with too many arguments 2016-03-12 14:52:06 +01:00
identity_op.rs fix Eq+Hash for Constant 2016-03-17 12:23:54 +01:00
if_not_else.rs lint ! and != in if expressions with else branches 2016-02-29 12:34:48 +01:00
items_after_statements.rs Fix some spelling mistakes here and there 2016-03-28 21:24:36 +02:00
len_zero.rs Beautify more docs 2016-03-28 21:24:36 +02:00
lib.rs update lints 2016-03-29 10:45:45 +02:00
lifetimes.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
loops.rs Add for _ in vec![…] to the USELESS_VEC lint 2016-03-28 23:32:55 +02:00
map_clone.rs rustfmt 2016-02-29 21:35:51 +05:30
matches.rs Beautify more docs 2016-03-28 21:24:36 +02:00
methods.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
minmax.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
misc.rs s/cx.span_lint/span_lint(cx, / 2016-03-28 18:05:43 +02:00
misc_early.rs Fix some spelling mistakes here and there 2016-03-28 21:24:36 +02:00
mut_mut.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
mut_reference.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
mutex_atomic.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
needless_bool.rs Fix some spelling mistakes here and there 2016-03-28 21:24:36 +02:00
needless_update.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
new_without_default.rs Fix ICE with relating late bound regions 2016-03-27 02:46:36 +05:30
no_effect.rs Remove all ExprRange 2016-03-07 16:31:38 +01:00
non_expressive_names.rs fallout and tests 2016-03-29 10:45:18 +02:00
open_options.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
overflow_check_conditional.rs fix cyclomatic complexity lint triggering because of short circuit operations 2016-03-08 15:10:02 +01:00
panic.rs Fix problem in PANIC_PARAMS with inner format! 2016-03-15 21:05:37 +01:00
precedence.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
print.rs rustfmt 2016-02-29 21:35:51 +05:30
ptr_arg.rs Beautify more docs 2016-03-28 21:24:36 +02:00
ranges.rs s/cx.span_lint/span_lint(cx, / 2016-03-28 18:05:43 +02:00
regex.rs rustfmt 2016-02-29 21:35:51 +05:30
returns.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
shadow.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
strings.rs Beautify more docs 2016-03-28 21:24:36 +02:00
swap.rs Lint manual swaps 2016-02-28 12:16:13 +01:00
temporary_assignment.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
transmute.rs Lint transmute from ptr to ref 2016-03-28 18:05:43 +02:00
types.rs Update rust-clippy to rustc 1.9.0-nightly (d5a91e695 2016-03-26) 2016-03-27 20:24:10 +01:00
unicode.rs Rustfmt and sort all use items 2016-02-24 17:38:57 +01:00
unused_label.rs Lint unused labels 2016-03-08 16:43:40 +01:00
vec.rs Add for _ in vec![…] to the USELESS_VEC lint 2016-03-28 23:32:55 +02:00
zero_div_zero.rs Beautify more docs 2016-03-28 21:24:36 +02:00