rust/clippy_lints/src
2020-04-20 06:30:00 -04:00
..
methods Change note_span argument for span_lint_and_note. 2020-04-18 18:29:36 +08:00
utils Formatting and naming 2020-04-19 20:40:25 +02:00
approx_const.rs clean up a few lint docs 2020-03-18 02:50:39 +01:00
arithmetic.rs Disallow bit-shifting in integer_arithmetic lint 2020-04-13 13:23:59 +10:00
as_conversions.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
assertions_on_constants.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
assign_ops.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
atomic_ordering.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
attrs.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
bit_mask.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
blacklisted_name.rs
block_in_if_condition.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
booleans.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
bytecount.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
cargo_common_metadata.rs
checked_conversions.rs Use int assoc consts in checked_conversions lint 2020-04-08 00:43:27 +02:00
cognitive_complexity.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
collapsible_if.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
comparison_chain.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
consts.rs Handle constant arrays with single value 2020-04-09 08:07:18 +02:00
copies.rs Change note_span argument for span_lint_and_note. 2020-04-18 18:29:36 +08:00
copy_iterator.rs Change note_span argument for span_lint_and_note. 2020-04-18 18:29:36 +08:00
dbg_macro.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
default_trait_access.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
deprecated_lints.rs Deprecate REPLACE_CONSTS lint 2020-03-29 12:59:35 +07:00
dereference.rs Better precedence case management + more tests 2020-04-15 17:18:12 +02:00
derive.rs Auto merge of #5141 - xiongmao86:issue5095, r=flip1995 2020-04-19 19:19:54 +00:00
doc.rs Make use of Option/Result diagnostic items 2020-04-12 15:23:07 +02:00
double_comparison.rs
double_parens.rs
drop_bounds.rs
drop_forget_ref.rs Change note_span argument for span_lint_and_note. 2020-04-18 18:29:36 +08:00
duration_subsec.rs
else_if_without_else.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
empty_enum.rs Formatting and naming 2020-04-19 20:38:07 +02:00
entry.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
enum_clike.rs rustup https://github.com/rust-lang/rust/pull/70986 2020-04-11 10:01:23 +02:00
enum_variants.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
eq_op.rs cargo dev fmt 2020-04-17 08:09:09 +02:00
erasing_op.rs
escape.rs Rustup to rust-lang/rust#70634 2020-04-02 22:29:41 +02:00
eta_reduction.rs Fixes internal lint warning in code base. 2020-04-18 18:20:46 +08:00
eval_order_dependence.rs Change note_span argument for span_lint_and_note. 2020-04-18 18:29:36 +08:00
excessive_bools.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
exit.rs
explicit_write.rs
fallible_impl_from.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
float_literal.rs Don't import primitive type modules 2020-04-08 00:43:27 +02:00
floating_point_arithmetic.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
format.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
formatting.rs Change note_span argument for span_lint_and_note. 2020-04-18 18:29:36 +08:00
functions.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
future_not_send.rs Cleanup: future_not_send: use return_ty method 2020-04-19 14:00:03 +02:00
get_last_with_len.rs Cleanup: Use our sym! macro more 2020-04-13 08:57:34 +02:00
identity_conversion.rs Fixes internal lint warning in code base. 2020-04-18 18:20:46 +08:00
identity_op.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
if_let_mutex.rs move closures to seperate fns, remove known problems 2020-04-20 06:30:00 -04:00
if_let_some_result.rs Make use of Option/Result diagnostic items 2020-04-12 15:23:07 +02:00
if_not_else.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
implicit_return.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
implicit_saturating_sub.rs Added final lint and tests 2020-04-18 12:02:13 +05:30
indexing_slicing.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
infinite_iter.rs
inherent_impl.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
inherent_to_string.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
inline_fn_without_body.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
int_plus_one.rs Fixes internal lint warning in code base. 2020-04-18 18:20:46 +08:00
integer_division.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
items_after_statements.rs Remove dependency on matches crate 2020-03-25 07:50:08 +01:00
large_const_arrays.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
large_enum_variant.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
large_stack_arrays.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
len_zero.rs rustup https://github.com/rust-lang/rust/pull/70643 2020-04-14 12:25:45 +02:00
let_if_seq.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
let_underscore.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
lib.rs progress work on suggestion for auto fix 2020-04-20 06:29:59 -04:00
lifetimes.rs don't emit lifetime lints for code inside macros. 2020-03-30 23:22:50 +02:00
literal_representation.rs Allow UUID style formatting for inconsistent_digit_grouping lint 2020-04-12 01:24:37 +01:00
loops.rs Auto merge of #5141 - xiongmao86:issue5095, r=flip1995 2020-04-19 19:19:54 +00:00
macro_use.rs
main_recursion.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
map_clone.rs Make use of Option/Result diagnostic items 2020-04-12 15:23:07 +02:00
map_unit_fn.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
matches.rs Change note_span argument for span_lint_and_note. 2020-04-18 18:29:36 +08:00
mem_discriminant.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
mem_forget.rs
mem_replace.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
minmax.rs
misc.rs Don't trigger toplevel_ref_arg for for loops 2020-04-19 22:56:47 +09:00
misc_early.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
missing_const_for_fn.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
missing_doc.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
missing_inline.rs Cleanup: node_id -> hir_id 2020-04-19 17:04:14 +02:00
modulo_arithmetic.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
multiple_crate_versions.rs
mut_key.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
mut_mut.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
mut_reference.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
mutable_debug_assertion.rs Move cognitive_complexity to nursery 2020-04-08 08:37:20 -07:00
mutex_atomic.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
needless_bool.rs Update clippy_lints/src/needless_bool.rs 2020-03-30 12:19:30 -07:00
needless_borrow.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
needless_borrowed_ref.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
needless_continue.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
needless_pass_by_value.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
needless_update.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
neg_cmp_op_on_partial_ord.rs Use integer assoc consts in more lint example code 2020-04-08 00:43:27 +02:00
neg_multiply.rs
new_without_default.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
no_effect.rs Make use of or_patterns feature 2020-03-16 07:25:09 +01:00
non_copy_const.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
non_expressive_names.rs Make the single char threshold strict inequality 2020-04-15 13:35:44 +02:00
open_options.rs
option_env_unwrap.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
overflow_check_conditional.rs
panic_unimplemented.rs
partialeq_ne_impl.rs
path_buf_push_overwrite.rs
precedence.rs Integrate more idiomatic rust changes. 2020-04-17 10:12:30 +02:00
ptr.rs Fixes internal lint warning in code base. 2020-04-18 18:20:46 +08:00
ptr_offset_with_cast.rs
question_mark.rs question_mark: don't add as_ref() for a call expression 2020-04-17 13:09:02 +09:00
ranges.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
redundant_clone.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
redundant_field_names.rs
redundant_pattern_matching.rs fix redundant_pattern_matching lint 2020-04-17 21:51:07 +03:00
redundant_pub_crate.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
redundant_static_lifetimes.rs cargo dev fmt 2020-04-17 08:09:09 +02:00
reference.rs
regex.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
returns.rs Formatting and naming 2020-04-19 20:38:07 +02:00
serde_api.rs
shadow.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
single_component_path_imports.rs
slow_vector_initialization.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
strings.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
suspicious_trait_impl.rs Include OpAssign in suspicious_op_assign_impl 2020-04-05 22:25:51 +02:00
swap.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
tabs_in_doc_comments.rs
temporary_assignment.rs
to_digit_is_some.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
trait_bounds.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
transmute.rs Fixes internal lint warning in code base. 2020-04-18 18:20:46 +08:00
transmuting_null.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
trivially_copy_pass_by_ref.rs Downgrade trivially_copy_pass_by_ref to pedantic 2020-04-02 18:56:10 -07:00
try_err.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
types.rs Auto merge of #5141 - xiongmao86:issue5095, r=flip1995 2020-04-19 19:19:54 +00:00
unicode.rs
unnamed_address.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
unsafe_removed_from_name.rs
unused_io_amount.rs
unused_self.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
unwrap.rs Cleanup: Rename 'db' variable to 'diag' 2020-04-17 08:08:00 +02:00
use_self.rs rustup https://github.com/rust-lang/rust/pull/70643 2020-04-14 12:25:45 +02:00
vec.rs rustup https://github.com/rust-lang/rust/pull/70536 2020-03-30 11:17:58 +02:00
verbose_file_reads.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00
wildcard_dependencies.rs
wildcard_imports.rs Rustup to rust-lang/rust#66131 2020-03-19 14:33:10 +01:00
write.rs rustup https://github.com/rust-lang/rust/pull/69838 2020-03-17 10:18:22 +01:00
zero_div_zero.rs Add an Option<Span> argument to span_lint_and_help. 2020-04-18 18:28:29 +08:00