.. |
add_braces.rs
|
fixes
|
2023-01-21 23:42:11 +05:30 |
add_explicit_type.rs
|
beginning of MIR
|
2023-02-27 23:45:54 +03:30 |
add_label_to_loop.rs
|
|
|
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
Fix "add missing impl members" assist for impls inside blocks
|
2023-01-27 16:51:55 +01:00 |
add_missing_match_arms.rs
|
Simplify
|
2023-03-28 16:32:26 +02:00 |
add_return_type.rs
|
|
|
add_turbo_fish.rs
|
|
|
apply_demorgan.rs
|
|
|
auto_import.rs
|
|
|
change_visibility.rs
|
|
|
convert_bool_then.rs
|
|
|
convert_comment_block.rs
|
Convert pub to pub(crate)
|
2023-01-12 09:54:48 +01:00 |
convert_integer_literal.rs
|
|
|
convert_into_to_from.rs
|
|
|
convert_iter_for_each_to_for.rs
|
Simplify
|
2023-02-27 15:51:45 +01:00 |
convert_let_else_to_match.rs
|
Simplify
|
2023-03-28 16:32:26 +02:00 |
convert_match_to_let_else.rs
|
Simplify
|
2023-03-28 16:32:26 +02:00 |
convert_named_struct_to_tuple_struct.rs
|
Use the fact that Either : AstNode
|
2023-01-14 15:20:32 +00:00 |
convert_to_guarded_return.rs
|
|
|
convert_tuple_struct_to_named_struct.rs
|
Use the fact that Either : AstNode
|
2023-01-14 15:20:32 +00:00 |
convert_two_arm_bool_match_to_matches_macro.rs
|
|
|
convert_while_to_loop.rs
|
|
|
destructure_tuple_binding.rs
|
|
|
desugar_doc_comment.rs
|
move required_hashes into utils
|
2023-01-16 18:39:16 +01:00 |
expand_glob_import.rs
|
|
|
extract_expressions_from_format_string.rs
|
docs: update assist comment
|
2023-01-09 12:23:06 +01:00 |
extract_function.rs
|
Add BindingId
|
2023-03-06 21:09:08 +03:30 |
extract_module.rs
|
|
|
extract_struct_from_enum_variant.rs
|
|
|
extract_type_alias.rs
|
Use the fact that Either : AstNode
|
2023-01-14 15:20:32 +00:00 |
extract_variable.rs
|
Fix extract_variable test
|
2023-03-04 14:58:58 +01:00 |
fix_visibility.rs
|
Lower and handle trait aliases in HIR
|
2023-03-04 00:24:07 +09:00 |
flip_binexpr.rs
|
|
|
flip_comma.rs
|
|
|
flip_trait_bound.rs
|
|
|
generate_constant.rs
|
Simplify
|
2023-03-28 16:32:26 +02:00 |
generate_default_from_enum_variant.rs
|
|
|
generate_default_from_new.rs
|
a number of code simplifications
|
2023-01-10 18:48:51 +00:00 |
generate_delegate_methods.rs
|
dedupe by name
|
2023-04-04 06:57:02 +00:00 |
generate_deref.rs
|
|
|
generate_derive.rs
|
|
|
generate_documentation_template.rs
|
|
|
generate_enum_is_method.rs
|
|
|
generate_enum_projection_method.rs
|
|
|
generate_enum_variant.rs
|
|
|
generate_from_impl_for_enum.rs
|
|
|
generate_function.rs
|
internal: Rename AstDatabase to ExpandDatabase
|
2023-03-13 16:35:41 +01:00 |
generate_getter.rs
|
Conditionally add snippet marker.
|
2023-02-16 10:50:27 +13:00 |
generate_impl.rs
|
|
|
generate_is_empty_from_len.rs
|
Simplify
|
2023-02-27 15:51:45 +01:00 |
generate_new.rs
|
Fix typo
|
2023-03-03 01:12:39 +09:00 |
generate_setter.rs
|
|
|
inline_call.rs
|
fix: don't replace SyntaxToken with SyntaxNode
|
2023-03-15 17:18:09 +09:00 |
inline_local_variable.rs
|
Add BindingId
|
2023-03-06 21:09:08 +03:30 |
inline_macro.rs
|
fix: Insert spaces when inlining macros
|
2023-02-10 14:22:56 +08:00 |
inline_type_alias.rs
|
|
|
introduce_named_generic.rs
|
|
|
introduce_named_lifetime.rs
|
|
|
invert_if.rs
|
|
|
merge_imports.rs
|
a number of code simplifications
|
2023-01-10 18:48:51 +00:00 |
merge_match_arms.rs
|
|
|
move_bounds.rs
|
|
|
move_const_to_impl.rs
|
Don't escape non-snippets in assist
|
2023-01-23 00:22:46 +09: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
|
Make qualify_method_call RefactorRewrite
|
2023-01-09 14:26:48 +00:00 |
qualify_path.rs
|
|
|
raw_string.rs
|
move required_hashes into utils
|
2023-01-16 18:39:16 +01:00 |
remove_dbg.rs
|
internal: Prioritize remove-dbg assist over inline-macro
|
2023-03-15 14:19:50 +01:00 |
remove_mut.rs
|
|
|
remove_parentheses.rs
|
|
|
remove_unused_param.rs
|
|
|
reorder_fields.rs
|
Simplify
|
2023-03-28 16:32:26 +02:00 |
reorder_impl_items.rs
|
|
|
replace_arith_op.rs
|
Fix replace_arith label
|
2023-01-17 16:31:34 +02:00 |
replace_derive_with_manual_impl.rs
|
Test TraitRef equality before generating missing impl method body
|
2023-01-16 20:55:56 +09:00 |
replace_if_let_with_match.rs
|
Adjust replace_match_with_if_let applicability range
|
2023-03-05 16:52:07 +01:00 |
replace_let_with_if_let.rs
|
|
|
replace_method_eager_lazy.rs
|
feature: Make replace_or_with_or_else assists more generally applicable
|
2023-03-06 22:17:30 +01:00 |
replace_qualified_name_with_use.rs
|
|
|
replace_string_with_char.rs
|
|
|
replace_try_expr_with_match.rs
|
desugar ? operator
|
2023-03-17 13:08:35 +03:30 |
replace_turbofish_with_explicit_type.rs
|
|
|
sort_items.rs
|
|
|
split_import.rs
|
|
|
toggle_ignore.rs
|
|
|
unmerge_match_arm.rs
|
a number of code simplifications
|
2023-01-10 18:48:51 +00:00 |
unmerge_use.rs
|
|
|
unnecessary_async.rs
|
|
|
unqualify_method_call.rs
|
Rename assist: convert_ufcs_to_method => unqualify_method_call
|
2023-01-09 14:23:30 +00:00 |
unwrap_block.rs
|
Simplify
|
2023-03-28 16:32:26 +02:00 |
unwrap_result_return_type.rs
|
|
|
unwrap_tuple.rs
|
|
|
wrap_return_type_in_result.rs
|
|
|