.. |
add_explicit_type.rs
|
Skip lifetime elision on fn pointers and fn trait types
|
2023-01-03 11:58:31 +01:00 |
add_label_to_loop.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
add_lifetime_to_type.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
add_missing_impl_members.rs
|
Auto merge of #13576 - Bben01:supress_missing_impl_inside_block, r=jonas-schievink
|
2022-11-24 15:16:36 +00:00 |
add_missing_match_arms.rs
|
remove unnecessary lazy evaluations
|
2023-01-02 15:02:54 +00:00 |
add_return_type.rs
|
remove needless borrows
|
2023-01-02 14:52:32 +00:00 |
add_turbo_fish.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
apply_demorgan.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
auto_import.rs
|
remove needless borrows
|
2023-01-02 14:52:32 +00:00 |
change_visibility.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
convert_bool_then.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
convert_comment_block.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
convert_integer_literal.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
convert_into_to_from.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
convert_iter_for_each_to_for.rs
|
remove unnecessary lazy evaluations
|
2023-01-02 15:02:54 +00:00 |
convert_let_else_to_match.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
convert_match_to_let_else.rs
|
Fix doc test
|
2022-11-01 17:23:32 +01:00 |
convert_named_struct_to_tuple_struct.rs
|
Add convert_named_struct_to_tuple_struct assist
|
2022-09-27 20:39:48 +02:00 |
convert_to_guarded_return.rs
|
Use let-else statements in Convert to guarded return assist
|
2022-11-01 23:02:10 +00:00 |
convert_tuple_struct_to_named_struct.rs
|
fix: tuple to named struct inside macros
|
2022-11-19 20:08:01 +01:00 |
convert_two_arm_bool_match_to_matches_macro.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
convert_while_to_loop.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
destructure_tuple_binding.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
expand_glob_import.rs
|
fix: Order ItemScope::entries results
|
2022-07-28 19:28:56 +02:00 |
extract_expressions_from_format_string.rs
|
docs: update assist comment
|
2023-01-09 12:23:06 +01:00 |
extract_function.rs
|
Auto merge of #13891 - bvanjoi:reverse-whitespace-in-assists, r=Veykril
|
2023-01-09 14:11:40 +00:00 |
extract_module.rs
|
return value directly from if/else block
|
2023-01-02 15:02:54 +00:00 |
extract_struct_from_enum_variant.rs
|
remove unnecessary lazy evaluations
|
2023-01-02 15:02:54 +00:00 |
extract_type_alias.rs
|
collapse some nested blocks
|
2023-01-10 20:40:08 +00:00 |
extract_variable.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
fix_visibility.rs
|
Resolve invisible defs in fix_visibility assist
|
2022-11-11 20:31:44 +09:00 |
flip_binexpr.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
flip_comma.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
flip_trait_bound.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
generate_constant.rs
|
Migrate assists to format args captures, part 2
|
2022-10-12 02:23:35 -04:00 |
generate_default_from_enum_variant.rs
|
Migrate assists to format args captures, part 2
|
2022-10-12 02:23:35 -04:00 |
generate_default_from_new.rs
|
a number of code simplifications
|
2023-01-10 18:48:51 +00:00 |
generate_delegate_methods.rs
|
Auto merge of #13843 - Overpeek:master, r=Veykril
|
2023-01-09 13:34:51 +00:00 |
generate_deref.rs
|
remove useless conversions
|
2023-01-02 15:02:54 +00:00 |
generate_derive.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
generate_documentation_template.rs
|
Migrate assists to format args captures, part 2
|
2022-10-12 02:23:35 -04:00 |
generate_enum_is_method.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
generate_enum_projection_method.rs
|
Inline all format arguments where possible
|
2022-12-24 14:36:10 -05:00 |
generate_enum_variant.rs
|
remove needless borrows
|
2023-01-02 14:52:32 +00:00 |
generate_from_impl_for_enum.rs
|
refactor: use generate_trait_impl_text_intransitive for From -like traits
|
2022-12-17 22:59:30 +08:00 |
generate_function.rs
|
use pointer args
|
2023-01-02 14:52:32 +00:00 |
generate_getter.rs
|
remove unnecessary lazy evaluations
|
2023-01-02 15:02:54 +00:00 |
generate_impl.rs
|
refactor: use generate_trait_impl_text_intransitive for From -like traits
|
2022-12-17 22:59:30 +08:00 |
generate_is_empty_from_len.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
generate_new.rs
|
remove needless borrows
|
2023-01-02 14:52:32 +00:00 |
generate_setter.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
inline_call.rs
|
Clippy-fix explicit auto-deref
|
2022-12-23 02:52:14 -05:00 |
inline_local_variable.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
inline_macro.rs
|
Simplify code with @Veykril's suggestion.
|
2023-01-09 07:01:41 -07:00 |
inline_type_alias.rs
|
remove needless borrows
|
2023-01-02 14:52:32 +00:00 |
introduce_named_generic.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
introduce_named_lifetime.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
invert_if.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
merge_imports.rs
|
a number of code simplifications
|
2023-01-10 18:48:51 +00:00 |
merge_match_arms.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
move_bounds.rs
|
Fmt
|
2022-09-02 21:18:36 +00:00 |
move_const_to_impl.rs
|
Add move_const_to_impl assist
|
2022-12-03 01:22:00 +09:00 |
move_from_mod_rs.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
move_guard.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
move_module_to_file.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
move_to_mod_rs.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
number_representation.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
promote_local_to_const.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
pull_assignment_up.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
qualify_method_call.rs
|
Make qualify_method_call RefactorRewrite
|
2023-01-09 14:26:48 +00:00 |
qualify_path.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
raw_string.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
remove_dbg.rs
|
remove unnecessary lazy evaluations
|
2023-01-02 15:02:54 +00:00 |
remove_mut.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
remove_parentheses.rs
|
Fix "needs parens" check in remove_parentheses assist
|
2022-12-13 00:06:00 +00:00 |
remove_unused_param.rs
|
Import serde derives on converting json to struct
|
2022-08-06 20:12:21 +04:30 |
reorder_fields.rs
|
Run cargo fmt
|
2022-07-20 15:06:15 +02:00 |
reorder_impl_items.rs
|
Run cargo fmt
|
2022-07-20 15:06:15 +02:00 |
replace_arith_op.rs
|
Refactor replace_arith assists into one module
|
2023-01-09 11:59:17 +01:00 |
replace_derive_with_manual_impl.rs
|
fix: add generic TypeBoundList in generated derivable impl
|
2022-12-14 19:18:05 +08:00 |
replace_if_let_with_match.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
replace_let_with_if_let.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
replace_or_with_or_else.rs
|
Remove non-needed clones
|
2022-12-23 02:20:03 -05:00 |
replace_qualified_name_with_use.rs
|
Restructure find_path into a separate functions for modules and non-module items
|
2022-09-13 15:15:27 +02:00 |
replace_string_with_char.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
replace_try_expr_with_match.rs
|
Run cargo fmt
|
2022-07-20 15:06:15 +02:00 |
replace_turbofish_with_explicit_type.rs
|
remove useless conversions
|
2023-01-02 15:02:54 +00:00 |
sort_items.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
split_import.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
toggle_ignore.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
unmerge_match_arm.rs
|
a number of code simplifications
|
2023-01-10 18:48:51 +00:00 |
unmerge_use.rs
|
Fmt
|
2022-09-02 21:18:36 +00:00 |
unnecessary_async.rs
|
remove needless borrows
|
2023-01-02 14:52:32 +00:00 |
unqualify_method_call.rs
|
Rename assist: convert_ufcs_to_method => unqualify_method_call
|
2023-01-09 14:23:30 +00:00 |
unwrap_block.rs
|
feat: allow unwrap block in let initializers
|
2022-12-05 09:00:16 +05:30 |
unwrap_result_return_type.rs
|
Run cargo fix --edition-idioms
|
2022-07-20 15:02:08 +02:00 |
unwrap_tuple.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
wrap_return_type_in_result.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |