.. |
add_explicit_type.rs
|
|
|
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
|
|
add_missing_match_arms.rs
|
adjust test case and stop deleting newline
|
2021-11-14 20:56:28 +09:00 |
add_return_type.rs
|
|
|
add_turbo_fish.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
apply_demorgan.rs
|
|
|
auto_import.rs
|
Add Semantics::original_ast_node for upmapping nodes out of macro files
|
2021-11-03 21:12:36 +01:00 |
change_visibility.rs
|
|
|
convert_bool_then.rs
|
|
|
convert_comment_block.rs
|
|
|
convert_integer_literal.rs
|
|
|
convert_into_to_from.rs
|
|
|
convert_iter_for_each_to_for.rs
|
|
|
convert_to_guarded_return.rs
|
|
|
convert_tuple_struct_to_named_struct.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
convert_while_to_loop.rs
|
|
|
destructure_tuple_binding.rs
|
Make AssistContext::frange private
|
2021-10-13 14:39:37 +02:00 |
expand_glob_import.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
extract_function.rs
|
minor: Lift out FxIndex{Map/Set} types into ide_db
|
2021-11-16 12:15:47 +01:00 |
extract_module.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
extract_struct_from_enum_variant.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
extract_type_alias.rs
|
Make AssistContext::frange private
|
2021-10-13 14:39:37 +02:00 |
extract_variable.rs
|
fix: fix extract_variable not working on macro_call
|
2021-10-25 21:46:44 +02:00 |
fix_visibility.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01: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
|
Hide private methods in generate_delegate_methods
|
2021-10-16 13:16:22 +03:00 |
generate_deref.rs
|
|
|
generate_derive.rs
|
|
|
generate_enum_is_method.rs
|
|
|
generate_enum_projection_method.rs
|
|
|
generate_from_impl_for_enum.rs
|
|
|
generate_function.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
generate_getter.rs
|
Fixes
|
2021-10-20 21:35:35 +02:00 |
generate_impl.rs
|
|
|
generate_is_empty_from_len.rs
|
|
|
generate_new.rs
|
|
|
generate_setter.rs
|
|
|
inline_call.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
inline_local_variable.rs
|
Make AssistContext::frange private
|
2021-10-13 14:39:37 +02:00 |
introduce_named_generic.rs
|
|
|
introduce_named_lifetime.rs
|
|
|
invert_if.rs
|
|
|
merge_imports.rs
|
|
|
merge_match_arms.rs
|
|
|
move_bounds.rs
|
|
|
move_from_mod_rs.rs
|
Make AssistContext::frange private
|
2021-10-13 14:39:37 +02:00 |
move_guard.rs
|
|
|
move_module_to_file.rs
|
Make AssistContext::frange private
|
2021-10-13 14:39:37 +02:00 |
move_to_mod_rs.rs
|
Make AssistContext::frange private
|
2021-10-13 14:39:37 +02:00 |
promote_local_to_const.rs
|
Implement promotoe_local_to_const assist
|
2021-10-14 21:49:46 +02:00 |
pull_assignment_up.rs
|
|
|
qualify_method_call.rs
|
apply code review suggestions
|
2021-10-21 23:42:14 -07:00 |
qualify_path.rs
|
Enable auto-import and qualify-path in derive attributes
|
2021-10-28 18:40:38 +02:00 |
raw_string.rs
|
Implement promotoe_local_to_const assist
|
2021-10-14 21:49:46 +02:00 |
remove_dbg.rs
|
|
|
remove_mut.rs
|
|
|
remove_unused_param.rs
|
internal: Flatten Definition::ModuleDef variant
|
2021-11-11 00:05:53 +01:00 |
reorder_fields.rs
|
|
|
reorder_impl.rs
|
|
|
replace_derive_with_manual_impl.rs
|
Fix impl_def_from_trait
|
2021-11-15 22:28:22 +05:30 |
replace_if_let_with_match.rs
|
Merge #10491
|
2021-10-14 22:41:06 +00:00 |
replace_let_with_if_let.rs
|
|
|
replace_qualified_name_with_use.rs
|
Add Semantics::original_ast_node for upmapping nodes out of macro files
|
2021-11-03 21:12:36 +01:00 |
replace_string_with_char.rs
|
|
|
replace_try_expr_with_match.rs
|
Use array IntoIter
|
2021-10-22 09:23:29 +03:00 |
replace_turbofish_with_explicit_type.rs
|
fixup! rustfmt
|
2021-10-27 10:58:31 -07:00 |
sort_items.rs
|
Make AssistContext::frange private
|
2021-10-13 14:39:37 +02:00 |
split_import.rs
|
|
|
toggle_ignore.rs
|
|
|
unmerge_use.rs
|
|
|
unwrap_block.rs
|
|
|
unwrap_result_return_type.rs
|
fix(assist): delete trailing whitespaces
|
2021-10-19 14:54:29 +02:00 |
wrap_return_type_in_result.rs
|
|
|