.. |
add_explicit_type.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
add_label_to_loop.rs
|
|
|
add_lifetime_to_type.rs
|
|
|
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
|
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
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04: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
|
Auto merge of #13379 - DropDemBits:ide-assists-format-args-capture, r=Veykril
|
2022-11-05 12:29:06 +00:00 |
change_visibility.rs
|
|
|
convert_bool_then.rs
|
|
|
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
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04: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
|
|
|
destructure_tuple_binding.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
expand_glob_import.rs
|
|
|
extract_function.rs
|
Auto merge of #12991 - TiddoLangerak:extract-method-from-trait-into-impl-root, r=Veykril
|
2022-11-07 11:07:12 +00:00 |
extract_module.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
extract_struct_from_enum_variant.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04:00 |
extract_type_alias.rs
|
Migrate assists to format args captures, part 1
|
2022-10-10 15:56:21 -04: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
|
|
|
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
|
Auto merge of #13359 - feniljain:feat-must-use-option, r=Veykril
|
2022-11-02 10:50:08 +00:00 |
generate_enum_variant.rs
|
Fix tests that depended on loose visibility restriction
|
2022-11-11 20:31:46 +09:00 |
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
|
Fix tests that depended on loose visibility restriction
|
2022-11-11 20:31:46 +09:00 |
generate_getter.rs
|
feat: add multiple getters mode in generate_getter
|
2022-10-20 16:47:23 +05:30 |
generate_impl.rs
|
Combine generate_impl and generate_trait_impl into a single file
|
2022-11-21 22:58:43 +02: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
|
Auto merge of #13435 - DropDemBits:assists-format-args-capture-pt3, r=Veykril
|
2022-11-05 12:41:23 +00:00 |
inline_local_variable.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
inline_macro.rs
|
Create new inline_macro assist.
|
2022-12-23 23:22:46 +11:00 |
inline_type_alias.rs
|
Fix test
|
2022-09-02 21:18:36 +00:00 |
introduce_named_generic.rs
|
|
|
introduce_named_lifetime.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04:00 |
invert_if.rs
|
|
|
merge_imports.rs
|
Fmt
|
2022-09-02 21:18:36 +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_format_string_arg.rs
|
fix: format expression parsing edge-cases
|
2022-11-19 15:00:25 +05:30 |
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
|
|
|
pull_assignment_up.rs
|
|
|
qualify_method_call.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04: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
|
Make "Remove dbg!()" assist work on selections
|
2022-11-17 17:39:31 +01:00 |
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
|
fix(assists): remove item_const which had default value when implement missing members`
|
2022-11-19 19:38:53 +08:00 |
replace_if_let_with_match.rs
|
|
|
replace_let_with_if_let.rs
|
|
|
replace_or_with_or_else.rs
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04: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
|
Migrate assists to format args captures, part 3
|
2022-10-12 02:28:41 -04: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
|
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 |