..
add_braces.rs
add_explicit_type.rs
add_label_to_loop.rs
add_lifetime_to_type.rs
add_missing_impl_members.rs
Auto merge of #15054 - ponyii:fix/implement-missing-members-do-not-transform-const-params, r=lowr
2023-06-18 09:30:13 +00:00
add_missing_match_arms.rs
Migrate add_missing_match_arms
to mutable ast
2023-07-09 18:31:38 -04:00
add_return_type.rs
fix some typos
2023-05-01 14:53:25 +08:00
add_turbo_fish.rs
apply_demorgan.rs
auto_import.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
change_visibility.rs
convert_bool_then.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
convert_comment_block.rs
convert_integer_literal.rs
convert_into_to_from.rs
convert_iter_for_each_to_for.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
convert_let_else_to_match.rs
convert_match_to_let_else.rs
convert_named_struct_to_tuple_struct.rs
Add render configs for memory layout hovers
2023-05-30 18:36:06 +02:00
convert_nested_function_to_closure.rs
convert_to_guarded_return.rs
convert_tuple_struct_to_named_struct.rs
Add render configs for memory layout hovers
2023-05-30 18:36:06 +02:00
convert_two_arm_bool_match_to_matches_macro.rs
convert_while_to_loop.rs
destructure_tuple_binding.rs
Fix pattern type mismatch in tuples
2023-05-04 16:03:36 +03:30
desugar_doc_comment.rs
Format let-else
2023-07-03 20:34:09 +02:00
expand_glob_import.rs
assist : add enum to glob_import_expand
2023-07-07 02:40:35 +02:00
extract_expressions_from_format_string.rs
extract_function.rs
Emit '_
for lifetime generics in HirDisplay
2023-06-05 10:55:47 +03:30
extract_module.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
extract_struct_from_enum_variant.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
extract_type_alias.rs
Use ConstArg
instead of Expr
for AstId
of InTypeConstId
2023-06-11 00:39:28 +03:30
extract_variable.rs
fix_visibility.rs
Migrate fix_visibility
to mutable ast
2023-07-10 17:39:55 -04:00
flip_binexpr.rs
flip_comma.rs
flip_trait_bound.rs
generate_constant.rs
generate_default_from_enum_variant.rs
generate_default_from_new.rs
generate_delegate_methods.rs
refactor: simplify generate_delegate_method
2023-07-07 20:08:32 -04:00
generate_delegate_trait.rs
Version 3
2023-06-17 21:27:52 +02:00
generate_deref.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
generate_derive.rs
fix: Don't panic for different/missing delimiters
2023-07-08 13:43:30 -04:00
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
Format let-else
2023-07-03 20:34:09 +02:00
generate_getter_or_setter.rs
Unify getter and setter assists
2023-07-06 12:27:45 +02:00
generate_impl.rs
generate_is_empty_from_len.rs
generate_new.rs
generate_trait_from_impl.rs
Minor changes
2023-07-05 16:45:54 +02:00
inline_call.rs
Auto merge of #15074 - oxalica:fix/inline-async-fn, r=lowr
2023-06-19 15:46:55 +00:00
inline_const_as_literal.rs
fix: use render_eval instead of inlined expr
2023-06-06 12:08:11 +02:00
inline_local_variable.rs
inline_macro.rs
inline_type_alias.rs
introduce_named_generic.rs
introduce_named_lifetime.rs
invert_if.rs
merge_imports.rs
merge_match_arms.rs
Fix pattern type mismatch in tuples
2023-05-04 16:03:36 +03:30
move_bounds.rs
move_const_to_impl.rs
Format let-else
2023-07-03 20:34:09 +02:00
move_from_mod_rs.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
move_guard.rs
move_module_to_file.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
move_to_mod_rs.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
number_representation.rs
promote_local_to_const.rs
Hoist out make::name_ref
2023-07-11 17:28:17 -04:00
pull_assignment_up.rs
Use anonymous lifetime where possible
2023-06-29 23:27:28 +09:00
qualify_method_call.rs
qualify_path.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
raw_string.rs
update assist to include more literals
2023-06-06 00:34:00 +02:00
remove_dbg.rs
remove_mut.rs
remove_parentheses.rs
remove_unused_param.rs
reorder_fields.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
reorder_impl_items.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
replace_arith_op.rs
replace_derive_with_manual_impl.rs
Merge assoc_items_only
and exclude_import_kinds
into assoc_mode
2023-06-30 23:37:10 +09:00
replace_if_let_with_match.rs
replace_let_with_if_let.rs
replace_method_eager_lazy.rs
replace_named_generic_with_impl.rs
Improve assist to filter invalid params
2023-06-02 12:46:01 +02:00
replace_qualified_name_with_use.rs
replace_string_with_char.rs
replace_try_expr_with_match.rs
replace_turbofish_with_explicit_type.rs
sort_items.rs
split_import.rs
toggle_ignore.rs
unmerge_match_arm.rs
unmerge_use.rs
unnecessary_async.rs
unqualify_method_call.rs
unwrap_block.rs
unwrap_result_return_type.rs
Format let-else
2023-07-03 20:34:09 +02:00
unwrap_tuple.rs
wrap_return_type_in_result.rs
Migrate wrap_return_type_in_result
to mutable ast
2023-07-07 20:06:10 -04:00