rust/crates/ide_assists/src/handlers
bors[bot] 2e52d6ea93
Merge #9557
9557: fix: Respect coercions in `inline_call` r=Veykril a=Veykril

bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-07-10 17:25:16 +00:00
..
add_explicit_type.rs Expose coercions for patterns and expressions in semantics 2021-07-10 19:03:46 +02:00
add_lifetime_to_type.rs
add_missing_impl_members.rs
add_turbo_fish.rs
apply_demorgan.rs
auto_import.rs Enable auto_import on ident patterns 2021-07-10 17:57:33 +02:00
change_visibility.rs
convert_comment_block.rs
convert_integer_literal.rs
convert_into_to_from.rs
convert_iter_for_each_to_for.rs
convert_tuple_struct_to_named_struct.rs
early_return.rs Respect coercions in inline_call 2021-07-10 19:24:49 +02:00
expand_glob_import.rs
extract_function.rs feat: Implement inline_method assist 2021-07-03 01:33:34 +02:00
extract_struct_from_enum_variant.rs
extract_type_alias.rs
extract_variable.rs
fill_match_arms.rs feat: Implement inline_method assist 2021-07-03 01:33:34 +02:00
fix_visibility.rs
flip_binexpr.rs
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 fix: Adding async keyword when await is present in generate_function assist 2021-07-09 20:04:55 +05:30
generate_getter.rs
generate_impl.rs
generate_is_empty_from_len.rs
generate_new.rs
generate_setter.rs
infer_function_return_type.rs
inline_call.rs Respect coercions in inline_call 2021-07-10 19:24:49 +02:00
inline_local_variable.rs Invert boolean literals in assist negation logic 2021-07-06 20:30:26 +02:00
introduce_named_lifetime.rs
invert_if.rs Invert boolean literals in assist negation logic 2021-07-06 20:30:26 +02:00
merge_imports.rs
merge_match_arms.rs
move_bounds.rs
move_guard.rs
move_module_to_file.rs
pull_assignment_up.rs
qualify_path.rs
raw_string.rs
remove_dbg.rs
remove_mut.rs
remove_unused_param.rs
reorder_fields.rs
reorder_impl.rs
replace_derive_with_manual_impl.rs
replace_for_loop_with_for_each.rs
replace_if_let_with_match.rs Disambiguate replace with if let assist labels 2021-07-10 18:00:22 +02:00
replace_impl_trait_with_generic.rs
replace_let_with_if_let.rs Disambiguate replace with if let assist labels 2021-07-10 18:00:22 +02:00
replace_qualified_name_with_use.rs replace_qualified_name_with_use keeps qualifier for import 2021-07-10 17:03:24 +02:00
replace_string_with_char.rs
split_import.rs
toggle_ignore.rs
unmerge_use.rs Don't hide meta lines 2021-07-03 12:16:07 +02:00
unwrap_block.rs
wrap_return_type_in_result.rs Don't hide meta lines 2021-07-03 12:16:07 +02:00