rust/crates/ide_assists/src/handlers
2021-05-15 21:12:06 +08:00
..
add_explicit_type.rs
add_lifetime_to_type.rs
add_missing_impl_members.rs internal: rewrite assoc item manipulaion to use mutable trees 2021-05-14 18:47:08 +03:00
add_turbo_fish.rs
apply_demorgan.rs
auto_import.rs Return absolute paths in find_path if crate start is ambiguous 2021-05-13 02:53:32 +02:00
change_visibility.rs
convert_comment_block.rs
convert_integer_literal.rs
convert_into_to_from.rs
convert_iter_for_each_to_for.rs
convert_tuple_struct_to_named_struct.rs Correctly support SelfType when searching for usages 2021-05-08 22:34:55 +02:00
early_return.rs internal: introduce ast::make::ext module with common shortcuts 2021-05-09 19:55:43 +03:00
expand_glob_import.rs internal: introduce ast::make::ext module with common shortcuts 2021-05-09 19:55:43 +03:00
extract_function.rs internal: introduce ast::make::ext module with common shortcuts 2021-05-09 19:55:43 +03:00
extract_struct_from_enum_variant.rs Keep comments and attrs when extracting struct from enum variant 2021-05-11 11:07:47 -04:00
extract_type_alias.rs
extract_variable.rs cleanups 2021-05-09 18:01:54 +03:00
fill_match_arms.rs Add support for fill match arms of boolean values 2021-04-21 19:33:45 +08:00
fix_visibility.rs
flip_binexpr.rs
flip_comma.rs
flip_trait_bound.rs
generate_default_from_enum_variant.rs
generate_default_from_new.rs Remove attrs 2021-05-15 21:12:06 +08:00
generate_deref.rs
generate_derive.rs
generate_enum_is_method.rs
generate_enum_projection_method.rs
generate_from_impl_for_enum.rs internal: normalize name 2021-04-30 11:52:31 +03:00
generate_function.rs internal: introduce ast::make::ext module with common shortcuts 2021-05-09 19:55:43 +03:00
generate_getter_mut.rs
generate_getter.rs
generate_impl.rs
generate_is_empty_from_len.rs
generate_new.rs internal: use standard style for tests 2021-05-14 18:53:53 +03:00
generate_setter.rs
infer_function_return_type.rs
inline_function.rs
inline_local_variable.rs "Inline variable" when on a use of the variable 2021-04-20 16:16:23 +02:00
introduce_named_lifetime.rs internal: fix make API 2021-05-09 19:22:33 +03:00
invert_if.rs
merge_imports.rs Give MergeBehaviour variants better names 2021-05-10 21:14:59 +02:00
merge_match_arms.rs
move_bounds.rs internal: introduce ast::make::ext module with common shortcuts 2021-05-09 19:55:43 +03:00
move_guard.rs
move_module_to_file.rs fix: Keep doc comments and outer attrs on "Move module to file" assist 2021-05-13 07:51:00 +02:00
pull_assignment_up.rs Make "pull assignments up" assist work in more cases 2021-05-11 15:14:23 +02:00
qualify_path.rs
raw_string.rs
remove_dbg.rs
remove_mut.rs
remove_unused_param.rs
reorder_fields.rs Don't filter equal nodes in reorder assists 2021-04-22 00:54:31 +02:00
reorder_impl.rs Don't mutate the tree while traversing in reorder_impl 2021-05-03 18:36:31 +02:00
replace_derive_with_manual_impl.rs internal: introduce ast::make::ext module with common shortcuts 2021-05-09 19:55:43 +03:00
replace_for_loop_with_for_each.rs
replace_if_let_with_match.rs
replace_impl_trait_with_generic.rs internal: fix make API 2021-05-09 19:22:33 +03:00
replace_let_with_if_let.rs simplify 2021-05-10 15:25:56 +03:00
replace_qualified_name_with_use.rs Add cov_marks to insert_use tests 2021-04-20 19:34:43 +02:00
replace_string_with_char.rs
replace_unwrap_with_match.rs Corrected minor typo on line 20 2021-05-13 18:29:48 +02:00
split_import.rs
toggle_ignore.rs
unmerge_use.rs
unwrap_block.rs
wrap_return_type_in_result.rs internal: introduce ast::make::ext module with common shortcuts 2021-05-09 19:55:43 +03:00