rust-clippy/clippy_lints/src
Philipp Krones f30cf51a70
Merge pull request #3135 from JoshMcguigan/explicit_counter_loop-1219
Closes #1219 false positive for explicit_counter_loop
2018-09-09 23:49:03 +02:00
..
utils remove "clippy::" lint prefix from lint name in doc url. 2018-09-06 00:45:57 +02:00
approx_const.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
arithmetic.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
assign_ops.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
attrs.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
bit_mask.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
blacklisted_name.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
block_in_if_condition.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
booleans.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
bytecount.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
collapsible_if.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
const_static_lifetime.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
consts.rs Merge pull request #2977 from flip1995/tool_lints 2018-09-01 11:22:23 +05:30
copies.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
copy_iterator.rs Fix some rebase fallout 2018-08-29 11:08:29 -07:00
cyclomatic_complexity.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
default_trait_access.rs Merge branch 'master' into issue-2879 2018-09-03 00:01:57 +01:00
deprecated_lints.rs deprecate assign_ops lint 2018-08-13 16:12:41 -05:00
derive.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
doc.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
double_comparison.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
double_parens.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
drop_forget_ref.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
duration_subsec.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
else_if_without_else.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
empty_enum.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
entry.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
enum_clike.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
enum_glob_use.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
enum_variants.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
eq_op.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
erasing_op.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
escape.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
eta_reduction.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
eval_order_dependence.rs Fix #3112 2018-09-02 09:38:25 +02:00
excessive_precision.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
explicit_write.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
fallible_impl_from.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
format.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
formatting.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
functions.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
identity_conversion.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
identity_op.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
if_let_redundant_pattern_matching.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
if_not_else.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
indexing_slicing.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
infallible_destructuring_match.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
infinite_iter.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
inherent_impl.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
inline_fn_without_body.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
int_plus_one.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
invalid_ref.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
items_after_statements.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
large_enum_variant.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
len_zero.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
let_if_seq.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
lib.rs clippy_lints: enable crate_visibility_modifier since it is used but no longer part of 2018 edition. 2018-09-08 01:32:40 +02:00
lifetimes.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
literal_representation.rs Simplified boolean expression for checking literal suffixes 2018-09-06 17:19:38 +02:00
loops.rs Corrected explicit_counter_loop behavior with nested loops 2018-09-07 20:46:36 -07:00
map_clone.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
map_unit_fn.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
matches.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
mem_forget.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
methods.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
minmax.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
misc.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
misc_early.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
missing_doc.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
missing_inline.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
multiple_crate_versions.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
mut_mut.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
mut_reference.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
mutex_atomic.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
needless_bool.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
needless_borrow.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
needless_borrowed_ref.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
needless_continue.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
needless_pass_by_value.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
needless_update.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
neg_cmp_op_on_partial_ord.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
neg_multiply.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
new_without_default.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
no_effect.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
non_copy_const.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
non_expressive_names.rs Merge pull request #2977 from flip1995/tool_lints 2018-09-01 11:22:23 +05:30
ok_if_let.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
open_options.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
overflow_check_conditional.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
panic_unimplemented.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
partialeq_ne_impl.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
precedence.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
ptr.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
ptr_offset_with_cast.rs declare_lint -> declare_tool_lint 2018-08-31 00:34:48 -07:00
question_mark.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
ranges.rs switched to ticks for chars 2018-09-04 18:56:48 +03:00
redundant_field_names.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
reference.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
regex.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
replace_consts.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
returns.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
serde_api.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
shadow.rs Fix #3112 2018-09-02 09:38:25 +02:00
strings.rs Merge pull request #2977 from flip1995/tool_lints 2018-09-01 11:22:23 +05:30
suspicious_trait_impl.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
swap.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
temporary_assignment.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
transmute.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
trivially_copy_pass_by_ref.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
types.rs Adapt codebase to the tool_lints 2018-08-29 11:08:29 -07:00
unicode.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
unsafe_removed_from_name.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
unused_io_amount.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
unused_label.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
unwrap.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
use_self.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
vec.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00
write.rs Fix #3145 by removing assert 2018-09-07 17:18:00 +02:00
zero_div_zero.rs Switch to declare_tool_lint macro 2018-08-29 11:08:29 -07:00