rust/crates/ide_assists/src/handlers
Jonas Schievink f5403aef96 simplify
2022-04-14 13:00:08 +02:00
..
add_explicit_type.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
add_lifetime_to_type.rs
add_missing_impl_members.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
add_missing_match_arms.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
add_return_type.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
add_turbo_fish.rs
apply_demorgan.rs
auto_import.rs docs(auto_import): change by_self -> self and by_crate -> crate 2022-03-30 12:33:07 +01:00
change_visibility.rs
convert_bool_then.rs Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
convert_comment_block.rs
convert_integer_literal.rs
convert_into_to_from.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
convert_iter_for_each_to_for.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
convert_to_guarded_return.rs fix: "Extract to function" assist preserves break and continue labels 2022-03-12 08:54:06 -08:00
convert_tuple_struct_to_named_struct.rs
convert_while_to_loop.rs fix: "Extract to function" assist preserves break and continue labels 2022-03-12 08:54:06 -08:00
destructure_tuple_binding.rs Refactor autoderef and method resolution 2022-02-25 11:47:14 +01:00
expand_glob_import.rs simplify 2022-04-14 13:00:08 +02:00
extract_function.rs Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
extract_module.rs extract_module: Refactor loops 2022-04-09 22:07:44 +05:00
extract_struct_from_enum_variant.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
extract_type_alias.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
extract_variable.rs fix clippy::needless_borrow 2022-03-12 16:50:49 +01:00
fix_visibility.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
flip_binexpr.rs
flip_comma.rs
flip_trait_bound.rs
generate_constant.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_default_from_enum_variant.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_default_from_new.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_delegate_methods.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_deref.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_derive.rs
generate_documentation_template.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_enum_is_method.rs enum variant wording 2022-04-01 14:22:49 -06:00
generate_enum_projection_method.rs enum variant wording 2022-04-01 14:22:49 -06:00
generate_from_impl_for_enum.rs enum variant wording 2022-04-01 14:22:49 -06:00
generate_function.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_getter.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_impl.rs
generate_is_empty_from_len.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
generate_new.rs Revert "Emit #[must_use] in Generate new assist" 2022-03-26 20:39:36 +02:00
generate_setter.rs
inline_call.rs fix: Check whether a parameter can be converted to a local 2022-04-09 00:55:45 +02:00
inline_local_variable.rs fix: Don't create hir::Locals from const path patterns 2022-04-09 01:08:13 +02:00
inline_type_alias.rs refactor: Do more work in inline_type_alias closure 2022-03-20 20:53:03 +00:00
introduce_named_generic.rs
introduce_named_lifetime.rs
invert_if.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
merge_imports.rs fix: splitting path of a glob import wrongly adds self 2022-04-01 19:12:50 +05:00
merge_match_arms.rs more clippy fixes: 2022-03-12 16:50:49 +01:00
move_bounds.rs Preserve order of generic args 2022-03-04 11:46:14 +03:30
move_from_mod_rs.rs
move_guard.rs
move_module_to_file.rs
move_to_mod_rs.rs
number_representation.rs fix clippy::single_char_pattern 2022-03-12 16:50:49 +01:00
promote_local_to_const.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
pull_assignment_up.rs
qualify_method_call.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
qualify_path.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
raw_string.rs
remove_dbg.rs Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
remove_mut.rs
remove_unused_param.rs
reorder_fields.rs
reorder_impl.rs
replace_derive_with_manual_impl.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
replace_if_let_with_match.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
replace_let_with_if_let.rs
replace_qualified_name_with_use.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
replace_string_with_char.rs
replace_try_expr_with_match.rs
replace_turbofish_with_explicit_type.rs
sort_items.rs
split_import.rs
toggle_ignore.rs
unmerge_use.rs
unnecessary_async.rs feat: assist to remove unneeded asyncs 2022-04-03 14:34:08 +02:00
unwrap_block.rs
unwrap_result_return_type.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00
wrap_return_type_in_result.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00