rust/clippy_lints/src
2016-08-28 19:56:18 +02:00
..
utils Add a builtin_type_shadow lint 2016-08-28 19:56:18 +02:00
approx_const.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
arithmetic.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
array_indexing.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
assign_ops.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
attrs.rs unused_import is a valid lint to be changed on use statements 2016-08-19 17:27:24 +02:00
bit_mask.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
blacklisted_name.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
block_in_if_condition.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
booleans.rs Close code block in docstring 2016-08-08 13:34:21 +02:00
collapsible_if.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
consts.rs lint on by ref patterns for references 2016-08-01 16:59:14 +02:00
copies.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
cyclomatic_complexity.rs rustup for the ! type 2016-08-17 17:58:15 +02:00
deprecated_lints.rs
derive.rs Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27) 2016-08-28 17:25:58 +02:00
doc.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
drop_ref.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
entry.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
enum_clike.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
enum_glob_use.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
enum_variants.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
eq_op.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
escape.rs Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27) 2016-08-28 17:25:58 +02:00
eta_reduction.rs rustup for the ! type 2016-08-17 17:58:15 +02:00
eval_order_dependence.rs Add lint for reads and writes that depend on evaluation order 2016-08-11 06:01:40 -05:00
format.rs Lint print!("...\n") (closes #455) 2016-08-16 20:52:48 +02:00
formatting.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
functions.rs extern fns often need to adhere to a specific api -> don't suggest api-changes 2016-08-08 17:21:47 +02:00
identity_op.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
if_not_else.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
items_after_statements.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
len_zero.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
let_if_seq.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
lib.rs Add a builtin_type_shadow lint 2016-08-28 19:56:18 +02:00
lifetimes.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
loops.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
map_clone.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
matches.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
mem_forget.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
methods.rs Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27) 2016-08-28 17:25:58 +02:00
minmax.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
misc_early.rs Add a builtin_type_shadow lint 2016-08-28 19:56:18 +02:00
misc.rs refactored misc to reduce passes 2016-08-24 21:47:46 +02:00
missing_doc.rs in_macro check in MISSING_DOCS_IN_PRIVATE_ITEMS 2016-08-23 19:00:56 +02:00
module_inception.rs address nits and improve docs 2016-08-16 14:36:48 +02:00
mut_mut.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
mut_reference.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
mutex_atomic.rs Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27) 2016-08-28 17:25:58 +02:00
needless_bool.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
needless_borrow.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
needless_update.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
neg_multiply.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
new_without_default.rs rustup for the ! type 2016-08-17 17:58:15 +02:00
no_effect.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
non_expressive_names.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
open_options.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
overflow_check_conditional.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
panic.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
precedence.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
print.rs Lint print!("...\n") (closes #455) 2016-08-16 20:52:48 +02:00
ptr.rs New cmp_null lint (fixes #1184) (#1186) 2016-08-22 18:29:29 +02:00
ranges.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
regex.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
returns.rs Remove "known problem" that only occurs without MIR. 2016-08-08 13:37:39 +02:00
serde.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
shadow.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
strings.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
swap.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
temporary_assignment.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
transmute.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00
types.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
unicode.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
unsafe_removed_from_name.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
unused_label.rs Make lint descriptions short and to the point; always fitting the column "triggers on". 2016-08-07 08:09:26 +02:00
vec.rs Rustup to rustc 1.13.0-nightly (a23064af5 2016-08-27) 2016-08-28 17:25:58 +02:00
zero_div_zero.rs Make the lint docstrings more consistent. 2016-08-07 08:06:19 +02:00