rust/crates/ide_assists/src/handlers
2021-06-17 11:41:36 +03:00
..
add_explicit_type.rs add_explicit_type respects @ patterns 2021-05-19 23:27:51 +05: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 internal: rewrite assoc item manipulaion to use mutable trees 2021-05-14 18:47:08 +03:00
add_turbo_fish.rs Fix add_life_to_type label typo 2021-03-20 13:44:12 +01:00
apply_demorgan.rs clippy::redundant_closure 2021-06-13 09:29:36 +05:30
auto_import.rs Update outdated auto-import documentation 2021-05-20 15:31:33 +02:00
change_visibility.rs change visibility for use and macro items 2021-06-11 19:10:56 +05:30
convert_comment_block.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
convert_integer_literal.rs
convert_into_to_from.rs Convert Into to From assist 2021-04-03 15:48:35 +01:00
convert_iter_for_each_to_for.rs internal: switch some tests to minicore 2021-06-17 11:41:36 +03:00
convert_tuple_struct_to_named_struct.rs fmt 2021-06-05 17:09:56 -07:00
early_return.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
expand_glob_import.rs clippy::redundant_clone fixes 2021-05-26 18:34:50 +03:00
extract_function.rs Merge #9242 2021-06-13 07:18:49 +00:00
extract_struct_from_enum_variant.rs Fix references to patterns in extract_struct_from_enum_variant assist 2021-06-02 18:16:59 +02:00
extract_type_alias.rs NFC: remove redundant clones (clippy::perf) 2021-06-03 15:32:46 +02:00
extract_variable.rs Don't show extract into variable assist for unit expressions 2021-06-02 00:59:09 -07:00
fill_match_arms.rs internal: switch some tests to minicore 2021-06-16 22:24:11 +03:00
fix_visibility.rs internal: don't #[ignore] tests 2021-06-15 16:37:58 +03:00
flip_binexpr.rs
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
generate_default_from_new.rs Remove attrs 2021-05-15 21:12:06 +08:00
generate_deref.rs internal: switch some tests to minicore 2021-06-16 22:26:46 +03:00
generate_derive.rs
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: normalize name 2021-04-30 11:52:31 +03:00
generate_function.rs internal: don't #[ignore] tests 2021-06-15 16:37:58 +03:00
generate_getter.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05: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
inline_function.rs
inline_local_variable.rs Don't inline mutable locals in 'inline_local_variable' 2021-06-04 20:43:48 +02:00
introduce_named_lifetime.rs minor: use uniform names 2021-05-16 14:18:49 +03:00
invert_if.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
merge_imports.rs Don't compare ast::Visibility by stringifying 2021-05-20 17:45:59 +02:00
merge_match_arms.rs
move_bounds.rs minor: use uniform names 2021-05-16 14:18:49 +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 minor: use uniform names 2021-05-16 14:18:49 +03:00
qualify_path.rs internal: cleanup tests 2021-06-15 12:48:05 +03:00
raw_string.rs Support length for ByteStrings 2021-05-12 21:22:46 -07:00
remove_dbg.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
remove_mut.rs
remove_unused_param.rs Don't suggest Remove unused param in trait impls 2021-06-11 12:24:56 +05:30
reorder_fields.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
reorder_impl.rs minor: use uniform names 2021-05-16 14:18:49 +03:00
replace_derive_with_manual_impl.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
replace_for_loop_with_for_each.rs internal: minimize minicore 2021-06-17 11:28:44 +03:00
replace_if_let_with_match.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
replace_impl_trait_with_generic.rs internal: cleanup tests 2021-06-15 12:48:05 +03:00
replace_let_with_if_let.rs simplify 2021-05-10 15:25:56 +03:00
replace_qualified_name_with_use.rs minor: use uniform names 2021-05-16 14:18:49 +03:00
replace_string_with_char.rs Support length for ByteStrings 2021-05-12 21:22:46 -07:00
replace_unwrap_with_match.rs Corrected minor typo on line 20 2021-05-13 18:29:48 +02:00
split_import.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
toggle_ignore.rs
unmerge_use.rs Don't keep a trailing self token in import paths after unmerge_use 2021-06-14 13:56:33 +02:00
unwrap_block.rs refine comment style of tests 2021-03-24 19:28:50 +08:00
wrap_return_type_in_result.rs clippy::redudant_borrow 2021-06-13 09:24:16 +05:30