rust/crates/ide_assists/src/handlers
2021-10-02 12:18:18 +03:00
..
add_explicit_type.rs Remove inherent methods from ast node that carry semantic meaning 2021-09-26 16:49:03 +02:00
add_lifetime_to_type.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
add_missing_impl_members.rs
add_missing_match_arms.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
add_return_type.rs internal: more reasonable grammar for blocks 2021-09-26 19:16:09 +03:00
add_turbo_fish.rs
apply_demorgan.rs
auto_import.rs
change_visibility.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
convert_bool_then.rs Parenthesize expressions in if_to_bool_then assist where required 2021-10-01 12:19:01 +02:00
convert_comment_block.rs internal: prevent possible bugs when adding magical comments 2021-09-13 13:43:13 +03:00
convert_integer_literal.rs
convert_into_to_from.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
convert_iter_for_each_to_for.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
convert_to_guarded_return.rs internal: more reasonable grammar for blocks 2021-09-26 19:16:09 +03:00
convert_tuple_struct_to_named_struct.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
convert_while_to_loop.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
destructure_tuple_binding.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
expand_glob_import.rs Simplify 2021-09-13 18:50:19 +02:00
extract_function.rs internal: use naming that matches intended use-case 2021-10-02 12:18:18 +03:00
extract_struct_from_enum_variant.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
extract_type_alias.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
extract_variable.rs internal: more reasonable grammar for blocks 2021-09-26 19:16:09 +03:00
fix_visibility.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
flip_binexpr.rs
flip_comma.rs
flip_trait_bound.rs
generate_default_from_enum_variant.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_default_from_new.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_deref.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_derive.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_enum_is_method.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_enum_projection_method.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_from_impl_for_enum.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_function.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_getter.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_impl.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_is_empty_from_len.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_new.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
generate_setter.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
inline_call.rs Fix inline_call breaking RecordExprField shorthands 2021-09-28 19:22:32 +02:00
inline_local_variable.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
introduce_named_generic.rs Rename some assists 2021-09-21 00:54:09 +02:00
introduce_named_lifetime.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
invert_if.rs
merge_imports.rs
merge_match_arms.rs
move_bounds.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
move_from_mod_rs.rs Address comments 2021-09-28 10:20:35 +08:00
move_guard.rs Merge iter_for_each_to_for and for_to_iter_for_each assists modules 2021-09-21 10:34:11 +02:00
move_module_to_file.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
move_to_mod_rs.rs Address comments 2021-09-28 10:20:35 +08:00
pull_assignment_up.rs
qualify_path.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
raw_string.rs Simplify 2021-09-13 18:50:19 +02:00
remove_dbg.rs internal: more reasonable grammar for blocks 2021-09-26 19:16:09 +03:00
remove_mut.rs
remove_unused_param.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
reorder_fields.rs
reorder_impl.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
replace_derive_with_manual_impl.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
replace_if_let_with_match.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
replace_let_with_if_let.rs
replace_qualified_name_with_use.rs Simplify 2021-09-13 18:50:19 +02:00
replace_string_with_char.rs
sort_items.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
split_import.rs
toggle_ignore.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
unmerge_use.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
unwrap_block.rs internal: more reasonable grammar for blocks 2021-09-26 19:16:09 +03:00
wrap_return_type_in_result.rs Remove inherent methods from ast node that carry semantic meaning 2021-09-26 16:49:03 +02:00