.. |
cargo
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
casts
|
Move BorrowAsPtr into Casts lint pass
|
2022-08-19 10:24:58 -04:00 |
functions
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
loops
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
matches
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2022-08-11 19:26:04 +02:00 |
methods
|
Move GetFirst into Methods lint pass
|
2022-08-19 10:29:55 -04:00 |
misc_early
|
Update all tests to comply with clippy::manual_empty_string_creations
|
2022-08-14 12:53:15 -03:00 |
operators
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
transmute
|
Allow type erasure using *const/mut int_type in transmute_undefined_repr
|
2022-08-07 17:58:31 -04:00 |
types
|
Prevent some false positives
|
2022-08-08 21:04:44 +02:00 |
unit_types
|
Don't lint missing_docs_in_private_items on proc-macro output
|
2022-08-07 21:53:51 -04:00 |
utils
|
Auto merge of #9187 - sgued:iter-once, r=flip1995
|
2022-08-14 15:45:17 +00:00 |
almost_complete_letter_range.rs
|
remove unnecessary to_string and String::new
|
2022-06-13 15:48:40 +09:00 |
approx_const.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
as_conversions.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
asm_syntax.rs
|
|
|
assertions_on_constants.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
assertions_on_result_states.rs
|
move [assertions_on_result_states ] to restriction
|
2022-08-02 10:13:51 +02:00 |
async_yields_async.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
attrs.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
await_holding_invalid.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
blocks_in_if_conditions.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
bool_assert_comparison.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
booleans.rs
|
Rename logic_bug to overly_complex_bool_expr
|
2022-08-08 18:38:39 +02:00 |
borrow_deref_ref.rs
|
Simplify the borrow_deref_ref lint example
|
2022-08-15 20:48:40 +02:00 |
checked_conversions.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
cognitive_complexity.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
collapsible_if.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
comparison_chain.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
copies.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
copy_iterator.rs
|
|
|
crate_in_macro_def.rs
|
Remove TreeAndSpacing .
|
2022-07-29 15:52:15 +10:00 |
create_dir.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
dbg_macro.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
default_instead_of_iter_empty.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
default_numeric_fallback.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
default_union_representation.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
default.rs
|
Don't lint default_trait_access in proc-macro expansions
|
2022-08-07 21:55:08 -04:00 |
deprecated_lints.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
dereference.rs
|
Enhance needless_borrow to consider trait implementations
|
2022-08-16 18:34:51 -04:00 |
derivable_impls.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
derive.rs
|
Fix the lint in clippy itself
|
2022-08-08 21:04:44 +02:00 |
disallowed_methods.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
disallowed_names.rs
|
Change lint name to plural
|
2022-07-29 19:35:39 +01:00 |
disallowed_script_idents.rs
|
|
|
disallowed_types.rs
|
|
|
doc_link_with_quotes.rs
|
Update lint versions for 1.63 release
|
2022-08-12 23:19:53 +02:00 |
doc.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
double_parens.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
drop_forget_ref.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
duplicate_mod.rs
|
Update lint versions for 1.63 release
|
2022-08-12 23:19:53 +02:00 |
else_if_without_else.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
empty_drop.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
empty_enum.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
empty_structs_with_brackets.rs
|
remove unnecessary to_string and String::new
|
2022-06-13 15:48:40 +09:00 |
entry.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
enum_clike.rs
|
address review
|
2022-06-14 16:11:27 +02:00 |
enum_variants.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
equatable_if_let.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
escape.rs
|
Fix example
|
2022-08-16 12:50:53 +03:00 |
eta_reduction.rs
|
Remove DefId from AssocItemContainer.
|
2022-08-01 21:38:45 +02:00 |
excessive_bools.rs
|
ast: Add span to Extern
|
2022-07-02 23:30:03 +01:00 |
exhaustive_items.rs
|
|
|
exit.rs
|
|
|
explicit_write.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
fallible_impl_from.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
float_literal.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
floating_point_arithmetic.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
format_args.rs
|
|
|
format_impl.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
format_push_string.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
format.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
formatting.rs
|
Use new util function in suspicious_else_formatting
|
2022-08-07 21:52:27 -04:00 |
from_over_into.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
from_str_radix_10.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
future_not_send.rs
|
Add traits::fully_solve_obligation that acts like traits::fully_normalize
|
2022-08-04 13:50:56 +00:00 |
if_let_mutex.rs
|
Fix label not starting with lcase-letter
|
2022-08-15 20:24:30 +02:00 |
if_not_else.rs
|
|
|
if_then_some_else_none.rs
|
Adjust lint description for better clarity
|
2022-08-11 22:41:25 -04:00 |
implicit_hasher.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
implicit_return.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
implicit_saturating_sub.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
inconsistent_struct_constructor.rs
|
|
|
index_refutable_slice.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
indexing_slicing.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
infinite_iter.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
inherent_impl.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
inherent_to_string.rs
|
Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compiler-errors
|
2022-07-16 22:30:56 +02:00 |
init_numbered_fields.rs
|
|
|
inline_fn_without_body.rs
|
|
|
int_plus_one.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
invalid_upcast_comparisons.rs
|
|
|
invalid_utf8_in_unchecked.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
items_after_statements.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
iter_not_returning_iterator.rs
|
|
|
large_const_arrays.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
large_enum_variant.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
large_include_file.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
large_stack_arrays.rs
|
implement valtrees as the type-system representation for constant values
|
2022-06-14 16:07:11 +02:00 |
len_zero.rs
|
Lifetime variance fixes for clippy
|
2022-05-23 09:34:49 -07:00 |
let_if_seq.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
let_underscore.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
lib.deprecated.rs
|
|
|
lib.register_all.rs
|
Move GetFirst into Methods lint pass
|
2022-08-19 10:29:55 -04:00 |
lib.register_cargo.rs
|
|
|
lib.register_complexity.rs
|
Move BytesCountToLen into Methods lint pass
|
2022-08-19 10:28:59 -04:00 |
lib.register_correctness.rs
|
Rename logic_bug to overly_complex_bool_expr
|
2022-08-08 18:38:39 +02:00 |
lib.register_internal.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
lib.register_lints.rs
|
Move GetFirst into Methods lint pass
|
2022-08-19 10:29:55 -04:00 |
lib.register_nursery.rs
|
Rename new lints to iter_on_empty_collections and iter_on_single_items
|
2022-08-08 21:05:27 +02:00 |
lib.register_pedantic.rs
|
Move CaseSensitiveFileExtensionComparisons into Methods lint pass
|
2022-08-19 10:29:55 -04:00 |
lib.register_perf.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
lib.register_restriction.rs
|
Move AsUnderscore into Casts lint pass
|
2022-08-19 10:23:19 -04:00 |
lib.register_style.rs
|
Move GetFirst into Methods lint pass
|
2022-08-19 10:29:55 -04:00 |
lib.register_suspicious.rs
|
Auto merge of #9040 - miam-miam100:unused_named_parameter, r=dswij
|
2022-08-16 13:11:27 +00:00 |
lib.rs
|
Move GetFirst into Methods lint pass
|
2022-08-19 10:29:55 -04:00 |
lifetimes.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
literal_representation.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
macro_use.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
main_recursion.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
manual_assert.rs
|
|
|
manual_async_fn.rs
|
Update all tests to comply with clippy::manual_empty_string_creations
|
2022-08-14 12:53:15 -03:00 |
manual_bits.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
manual_empty_string_creations.rs
|
Implement clippy::manual_empty_string_creations lint
|
2022-08-14 12:45:24 -03:00 |
manual_instant_elapsed.rs
|
Add elapsed_instant lint
|
2022-08-01 23:39:00 +02:00 |
manual_non_exhaustive.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_ok_or.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
manual_rem_euclid.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
manual_retain.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
manual_strip.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
map_clone.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
map_err_ignore.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
map_unit_fn.rs
|
simplify unit type check
|
2022-08-02 17:56:20 +08:00 |
match_result_ok.rs
|
|
|
mem_forget.rs
|
|
|
mem_replace.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
minmax.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
misc.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
mismatching_type_param_order.rs
|
Update lint versions for 1.63 release
|
2022-08-12 23:19:53 +02:00 |
missing_const_for_fn.rs
|
Use check_proc_macro for missing_const_for_fn
|
2022-08-09 03:41:59 +02:00 |
missing_doc.rs
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2022-08-11 19:26:04 +02:00 |
missing_enforced_import_rename.rs
|
|
|
missing_inline.rs
|
Remove DefId from AssocItemContainer.
|
2022-08-01 21:38:45 +02:00 |
mixed_read_write_in_expression.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
module_style.rs
|
|
|
mut_key.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
mut_mut.rs
|
|
|
mut_mutex_lock.rs
|
|
|
mut_reference.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
mutable_debug_assertion.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
mutex_atomic.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
needless_arbitrary_self_type.rs
|
|
|
needless_bool.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
needless_borrowed_ref.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
needless_continue.rs
|
|
|
needless_for_each.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
needless_late_init.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
needless_parens_on_range_literals.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
needless_pass_by_value.rs
|
Update TypeVisitor paths
|
2022-07-06 06:41:53 +01:00 |
needless_question_mark.rs
|
|
|
needless_update.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
neg_cmp_op_on_partial_ord.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
neg_multiply.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
new_without_default.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
no_effect.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
non_copy_const.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
non_expressive_names.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
non_octal_unix_permissions.rs
|
|
|
non_send_fields_in_send_ty.rs
|
|
|
nonstandard_macro_braces.rs
|
|
|
octal_escapes.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
only_used_in_recursion.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
open_options.rs
|
|
|
option_env_unwrap.rs
|
|
|
option_if_let_else.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
overflow_check_conditional.rs
|
|
|
panic_in_result_fn.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
panic_unimplemented.rs
|
|
|
partialeq_ne_impl.rs
|
update clippy
|
2022-05-10 12:07:35 +02:00 |
partialeq_to_none.rs
|
Add partialeq_to_none lint
|
2022-08-08 20:17:13 +02:00 |
pass_by_ref_or_value.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
path_buf_push_overwrite.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
pattern_type_mismatch.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
precedence.rs
|
|
|
ptr_offset_with_cast.rs
|
|
|
ptr.rs
|
Replace LifetimeRes::Anonymous by LifetimeRes::Infer.
|
2022-07-26 19:00:31 +02:00 |
pub_use.rs
|
|
|
question_mark.rs
|
Dont lint on match pattern-binding
|
2022-08-18 19:30:56 +02:00 |
ranges.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
rc_clone_in_vec_init.rs
|
Update lint versions for 1.63 release
|
2022-08-12 23:19:53 +02:00 |
read_zero_byte_vec.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
redundant_clone.rs
|
Move predecessors from Body to BasicBlocks
|
2022-07-07 08:11:49 +02:00 |
redundant_closure_call.rs
|
Fix suggestion for async in redundant_closure_call
|
2022-07-15 15:49:04 +01:00 |
redundant_else.rs
|
|
|
redundant_field_names.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
redundant_pub_crate.rs
|
|
|
redundant_slicing.rs
|
Fix the lint in clippy itself
|
2022-08-08 21:04:44 +02:00 |
redundant_static_lifetimes.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
ref_option_ref.rs
|
|
|
reference.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
regex.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
renamed_lints.rs
|
Rename logic_bug to overly_complex_bool_expr
|
2022-08-08 18:38:39 +02:00 |
repeat_once.rs
|
|
|
return_self_not_must_use.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
returns.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
same_name_method.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
self_named_constructors.rs
|
|
|
semicolon_if_nothing_returned.rs
|
|
|
serde_api.rs
|
|
|
shadow.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
single_char_lifetime_names.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
single_component_path_imports.rs
|
|
|
size_of_in_element_count.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
slow_vector_initialization.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
stable_sort_primitive.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
std_instead_of_core.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
strings.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
strlen_on_c_strings.rs
|
|
|
suspicious_operation_groupings.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
suspicious_trait_impl.rs
|
|
|
swap_ptr_to_ref.rs
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
swap.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
tabs_in_doc_comments.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
temporary_assignment.rs
|
|
|
to_digit_is_some.rs
|
|
|
trailing_empty_array.rs
|
|
|
trait_bounds.rs
|
Lint trait duplication in one pass.
|
2022-08-12 12:51:58 +10:00 |
transmuting_null.rs
|
|
|
undocumented_unsafe_blocks.rs
|
Shrink Token .
|
2022-08-01 08:53:04 +10:00 |
unicode.rs
|
Fix [non_ascii_literal ] in tests
|
2022-08-16 15:53:01 -04:00 |
uninit_vec.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
unit_hash.rs
|
|
|
unit_return_expecting_ord.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
unnamed_address.rs
|
|
|
unnecessary_owned_empty_strings.rs
|
|
|
unnecessary_self_imports.rs
|
|
|
unnecessary_sort_by.rs
|
Fix clippy build
|
2022-07-12 21:00:14 +04:00 |
unnecessary_wraps.rs
|
Update all tests to comply with clippy::manual_empty_string_creations
|
2022-08-14 12:53:15 -03:00 |
unnested_or_patterns.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
unsafe_removed_from_name.rs
|
|
|
unused_async.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
unused_io_amount.rs
|
|
|
unused_rounding.rs
|
Update lint versions for 1.63 release
|
2022-08-12 23:19:53 +02:00 |
unused_self.rs
|
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
|
2022-07-28 19:08:22 +02:00 |
unused_unit.rs
|
Merge 'rust-clippy/master' into clippyup
|
2022-05-21 13:24:00 +02:00 |
unwrap_in_result.rs
|
|
|
unwrap.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
upper_case_acronyms.rs
|
|
|
use_self.rs
|
Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup
|
2022-06-04 13:34:07 +02:00 |
useless_conversion.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
vec_init_then_push.rs
|
move else block into the Local struct
|
2022-07-11 23:20:37 +02:00 |
vec_resize_to_zero.rs
|
Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyup
|
2022-06-30 10:50:09 +02:00 |
vec.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
verbose_file_reads.rs
|
use slice match more often
|
2022-08-02 18:12:31 +08:00 |
wildcard_imports.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
write.rs
|
Auto merge of #9040 - miam-miam100:unused_named_parameter, r=dswij
|
2022-08-16 13:11:27 +00:00 |
zero_div_zero.rs
|
Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup
|
2022-06-16 17:39:06 +02:00 |
zero_sized_map_values.rs
|
Update TypeVisitor paths
|
2022-07-06 06:41:53 +01:00 |