rust/clippy_lints/src
2019-04-01 20:37:05 +02:00
..
methods rustup https://github.com/rust-lang/rust/pull/59096/ 2019-03-23 23:37:38 +01:00
utils Fix dogfood error of question_mark lint fix 2019-04-01 20:37:05 +02:00
approx_const.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
arithmetic.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
assertions_on_constants.rs Fix/Ignore doc tests 2019-03-10 23:01:56 +01:00
assign_ops.rs Fix/Ignore doc tests 2019-03-10 23:01:56 +01:00
attrs.rs Hacky rustup 2019-03-26 10:55:03 +01:00
bit_mask.rs Run more doc tests 2019-03-12 06:53:25 +01:00
blacklisted_name.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
block_in_if_condition.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
booleans.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
bytecount.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
cargo_common_metadata.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
cognitive_complexity.rs Renamed: Cyclomatic Complexity -> Cognitive Complexity 2019-03-06 10:07:38 -03:00
collapsible_if.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
const_static_lifetime.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
consts.rs Replace most of ty:Ty with Ty 2019-03-18 12:54:10 +01:00
copies.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
copy_iterator.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
dbg_macro.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
default_trait_access.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
deprecated_lints.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
derive.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
doc.rs name -> check_name 2019-03-18 12:54:10 +01:00
double_comparison.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
double_parens.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
drop_bounds.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
drop_forget_ref.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
duration_subsec.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
else_if_without_else.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
empty_enum.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
entry.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
enum_clike.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
enum_glob_use.rs Updated source to match with recent rustc master toolchain changes 2019-04-01 20:37:05 +02:00
enum_variants.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
eq_op.rs Run more doc tests 2019-03-12 06:53:25 +01:00
erasing_op.rs Fix/Ignore doc tests 2019-03-10 23:01:56 +01:00
escape.rs Auto merge of #3873 - phansch:hiridification, r=flip1995 2019-03-13 08:45:23 +00:00
eta_reduction.rs Drop redundant & 2019-03-18 12:54:10 +01:00
eval_order_dependence.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
excessive_precision.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
explicit_write.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
fallible_impl_from.rs Replace most of ty:Ty with Ty 2019-03-18 12:54:10 +01:00
format.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
formatting.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
functions.rs rustup https://github.com/rust-lang/rust/pull/59096/ 2019-03-23 23:37:38 +01:00
identity_conversion.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
identity_op.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
if_not_else.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
implicit_return.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
indexing_slicing.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
infallible_destructuring_match.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
infinite_iter.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
inherent_impl.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
inline_fn_without_body.rs name -> check_name 2019-03-18 12:54:10 +01:00
int_plus_one.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
invalid_ref.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
items_after_statements.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
large_enum_variant.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
len_zero.rs run cargo fmt 2019-03-23 23:39:58 +01:00
let_if_seq.rs align with rust-lang/rust/#58992 2019-03-07 21:51:05 +01:00
lib.rs Drop range_contains feature 2019-03-18 12:54:10 +01:00
lifetimes.rs Updated source to match with recent rustc master toolchain changes 2019-04-01 20:37:05 +02:00
literal_representation.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
loops.rs Addressed points raised in review. 2019-03-10 18:06:28 +00:00
map_clone.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
map_unit_fn.rs Replace most of ty:Ty with Ty 2019-03-18 12:54:10 +01:00
matches.rs Hacky rustup 2019-03-26 10:55:03 +01:00
mem_discriminant.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
mem_forget.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
mem_replace.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
minmax.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
misc_early.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
misc.rs Run more doc tests 2019-03-12 06:53:25 +01:00
missing_const_for_fn.rs Refactor: Extract trait_ref_of_method function 2019-03-07 08:17:43 +01:00
missing_doc.rs Hacky rustup 2019-03-26 10:55:03 +01:00
missing_inline.rs Hacky rustup 2019-03-26 10:55:03 +01:00
multiple_crate_versions.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
mut_mut.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
mut_reference.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
mutex_atomic.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
needless_bool.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
needless_borrow.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
needless_borrowed_ref.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
needless_continue.rs Auto merge of #3871 - taiki-e:needless_continue, r=phansch 2019-03-12 07:04:44 +00:00
needless_pass_by_value.rs name -> check_name 2019-03-18 12:54:10 +01:00
needless_update.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
neg_cmp_op_on_partial_ord.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
neg_multiply.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
new_without_default.rs rustup https://github.com/rust-lang/rust/pull/59096/ 2019-03-23 23:37:38 +01:00
no_effect.rs Hacky rustup 2019-03-26 10:55:03 +01:00
non_copy_const.rs Replace most of ty:Ty with Ty 2019-03-18 12:54:10 +01:00
non_expressive_names.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
ok_if_let.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
open_options.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
overflow_check_conditional.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
panic_unimplemented.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
partialeq_ne_impl.rs Rename span_lint_node* functions to span_lint_hir* 2019-03-12 08:01:21 +01:00
precedence.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
ptr_offset_with_cast.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
ptr.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
question_mark.rs Hacky rustup 2019-03-26 10:55:03 +01:00
ranges.rs Fix some test failures 2019-03-26 13:57:03 -03:00
redundant_clone.rs Replace most of ty:Ty with Ty 2019-03-18 12:54:10 +01:00
redundant_field_names.rs fix or ignore failing doc tests 2019-03-05 18:45:08 -05:00
redundant_pattern_matching.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
reference.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
regex.rs Refactor: Remove utils::opt_def_id 2019-03-08 14:14:41 +01:00
replace_consts.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
returns.rs name -> check_name 2019-03-18 12:54:10 +01:00
serde_api.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
shadow.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
slow_vector_initialization.rs Addressed points raised in review. 2019-03-10 18:06:28 +00:00
strings.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
suspicious_trait_impl.rs Refactor: Extract trait_ref_of_method function 2019-03-07 08:17:43 +01:00
swap.rs Run more doc tests 2019-03-12 06:53:25 +01:00
temporary_assignment.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
transmute.rs Remove ty::TyKind from eta_reduction and replace it with ty::Ty 2019-03-16 11:10:33 +01:00
trivially_copy_pass_by_ref.rs name -> check_name 2019-03-18 12:54:10 +01:00
types.rs rustup https://github.com/rust-lang/rust/pull/59096/ 2019-03-23 23:37:38 +01:00
unicode.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
unsafe_removed_from_name.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
unused_io_amount.rs align with rust-lang/rust/#58992 2019-03-07 21:51:05 +01:00
unused_label.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
unwrap.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
use_self.rs Hacky rustup 2019-03-26 10:55:03 +01:00
vec.rs Hacky rustup 2019-03-26 10:55:03 +01:00
wildcard_dependencies.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00
write.rs Run more doc tests 2019-03-12 06:53:25 +01:00
zero_div_zero.rs move lint documentation into macro invocations 2019-03-05 18:45:08 -05:00