rust/clippy_lints/src
2019-06-14 09:41:46 +02:00
..
methods Fix comment grammar 2019-06-04 08:27:31 +02:00
utils Fix wrong lifetime of TyCtxt 2019-06-13 02:49:02 +07:00
approx_const.rs Dogfood 2019-05-18 01:42:15 +02:00
arithmetic.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
assertions_on_constants.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
assign_ops.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
attrs.rs Typos and minor grammar corrections 2019-06-12 20:07:10 +02:00
bit_mask.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
blacklisted_name.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
block_in_if_condition.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
booleans.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
bytecount.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
cargo_common_metadata.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
checked_conversions.rs Removed symbols again. 2019-05-18 10:54:03 +02:00
cognitive_complexity.rs Adds lint for integer division 2019-06-12 09:37:14 -03:00
collapsible_if.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
const_static_lifetime.rs Move type-checking logic in StaticConst to RedundantStaticLifetime. 2019-06-14 09:41:46 +02:00
consts.rs Fix wrong lifetime of TyCtxt 2019-06-13 02:49:02 +07:00
copies.rs Add the common case search 2019-05-21 13:08:19 +02:00
copy_iterator.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
dbg_macro.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
default_trait_access.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
deprecated_lints.rs Various cosmetic improvements. 2019-03-10 18:06:28 +00:00
derive.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
doc.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
double_comparison.rs Typos and minor grammar corrections 2019-06-12 20:07:10 +02:00
double_parens.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
drop_bounds.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
drop_forget_ref.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
duration_subsec.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
else_if_without_else.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
empty_enum.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
entry.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
enum_clike.rs Rustup to rustc 1.36.0-nightly (2268d9923 2019-05-26) 2019-05-26 16:47:26 +02:00
enum_glob_use.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
enum_variants.rs Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22) 2019-05-21 21:58:27 -07:00
eq_op.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
erasing_op.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
escape.rs Cargo fmt 2019-06-02 18:58:11 +02:00
eta_reduction.rs redundant_closure_for_method_calls fixes: 2019-06-12 13:43:36 +02:00
eval_order_dependence.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
excessive_precision.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
explicit_write.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
fallible_impl_from.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
format.rs Remove wrong lifetime from LintContext 2019-06-12 10:28:52 +02:00
formatting.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
functions.rs Typos and minor grammar corrections 2019-06-12 20:07:10 +02:00
get_last_with_len.rs Formatting inside if_chain! macro 2019-05-21 10:45:38 +02:00
identity_conversion.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
identity_op.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
if_not_else.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
implicit_return.rs Fix implicit_return docs 2019-06-12 10:51:14 +02:00
indexing_slicing.rs Typos and minor grammar corrections 2019-06-12 20:07:10 +02:00
infallible_destructuring_match.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
infinite_iter.rs Dogfood 2019-05-18 01:42:15 +02:00
inherent_impl.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
inline_fn_without_body.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
int_plus_one.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
integer_division.rs Adds lint for integer division 2019-06-12 09:37:14 -03:00
invalid_ref.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
items_after_statements.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
large_enum_variant.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
len_zero.rs Rename "Associated*" to "Assoc*" 2019-05-25 20:31:34 +08:00
let_if_seq.rs More uses of higher::if_block 2019-05-10 23:40:42 -07:00
lib.rs Move type-checking logic in StaticConst to RedundantStaticLifetime. 2019-06-14 09:41:46 +02:00
lifetimes.rs cargo fmt 2019-05-23 07:24:53 +02:00
literal_representation.rs Add macro check for unreadable_literal lint 2019-05-15 14:57:56 +02:00
loops.rs Auto merge of #4165 - BO41:needless_range_loop, r=phansch 2019-06-03 08:28:15 +00:00
map_clone.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
map_unit_fn.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
matches.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
mem_discriminant.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
mem_forget.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
mem_replace.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
minmax.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
misc_early.rs Rustup to rustc 1.36.0-nightly (fe0a415b4 2019-04-23) 2019-04-23 08:25:45 -07:00
misc.rs Rustup for https://github.com/rust-lang/rust/pull/61276 2019-06-02 18:30:40 +02:00
missing_const_for_fn.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
missing_doc.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
missing_inline.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
multiple_crate_versions.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
mut_mut.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
mut_reference.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
mutex_atomic.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
needless_bool.rs Typos and minor grammar corrections 2019-06-12 20:07:10 +02:00
needless_borrow.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
needless_borrowed_ref.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
needless_continue.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
needless_pass_by_value.rs Cargo fmt 2019-06-02 18:58:11 +02:00
needless_update.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
neg_cmp_op_on_partial_ord.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
neg_multiply.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
new_without_default.rs Rename "Associated*" to "Assoc*" 2019-05-25 20:31:34 +08:00
no_effect.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
non_copy_const.rs rustup https://github.com/rust-lang/rust/pull/61758/files 2019-06-12 10:28:58 +02:00
non_expressive_names.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
ok_if_let.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
open_options.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
overflow_check_conditional.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
panic_unimplemented.rs Make use of new outer_expn_info() function 2019-06-01 16:25:51 +07:00
partialeq_ne_impl.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
path_buf_push_overwrite.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
precedence.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
ptr_offset_with_cast.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
ptr.rs Dogfood and rustfmt 2019-05-18 00:58:25 +02:00
question_mark.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
ranges.rs Make use of new outer_expn_info() function 2019-06-01 16:25:51 +07:00
redundant_clone.rs rustup https://github.com/rust-lang/rust/pull/60928 2019-05-29 00:41:34 +02:00
redundant_field_names.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
redundant_pattern_matching.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
redundant_static_lifetime.rs Move type-checking logic in StaticConst to RedundantStaticLifetime. 2019-06-14 09:41:46 +02:00
reference.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
regex.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
replace_consts.rs Dogfood 2019-05-18 01:42:15 +02:00
returns.rs Make use of new outer_expn_info() function 2019-06-01 16:25:51 +07:00
serde_api.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
shadow.rs Fix shadow.rs 2019-05-10 23:40:42 -07:00
slow_vector_initialization.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
static_static_lifetime.rs Add lint for statics with explicit static lifetime. 2019-06-14 09:41:46 +02:00
strings.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
suspicious_trait_impl.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
swap.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
temporary_assignment.rs Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) 2019-05-03 22:28:34 -07:00
transmute.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
transmuting_null.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
trivially_copy_pass_by_ref.rs Adds lint for integer division 2019-06-12 09:37:14 -03:00
types.rs Auto merge of #4201 - mgr-inz-rafal:typos_in_docs, r=matthiaskrgr 2019-06-13 05:01:02 +00:00
unicode.rs Fix tests and make other ascii lints auto-fixable 2019-05-20 16:02:50 +02:00
unsafe_removed_from_name.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
unused_io_amount.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
unused_label.rs Rename in_macro to in_macro_or_desugar 2019-05-11 21:39:02 -07:00
unwrap.rs Prevent symbocalypse 2019-05-17 23:53:54 +02:00
use_self.rs Auto merge of #4142 - agnxy:rename-assoc, r=flip1995 2019-05-28 08:59:06 +00:00
vec.rs Make use of new outer_expn_info() function 2019-06-01 16:25:51 +07:00
wildcard_dependencies.rs Use lint pass macros 2019-04-17 09:35:22 -07:00
write.rs rustup https://github.com/rust-lang/rust/pull/61758/files 2019-06-12 10:28:58 +02:00
zero_div_zero.rs Use lint pass macros 2019-04-17 09:35:22 -07:00