.. |
add_explicit_type.rs
|
|
|
add_label_to_loop.rs
|
|
|
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
Fixes tests
|
2022-08-10 16:29:23 +08:00 |
add_missing_match_arms.rs
|
Restructure find_path into a separate functions for modules and non-module items
|
2022-09-13 15:15:27 +02:00 |
add_return_type.rs
|
|
|
add_turbo_fish.rs
|
|
|
apply_demorgan.rs
|
|
|
auto_import.rs
|
fix #13105: Ignore auto-import assist on parameter names
|
2022-10-15 18:00:32 +02:00 |
change_visibility.rs
|
|
|
convert_bool_then.rs
|
|
|
convert_comment_block.rs
|
|
|
convert_integer_literal.rs
|
|
|
convert_into_to_from.rs
|
Restructure find_path into a separate functions for modules and non-module items
|
2022-09-13 15:15:27 +02:00 |
convert_iter_for_each_to_for.rs
|
|
|
convert_let_else_to_match.rs
|
|
|
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
|
Import serde derives on converting json to struct
|
2022-08-06 20:12:21 +04:30 |
convert_two_arm_bool_match_to_matches_macro.rs
|
feature: Check if first_arm bool and second_arm bool is inverted or not.
|
2022-08-31 18:47:45 +09:00 |
convert_while_to_loop.rs
|
|
|
destructure_tuple_binding.rs
|
Import serde derives on converting json to struct
|
2022-08-06 20:12:21 +04:30 |
expand_glob_import.rs
|
|
|
extract_function.rs
|
Restructure find_path into a separate functions for modules and non-module items
|
2022-09-13 15:15:27 +02:00 |
extract_module.rs
|
fix: a bunch of typos
|
2022-08-17 21:44:58 +08:00 |
extract_struct_from_enum_variant.rs
|
Add GenericParamList::to_generic_args
|
2022-10-09 18:44:23 -04:00 |
extract_type_alias.rs
|
style: run tidy tests
|
2022-08-25 13:17:50 +05:30 |
extract_variable.rs
|
|
|
fix_visibility.rs
|
|
|
flip_binexpr.rs
|
|
|
flip_comma.rs
|
|
|
flip_trait_bound.rs
|
|
|
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
|
Migrate assists to format args captures, part 2
|
2022-10-12 02:23:35 -04:00 |
generate_delegate_methods.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
generate_deref.rs
|
Migrate assists to format args captures, part 2
|
2022-10-12 02:23:35 -04:00 |
generate_derive.rs
|
|
|
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
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
generate_enum_variant.rs
|
|
|
generate_from_impl_for_enum.rs
|
Migrate assists to format args captures, part 2
|
2022-10-12 02:23:35 -04:00 |
generate_function.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
generate_getter.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
generate_impl.rs
|
Migrate assists to format args captures, part 2
|
2022-10-12 02:23:35 -04:00 |
generate_is_empty_from_len.rs
|
|
|
generate_new.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
generate_setter.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
inline_call.rs
|
Extract shared logic
|
2022-09-02 21:18:36 +00:00 |
inline_local_variable.rs
|
|
|
inline_type_alias.rs
|
Fix test
|
2022-09-02 21:18:36 +00:00 |
introduce_named_generic.rs
|
|
|
introduce_named_lifetime.rs
|
Import serde derives on converting json to struct
|
2022-08-06 20:12:21 +04:30 |
invert_if.rs
|
|
|
merge_imports.rs
|
Fmt
|
2022-09-02 21:18:36 +00:00 |
merge_match_arms.rs
|
|
|
move_bounds.rs
|
Fmt
|
2022-09-02 21:18:36 +00:00 |
move_format_string_arg.rs
|
Fix move_format_string_arg being tokentree unaware
|
2022-10-01 00:42:16 +02:00 |
move_from_mod_rs.rs
|
|
|
move_guard.rs
|
|
|
move_module_to_file.rs
|
|
|
move_to_mod_rs.rs
|
|
|
number_representation.rs
|
|
|
promote_local_to_const.rs
|
|
|
pull_assignment_up.rs
|
|
|
qualify_method_call.rs
|
Restructure find_path into a separate functions for modules and non-module items
|
2022-09-13 15:15:27 +02:00 |
qualify_path.rs
|
Restructure find_path into a separate functions for modules and non-module items
|
2022-09-13 15:15:27 +02:00 |
raw_string.rs
|
|
|
remove_dbg.rs
|
|
|
remove_mut.rs
|
|
|
remove_unused_param.rs
|
Import serde derives on converting json to struct
|
2022-08-06 20:12:21 +04:30 |
reorder_fields.rs
|
|
|
reorder_impl_items.rs
|
|
|
replace_derive_with_manual_impl.rs
|
Restructure find_path into a separate functions for modules and non-module items
|
2022-09-13 15:15:27 +02:00 |
replace_if_let_with_match.rs
|
|
|
replace_let_with_if_let.rs
|
|
|
replace_or_with_or_else.rs
|
change title
|
2022-08-31 17:31:23 +08: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
|
|
|
replace_try_expr_with_match.rs
|
|
|
replace_turbofish_with_explicit_type.rs
|
Support ? and .await in "Replace turbofish with explicit type"
|
2022-08-31 01:24:36 +00:00 |
sort_items.rs
|
|
|
split_import.rs
|
|
|
toggle_ignore.rs
|
|
|
unmerge_match_arm.rs
|
feat: Add a "Unmerge match arm" assist to split or-patterns inside match expressions
|
2022-08-30 09:42:12 +00:00 |
unmerge_use.rs
|
Fmt
|
2022-09-02 21:18:36 +00:00 |
unnecessary_async.rs
|
Simplify the procedure
|
2022-10-30 00:59:20 +09:00 |
unwrap_block.rs
|
|
|
unwrap_result_return_type.rs
|
|
|
unwrap_tuple.rs
|
return None instead of assert
|
2022-09-21 09:11:02 +08:00 |
wrap_return_type_in_result.rs
|
|
|