.. |
add_explicit_type.rs
|
|
|
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
|
|
add_missing_match_arms.rs
|
Rename some assists
|
2021-09-21 00:54:09 +02:00 |
add_return_type.rs
|
Rename some assists
|
2021-09-21 00:54:09 +02:00 |
add_turbo_fish.rs
|
|
|
apply_demorgan.rs
|
|
|
auto_import.rs
|
Deduplicate imports for qualify_path
|
2021-09-01 21:51:28 +02:00 |
change_visibility.rs
|
|
|
convert_bool_then.rs
|
Simplify
|
2021-09-13 18:50:19 +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
|
|
|
convert_iter_for_each_to_for.rs
|
Add a mirror function-like proc-macro expander for tests
|
2021-09-21 14:55:54 +02:00 |
convert_to_guarded_return.rs
|
|
|
convert_tuple_struct_to_named_struct.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
convert_while_to_loop.rs
|
assists: turn while into loop
|
2021-09-16 22:20:27 +02:00 |
destructure_tuple_binding.rs
|
|
|
expand_glob_import.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
extract_function.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
extract_struct_from_enum_variant.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
extract_type_alias.rs
|
|
|
extract_variable.rs
|
Simplify
|
2021-09-13 18:50:19 +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
|
Change the style of the code
|
2021-09-22 06:32:23 +08:00 |
generate_getter.rs
|
|
|
generate_impl.rs
|
|
|
generate_is_empty_from_len.rs
|
|
|
generate_new.rs
|
|
|
generate_setter.rs
|
|
|
inline_call.rs
|
Reject recursive calls in inline_call
|
2021-09-26 14:55:03 +02:00 |
inline_local_variable.rs
|
fix: Do not wrap inlined local in parens when at block tail position
|
2021-09-14 18:29:34 +02:00 |
introduce_named_generic.rs
|
Rename some assists
|
2021-09-21 00:54:09 +02:00 |
introduce_named_lifetime.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
invert_if.rs
|
|
|
merge_imports.rs
|
|
|
merge_match_arms.rs
|
|
|
move_bounds.rs
|
|
|
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
|
|
|
pull_assignment_up.rs
|
|
|
qualify_path.rs
|
Deduplicate imports for qualify_path
|
2021-09-01 21:51:28 +02:00 |
raw_string.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
remove_dbg.rs
|
|
|
remove_mut.rs
|
|
|
remove_unused_param.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
reorder_fields.rs
|
|
|
reorder_impl.rs
|
|
|
replace_derive_with_manual_impl.rs
|
|
|
replace_if_let_with_match.rs
|
Narrow "if-let to match" assist available range
|
2021-09-18 05:28:52 +09: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
|
|
|
split_import.rs
|
|
|
toggle_ignore.rs
|
Simplify
|
2021-09-13 18:50:19 +02:00 |
unmerge_use.rs
|
|
|
unwrap_block.rs
|
|
|
wrap_return_type_in_result.rs
|
|
|