rust/clippy_lints/src
2020-07-02 16:51:04 +03:00
..
methods rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
utils rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
approx_const.rs
arithmetic.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
as_conversions.rs
assertions_on_constants.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
assign_ops.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
atomic_ordering.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
attrs.rs
await_holding_lock.rs
bit_mask.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
blacklisted_name.rs
blocks_in_if_conditions.rs
booleans.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
bytecount.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
cargo_common_metadata.rs
checked_conversions.rs Stabilize Option::zip 2020-06-13 01:27:18 +00:00
cognitive_complexity.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
collapsible_if.rs
comparison_chain.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
consts.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
copies.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
copy_iterator.rs
dbg_macro.rs
default_trait_access.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
deprecated_lints.rs
dereference.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
derive.rs
doc.rs
double_comparison.rs
double_parens.rs Update Clippy for MethodCall changes 2020-06-10 17:30:11 -04:00
drop_bounds.rs
drop_forget_ref.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
duration_subsec.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
else_if_without_else.rs
empty_enum.rs
entry.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
enum_clike.rs
enum_variants.rs
eq_op.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
erasing_op.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
escape.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
eta_reduction.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
eval_order_dependence.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
excessive_bools.rs
exit.rs
explicit_write.rs Update Clippy for MethodCall changes 2020-06-10 17:30:11 -04:00
fallible_impl_from.rs
float_literal.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
floating_point_arithmetic.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
format.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
formatting.rs
functions.rs Make is_freeze and is_copy_modulo_regions take TyCtxtAt 2020-06-21 11:47:19 +02:00
future_not_send.rs
get_last_with_len.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
identity_op.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
if_let_mutex.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
if_let_some_result.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
if_not_else.rs
implicit_return.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
implicit_saturating_sub.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
indexing_slicing.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
infinite_iter.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
inherent_impl.rs
inherent_to_string.rs
inline_fn_without_body.rs
int_plus_one.rs
integer_division.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
items_after_statements.rs
large_const_arrays.rs
large_enum_variant.rs
large_stack_arrays.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
len_zero.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
let_and_return.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
let_if_seq.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
let_underscore.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
lib.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
lifetimes.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
literal_representation.rs
loops.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
macro_use.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
main_recursion.rs
manual_async_fn.rs Remove associated opaque types 2020-06-11 16:24:01 +01:00
manual_non_exhaustive.rs
map_clone.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
map_unit_fn.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
match_on_vec_items.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
matches.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
mem_discriminant.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
mem_forget.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
mem_replace.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
minmax.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
misc_early.rs
misc.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
missing_const_for_fn.rs
missing_doc.rs Remove ImplItemKind::OpaqueTy from clippy 2020-06-11 16:24:01 +01:00
missing_inline.rs Remove ImplItemKind::OpaqueTy from clippy 2020-06-11 16:24:01 +01:00
modulo_arithmetic.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
multiple_crate_versions.rs
mut_key.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
mut_mut.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
mut_reference.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
mutable_debug_assertion.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
mutex_atomic.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
needless_bool.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
needless_borrow.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
needless_borrowed_ref.rs
needless_continue.rs
needless_pass_by_value.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
needless_update.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
neg_cmp_op_on_partial_ord.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
neg_multiply.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
new_without_default.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
no_effect.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
non_copy_const.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
non_expressive_names.rs
open_options.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
option_env_unwrap.rs Update Clippy for MethodCall changes 2020-06-10 17:30:11 -04:00
overflow_check_conditional.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
panic_unimplemented.rs
partialeq_ne_impl.rs
path_buf_push_overwrite.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
precedence.rs Update Clippy for MethodCall changes 2020-06-10 17:30:11 -04:00
ptr_offset_with_cast.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
ptr.rs
question_mark.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
ranges.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
redundant_clone.rs
redundant_field_names.rs
redundant_pattern_matching.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
redundant_pub_crate.rs
redundant_static_lifetimes.rs
reference.rs
regex.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
returns.rs
serde_api.rs
shadow.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
single_component_path_imports.rs
slow_vector_initialization.rs Update Clippy for MethodCall changes 2020-06-10 17:30:11 -04:00
strings.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
suspicious_trait_impl.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
swap.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
tabs_in_doc_comments.rs
temporary_assignment.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
to_digit_is_some.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
trait_bounds.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
transmute.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
transmuting_null.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
trivially_copy_pass_by_ref.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
try_err.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
types.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
unicode.rs
unnamed_address.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
unnecessary_sort_by.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
unnested_or_patterns.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
unsafe_removed_from_name.rs
unused_io_amount.rs Update Clippy for MethodCall changes 2020-06-10 17:30:11 -04:00
unused_self.rs
unwrap.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
use_self.rs
useless_conversion.rs rustc_lint: avoid using TypeckTables::empty for LateContext. 2020-07-02 16:51:04 +03:00
vec_resize_to_zero.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
vec.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
verbose_file_reads.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00
wildcard_dependencies.rs
wildcard_imports.rs Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup 2020-06-23 17:05:22 +02:00
write.rs
zero_div_zero.rs rustc_lint: only query typeck_tables_of when a lint needs it. 2020-06-26 02:56:23 +03:00