rust-analyzer/crates/ide_assists/src/handlers
2021-08-17 19:23:05 +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 Use styleguide conforming import for ast nodes 2021-03-23 17:44:17 +03:00
add_missing_impl_members.rs implement feedback from review 2021-08-10 12:21:48 +02:00
add_turbo_fish.rs internal: remove needless distinction between a carte and its root mod 2021-07-11 14:55:24 +03:00
apply_demorgan.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
auto_import.rs Explicitly connect an ambiguous import path case logic with the test on it 2021-07-16 00:41:00 +03:00
change_visibility.rs change visibility for use and macro items 2021-06-11 19:10:56 +05:30
convert_bool_then.rs internal: make invert binary op more robust 2021-08-14 16:40:00 +03:00
convert_comment_block.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
convert_integer_literal.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
convert_into_to_from.rs minor: use minicore 2021-06-18 23:59:47 +03:00
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 fmt 2021-06-05 17:09:56 -07:00
destructure_tuple_binding.rs Add destructure in sub-pattern (after @) 2021-08-17 19:23:05 +02:00
expand_glob_import.rs minor: address review comments 2021-07-20 17:49:33 +03:00
extract_function.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
extract_struct_from_enum_variant.rs Merge #9334 2021-06-18 21:23:22 +00:00
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 minor: address review comments 2021-07-20 17:49:33 +03:00
flip_binexpr.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
flip_comma.rs internal: don't use #[should_panic] for tests 2021-04-13 12:21:59 +03:00
flip_trait_bound.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
generate_default_from_enum_variant.rs internal: add default to minicore 2021-06-17 20:49:49 +03:00
generate_default_from_new.rs internal: add default to minicore 2021-06-17 20:49:49 +03:00
generate_deref.rs internal: switch some tests to minicore 2021-06-16 22:26:46 +03:00
generate_derive.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
generate_enum_is_method.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
generate_enum_projection_method.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
generate_from_impl_for_enum.rs internal: add From to minicore 2021-06-17 21:04:12 +03:00
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 Added support for const generics in impl generation 2021-03-27 11:37:39 +02:00
generate_is_empty_from_len.rs Rename target_ty to self_ty 2021-03-29 17:47:47 +02:00
generate_new.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
generate_setter.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
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 Don't compare ast::Visibility by stringifying 2021-05-20 17:45:59 +02:00
merge_match_arms.rs Fix assists assuming comma belonging to MATCH_ARM_LIST 2021-07-30 16:01:26 +02:00
move_bounds.rs minor: use uniform names 2021-05-16 14:18:49 +03:00
move_guard.rs Support if let match guards 2021-08-13 00:25:14 +02:00
move_module_to_file.rs Create modules in correct directory for nested modules in move_module assist 2021-06-17 12:09:28 +02:00
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 Support length for ByteStrings 2021-05-12 21:22:46 -07:00
remove_dbg.rs Cleanup tests 2021-07-16 15:47:59 +02:00
remove_mut.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
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 internal: cleanup tests 2021-06-15 12:48:05 +03:00
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 Don't concat path in replace_qualified assist when they start with a keyword 2021-07-20 18:57:12 +02:00
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 Don't classify NameRef paths inside attribute TokenTrees 2021-06-30 21:51:28 +02:00
toggle_ignore.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
unmerge_use.rs Don't hide meta lines 2021-07-03 12:16:07 +02:00
unwrap_block.rs fix: Single-line and nested blocks in unwrap_block 2021-07-14 12:02:38 -07:00
wrap_return_type_in_result.rs Don't hide meta lines 2021-07-03 12:16:07 +02:00