rust/clippy_lints/src
2019-08-19 03:54:40 +00:00
..
methods Add option_and_then_some lint 2019-08-19 03:54:40 +00:00
utils Fix breakage due to rust-lang/rust#61708 2019-08-18 13:14:47 +02:00
approx_const.rs
arithmetic.rs Doctests: Enable running doc tests for restriction lints 2019-08-03 21:24:50 +02:00
assertions_on_constants.rs Fix assertions_on_constants lint 2019-08-18 02:34:30 +07:00
assign_ops.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
attrs.rs Doctests: Enable running doc tests for nursery lints 2019-08-03 21:01:23 +02:00
bit_mask.rs
blacklisted_name.rs
block_in_if_condition.rs Fix warnings about unnecessary lifetime bounds 2019-06-20 01:36:23 +07:00
booleans.rs Fix breakage due to rust-lang/rust#61968 2019-06-21 08:14:07 +02:00
bytecount.rs Doctests: Enable running doc tests for perf lints 2019-08-03 08:08:00 +02:00
cargo_common_metadata.rs
checked_conversions.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
cognitive_complexity.rs Rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-06 10:52:51 +07:00
collapsible_if.rs Fix fallout from rust-lang/rust PR 60861. 2019-06-23 17:24:45 +02:00
consts.rs Rustup https://github.com/rust-lang/rust/pull/59369 2019-08-06 19:20:41 +07:00
copies.rs Fix breakage due to rust-lang/rust#61708 2019-08-18 13:14:47 +02:00
copy_iterator.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
dbg_macro.rs Rustup "Remove Spanned from {ast,hir}::FieldPat" 2019-08-16 09:32:27 +07:00
default_trait_access.rs
deprecated_lints.rs Deprecate unused_collect lint 2019-08-14 21:47:11 +02:00
derive.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
doc.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
double_comparison.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
double_parens.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
drop_bounds.rs
drop_forget_ref.rs
duration_subsec.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
else_if_without_else.rs Doctests: Enable running doc tests for restriction lints 2019-08-03 21:24:50 +02:00
empty_enum.rs Rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-06 10:52:51 +07:00
entry.rs Doctests: Enable running doc tests for perf lints 2019-08-03 08:08:00 +02:00
enum_clike.rs Rustup to rust-lang/rust#63543 2019-08-15 10:14:06 +02:00
enum_glob_use.rs rustup https://github.com/rust-lang/rust/pull/61836/ 2019-06-18 11:15:47 +02:00
enum_variants.rs Rustup to rust-lang/rust#63543 2019-08-15 10:14:06 +02:00
eq_op.rs
erasing_op.rs
escape.rs Doctests: Enable running doc tests for perf lints 2019-08-03 08:08:00 +02:00
eta_reduction.rs redundant_closure_for_method_calls fixes: 2019-06-12 13:43:36 +02:00
eval_order_dependence.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
excessive_precision.rs Update all the code to pass the updated use_self lint. 2019-07-31 08:50:43 +00:00
explicit_write.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
fallible_impl_from.rs Rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-06 10:52:51 +07:00
format.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
formatting.rs Simplify unsugar_if to just an if expr check 2019-06-24 09:51:53 +02:00
functions.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
get_last_with_len.rs
identity_conversion.rs Fix dogfood test failures. 2019-06-24 04:00:05 +02:00
identity_op.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
if_not_else.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
implicit_return.rs Use source_callsite() instead of recursive outer_expn_info() 2019-08-08 21:28:40 +07:00
indexing_slicing.rs Rustup https://github.com/rust-lang/rust/pull/59369 2019-08-06 19:20:41 +07:00
infallible_destructuring_match.rs
infinite_iter.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
inherent_impl.rs Fix breakage due to rust-lang/rust#61968 2019-06-21 08:14:07 +02:00
inherent_to_string.rs Corrections for PR review. 2019-07-17 08:58:36 +02:00
inline_fn_without_body.rs
int_plus_one.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
integer_division.rs Downgrade integer_division to restriction 2019-06-15 00:17:04 -07:00
items_after_statements.rs
large_enum_variant.rs Rustup to rust-lang/rust#63543 2019-08-15 10:14:06 +02:00
len_zero.rs Add required negation in non_zero lint 2019-08-01 00:23:09 +09:00
let_if_seq.rs Fix warnings about unnecessary lifetime bounds 2019-06-20 01:36:23 +07:00
lib.rs Add option_and_then_some lint 2019-08-19 03:54:40 +00:00
lifetimes.rs Auto merge of #4325 - phansch:doctests_complexity, r=flip1995 2019-08-03 13:24:07 +00:00
literal_representation.rs Update all the code to pass the updated use_self lint. 2019-07-31 08:50:43 +00:00
loops.rs Add "could be written as" example to MANUAL_MEMCPY 2019-08-17 13:09:03 +00:00
main_recursion.rs Move expression check to LateLintPass 2019-08-05 13:23:30 +02:00
map_clone.rs
map_unit_fn.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
matches.rs Remove "a" from single_match_else description 2019-08-16 05:41:35 -07:00
mem_discriminant.rs
mem_forget.rs Doctests: Enable running doc tests for restriction lints 2019-08-03 21:24:50 +02:00
mem_replace.rs
minmax.rs
misc_early.rs Rustup "Remove Spanned from {ast,hir}::FieldPat" 2019-08-16 09:32:27 +07:00
misc.rs Use outer_expn_data instead of outer_expn_info 2019-08-16 09:31:12 -07:00
missing_const_for_fn.rs Doctests: Enable running doc tests for nursery lints 2019-08-03 21:01:23 +02:00
missing_doc.rs Rustup to rust-lang/rust#63543 2019-08-15 10:14:06 +02:00
missing_inline.rs Rollup merge of #4331 - phansch:doctests_restriction, r=flip1995 2019-08-05 10:50:06 +02:00
multiple_crate_versions.rs
mut_mut.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
mut_reference.rs
mutex_atomic.rs Doctests: Enable running doc tests for nursery lints 2019-08-03 21:01:23 +02:00
needless_bool.rs fmt 2019-08-05 20:53:24 +02:00
needless_borrow.rs
needless_borrowed_ref.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
needless_continue.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
needless_pass_by_value.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
needless_update.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
neg_cmp_op_on_partial_ord.rs
neg_multiply.rs
new_without_default.rs Rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-06 10:52:51 +07:00
no_effect.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
non_copy_const.rs Update all the code to pass the updated use_self lint. 2019-07-31 08:50:43 +00:00
non_expressive_names.rs Rustup "Remove Spanned from {ast,hir}::FieldPat" 2019-08-16 09:32:27 +07:00
ok_if_let.rs
open_options.rs Update formatting 2019-08-01 07:09:57 +02:00
overflow_check_conditional.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
panic_unimplemented.rs Use outer_expn_data instead of outer_expn_info 2019-08-16 09:31:12 -07:00
partialeq_ne_impl.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
path_buf_push_overwrite.rs
precedence.rs
ptr_offset_with_cast.rs Update all the code to pass the updated use_self lint. 2019-07-31 08:50:43 +00:00
ptr.rs Rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-06 10:52:51 +07:00
question_mark.rs rustup https://github.com/rust-lang/rust/pull/61995 2019-07-03 18:00:35 +02:00
ranges.rs Use outer_expn_data instead of outer_expn_info 2019-08-16 09:31:12 -07:00
redundant_clone.rs Doctests: Enable running doc tests for nursery lints 2019-08-03 21:01:23 +02:00
redundant_field_names.rs
redundant_pattern_matching.rs rustup https://github.com/rust-lang/rust/pull/61995 2019-07-03 18:00:35 +02:00
redundant_static_lifetimes.rs Update formatting 2019-08-01 07:09:57 +02:00
reference.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
regex.rs
replace_consts.rs Doctests: Enable running doc tests for pedantic lints 2019-08-03 20:36:38 +02:00
returns.rs Use outer_expn_data instead of outer_expn_info 2019-08-16 09:31:12 -07:00
serde_api.rs
shadow.rs Rustup "Remove Spanned from {ast,hir}::FieldPat" 2019-08-16 09:32:27 +07:00
slow_vector_initialization.rs Doctests: Enable running doc tests for perf lints 2019-08-03 08:08:00 +02:00
strings.rs Doctests: Enable running doc tests for restriction lints 2019-08-03 21:24:50 +02:00
suspicious_trait_impl.rs get_parent_node_by_hir_id -> get_parent_node 2019-06-25 14:33:51 -07:00
swap.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
temporary_assignment.rs
trait_bounds.rs Made lint pedantic 2019-08-17 11:45:05 +01:00
transmute.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00
transmuting_null.rs
trivially_copy_pass_by_ref.rs Doctests: Enable running doc tests for perf lints 2019-08-03 08:08:00 +02:00
try_err.rs Use snippet_with_macro_callsite suggested by flip1995 2019-08-08 21:21:59 +07:00
types.rs Auto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995 2019-08-05 09:44:45 +00:00
unicode.rs
unsafe_removed_from_name.rs
unused_io_amount.rs
unused_label.rs Fix breakage due to rust-lang/rust#61988 2019-07-06 19:06:49 +02:00
unwrap.rs Fix doc tests 2019-08-01 15:14:06 +02:00
use_self.rs Update formatting 2019-08-01 07:09:57 +02:00
vec.rs Use outer_expn_data instead of outer_expn_info 2019-08-16 09:31:12 -07:00
wildcard_dependencies.rs
write.rs Rustup "Remove Spanned from {ast,hir}::FieldPat" 2019-08-16 09:32:27 +07:00
zero_div_zero.rs Doctests: Fix all complexity lint docs 2019-08-02 18:16:35 +02:00