rust/crates/ide_assists/src/handlers
2021-08-17 19:23:04 +02:00
..
add_explicit_type.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
add_lifetime_to_type.rs
add_missing_impl_members.rs implement feedback from review 2021-08-10 12:21:48 +02:00
add_turbo_fish.rs
apply_demorgan.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
auto_import.rs
change_visibility.rs
convert_bool_then.rs internal: make invert binary op more robust 2021-08-14 16:40:00 +03:00
convert_comment_block.rs
convert_integer_literal.rs
convert_into_to_from.rs
convert_iter_for_each_to_for.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
convert_to_guarded_return.rs internal: remove old editing API 2021-08-14 19:45:47 +03:00
convert_tuple_struct_to_named_struct.rs
destructure_tuple_binding.rs Handle mut & ref 2021-08-17 19:23:04 +02:00
expand_glob_import.rs
extract_function.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
extract_struct_from_enum_variant.rs
extract_type_alias.rs extract_type_alias extracts generics correctly 2021-08-05 02:54:06 +02:00
extract_variable.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
fill_match_arms.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
fix_visibility.rs
flip_binexpr.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
flip_comma.rs
flip_trait_bound.rs
generate_default_from_enum_variant.rs
generate_default_from_new.rs
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 Don't use non cache syntaxnodes in generate_function for lookups 2021-08-14 17:51:11 +02:00
generate_getter.rs generate function assist favors deref cmpt types 2021-07-31 16:34:09 +04:30
generate_impl.rs
generate_is_empty_from_len.rs
generate_new.rs
generate_setter.rs
infer_function_return_type.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
inline_call.rs Substitute generic types in inline_call 2021-08-10 14:39:56 +02:00
inline_local_variable.rs extract_variable handles selection ranges better 2021-08-11 17:52:09 +02:00
introduce_named_lifetime.rs Allow several samples in "// Assist:" comments. 2021-08-02 19:49:36 +03:00
invert_if.rs internal: make invert binary op more robust 2021-08-14 16:40:00 +03:00
merge_imports.rs
merge_match_arms.rs Fix assists assuming comma belonging to MATCH_ARM_LIST 2021-07-30 16:01:26 +02:00
move_bounds.rs
move_guard.rs Support if let match guards 2021-08-13 00:25:14 +02:00
move_module_to_file.rs
pull_assignment_up.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
qualify_path.rs Stop reexporting hir_def's ItemInNs from HIR 2021-07-28 17:39:04 +02:00
raw_string.rs
remove_dbg.rs
remove_mut.rs
remove_unused_param.rs Small grammar fix 2021-07-28 12:40:21 +03:00
reorder_fields.rs Allow several samples in "// Assist:" comments. 2021-08-02 19:49:36 +03:00
reorder_impl.rs Allow several samples in "// Assist:" comments. 2021-08-02 19:49:36 +03:00
replace_derive_with_manual_impl.rs fix debug tuple structs 2021-08-16 17:39:08 +02:00
replace_for_loop_with_for_each.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
replace_if_let_with_match.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
replace_impl_trait_with_generic.rs
replace_let_with_if_let.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
replace_qualified_name_with_use.rs
replace_string_with_char.rs Add replace_char_with_string assist 2021-07-30 16:46:06 +02:00
sort_items.rs internal: document that ascription is preferred to a turbo fish 2021-08-11 14:16:15 +03:00
split_import.rs
toggle_ignore.rs
unmerge_use.rs
unwrap_block.rs
wrap_return_type_in_result.rs