.. |
add_explicit_type.rs
|
add_explicit_type is applicable for closure parameters
|
2021-07-31 14:04:34 +02:00 |
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
Don't qualify self as crate in add_missing_impl_members assist
|
2021-07-27 19:29:47 +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
|
|
|
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
|
|
|
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
|
minor: address review comments
|
2021-07-20 17:49:33 +03:00 |
extract_function.rs
|
Add trailing comma when extracting match arm expressions into functions
|
2021-07-30 16:48:13 +02:00 |
extract_struct_from_enum_variant.rs
|
|
|
extract_type_alias.rs
|
|
|
extract_variable.rs
|
Don't offer extract_variable assist when there is no surrounding block
|
2021-07-21 17:52:54 +02:00 |
fill_match_arms.rs
|
Kepp catch-all arm in fill_match_arms if it has a non-empty expression
|
2021-07-25 15:51:47 +02:00 |
fix_visibility.rs
|
minor: address review comments
|
2021-07-20 17:49:33 +03:00 |
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
|
generate function assist favors deref cmpt types
|
2021-07-31 16:34:09 +04:30 |
generate_getter.rs
|
generate function assist favors deref cmpt types
|
2021-07-31 16:34:09 +04:30 |
generate_impl.rs
|
|
|
generate_is_empty_from_len.rs
|
|
|
generate_new.rs
|
|
|
generate_setter.rs
|
|
|
infer_function_return_type.rs
|
|
|
inline_call.rs
|
Simplify Semantics::type_of_expr_with_coercion
|
2021-07-11 14:44:10 +02:00 |
inline_local_variable.rs
|
Simplify inline_local_variable assist
|
2021-08-02 15:27:47 +02:00 |
introduce_named_lifetime.rs
|
|
|
invert_if.rs
|
Fix hover range for derive inputs
|
2021-07-31 14:59:31 +02:00 |
merge_imports.rs
|
|
|
merge_match_arms.rs
|
Fix assists assuming comma belonging to MATCH_ARM_LIST
|
2021-07-30 16:01:26 +02:00 |
move_bounds.rs
|
|
|
move_guard.rs
|
|
|
move_module_to_file.rs
|
|
|
pull_assignment_up.rs
|
|
|
qualify_path.rs
|
Stop reexporting hir_def 's ItemInNs from HIR
|
2021-07-28 17:39:04 +02:00 |
raw_string.rs
|
|
|
remove_dbg.rs
|
Cleanup tests
|
2021-07-16 15:47:59 +02:00 |
remove_mut.rs
|
|
|
remove_unused_param.rs
|
Small grammar fix
|
2021-07-28 12:40:21 +03:00 |
reorder_fields.rs
|
|
|
reorder_impl.rs
|
cargo fmt
|
2021-08-02 19:49:36 +03:00 |
replace_derive_with_manual_impl.rs
|
Stop reexporting hir_def 's ItemInNs from HIR
|
2021-07-28 17:39:04 +02:00 |
replace_for_loop_with_for_each.rs
|
|
|
replace_if_let_with_match.rs
|
Replace useless types
|
2021-07-31 14:29:15 +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
|
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
|
Sort unions
|
2021-08-02 19:49:36 +03:00 |
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
|
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 |