.. |
add_explicit_type.rs
|
|
|
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
|
|
add_missing_match_arms.rs
|
simple implementation
|
2021-10-15 13:19:46 +02:00 |
add_return_type.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
add_turbo_fish.rs
|
|
|
apply_demorgan.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
auto_import.rs
|
|
|
change_visibility.rs
|
|
|
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
|
|
|
convert_integer_literal.rs
|
|
|
convert_into_to_from.rs
|
|
|
convert_iter_for_each_to_for.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
convert_to_guarded_return.rs
|
|
|
convert_tuple_struct_to_named_struct.rs
|
|
|
convert_while_to_loop.rs
|
Replace if let Some(_) = foo with if foo.is_some()
|
2021-10-05 09:00:18 +11:00 |
destructure_tuple_binding.rs
|
|
|
expand_glob_import.rs
|
|
|
extract_function.rs
|
Merge #10532
|
2021-10-12 17:24:50 +00:00 |
extract_struct_from_enum_variant.rs
|
|
|
extract_type_alias.rs
|
|
|
extract_variable.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
fix_visibility.rs
|
|
|
flip_binexpr.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
flip_comma.rs
|
|
|
flip_trait_bound.rs
|
|
|
generate_constant.rs
|
cleanup
|
2021-10-06 10:14:12 +08:00 |
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
|
Merge #10440
|
2021-10-05 08:58:40 +00:00 |
generate_getter.rs
|
|
|
generate_impl.rs
|
|
|
generate_is_empty_from_len.rs
|
|
|
generate_new.rs
|
|
|
generate_setter.rs
|
|
|
inline_call.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
inline_local_variable.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
introduce_named_generic.rs
|
|
|
introduce_named_lifetime.rs
|
|
|
invert_if.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
merge_imports.rs
|
|
|
merge_match_arms.rs
|
|
|
move_bounds.rs
|
|
|
move_from_mod_rs.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
move_guard.rs
|
|
|
move_module_to_file.rs
|
|
|
move_to_mod_rs.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
pull_assignment_up.rs
|
Replace if let with match where appropriate
|
2021-10-05 09:00:21 +11:00 |
qualify_path.rs
|
Replace if let with match where appropriate
|
2021-10-05 09:00:21 +11:00 |
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
|
Simplify generated PartialOrd code
|
2021-10-12 17:44:57 +02:00 |
replace_if_let_with_match.rs
|
Make selections in assists with trailing/leading whitespace more forgiving
|
2021-10-12 14:41:59 +02:00 |
replace_let_with_if_let.rs
|
Expose HasSource::source through Semantics with caching behaviour
|
2021-10-07 15:00:14 +02:00 |
replace_qualified_name_with_use.rs
|
|
|
replace_string_with_char.rs
|
|
|
replace_try_expr_with_match.rs
|
fix tests
|
2021-10-06 20:45:18 +02:00 |
sort_items.rs
|
|
|
split_import.rs
|
|
|
toggle_ignore.rs
|
|
|
unmerge_use.rs
|
|
|
unwrap_block.rs
|
|
|
wrap_return_type_in_result.rs
|
|
|