.. |
add_explicit_type.rs
|
Merge #11112
|
2022-01-04 21:51:37 +00:00 |
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
Fix generic type substitution in impl trait with assoc const
|
2022-01-07 16:41:39 +01:00 |
add_missing_match_arms.rs
|
Added test
|
2022-02-22 22:48:44 +00:00 |
add_return_type.rs
|
|
|
add_turbo_fish.rs
|
succinct code
|
2022-01-07 13:53:42 +00:00 |
apply_demorgan.rs
|
fix: Fix apply_demorgan assist hanging for certain binary expressions
|
2022-01-05 22:30:19 +01:00 |
auto_import.rs
|
Make replace_derive_with_manual_impl work again
|
2022-02-22 10:20:44 +01:00 |
change_visibility.rs
|
|
|
convert_bool_then.rs
|
Change single_let() and is_pattern_cond() to free functions
|
2022-02-21 08:34:36 +02:00 |
convert_comment_block.rs
|
Fix some clippy lints
|
2021-12-17 17:46:20 +02:00 |
convert_integer_literal.rs
|
|
|
convert_into_to_from.rs
|
Fix some clippy lints
|
2021-12-17 17:46:20 +02:00 |
convert_iter_for_each_to_for.rs
|
fix: Complete functions and methods from block level impls
|
2022-02-01 23:29:40 +01:00 |
convert_to_guarded_return.rs
|
Change single_let() and is_pattern_cond() to free functions
|
2022-02-21 08:34:36 +02:00 |
convert_tuple_struct_to_named_struct.rs
|
|
|
convert_while_to_loop.rs
|
Change single_let() and is_pattern_cond() to free functions
|
2022-02-21 08:34:36 +02:00 |
destructure_tuple_binding.rs
|
Avoid collect_vec from itertools
|
2022-01-02 12:06:14 +02:00 |
expand_glob_import.rs
|
Reformat code
|
2022-01-13 21:07:17 +02:00 |
extract_function.rs
|
Fix various IDE features
|
2022-02-21 08:34:35 +02:00 |
extract_module.rs
|
Replace folds with for loops
|
2022-01-02 12:05:35 +02:00 |
extract_struct_from_enum_variant.rs
|
|
|
extract_type_alias.rs
|
|
|
extract_variable.rs
|
removed double matching
|
2022-01-05 21:16:24 +00:00 |
fix_visibility.rs
|
|
|
flip_binexpr.rs
|
|
|
flip_comma.rs
|
|
|
flip_trait_bound.rs
|
|
|
generate_constant.rs
|
|
|
generate_default_from_enum_variant.rs
|
|
|
generate_default_from_new.rs
|
|
|
generate_delegate_methods.rs
|
minor: fixup generate assist priorities
|
2021-12-13 16:42:21 +01:00 |
generate_deref.rs
|
|
|
generate_derive.rs
|
|
|
generate_documentation_template.rs
|
refactor: apply suggestions
|
2022-01-07 14:07:35 +01:00 |
generate_enum_is_method.rs
|
|
|
generate_enum_projection_method.rs
|
|
|
generate_from_impl_for_enum.rs
|
|
|
generate_function.rs
|
Fix test fixture
|
2022-02-02 12:42:13 +01:00 |
generate_getter.rs
|
Don't say "a reference to" for Copy types
|
2021-12-19 17:28:31 -08:00 |
generate_impl.rs
|
|
|
generate_is_empty_from_len.rs
|
fix: Complete functions and methods from block level impls
|
2022-02-01 23:29:40 +01:00 |
generate_new.rs
|
|
|
generate_setter.rs
|
|
|
inline_call.rs
|
|
|
inline_local_variable.rs
|
fix: Fix inline local assist not working in let stmt initializer
|
2021-12-21 14:03:59 +01:00 |
introduce_named_generic.rs
|
|
|
introduce_named_lifetime.rs
|
|
|
invert_if.rs
|
Change single_let() and is_pattern_cond() to free functions
|
2022-02-21 08:34:36 +02:00 |
merge_imports.rs
|
Apply review fixes
|
2022-02-14 20:41:01 -05:00 |
merge_match_arms.rs
|
styling fixes
|
2022-01-14 18:53:28 +00:00 |
move_bounds.rs
|
|
|
move_from_mod_rs.rs
|
|
|
move_guard.rs
|
Update tests
|
2022-02-21 08:34:35 +02:00 |
move_module_to_file.rs
|
|
|
move_to_mod_rs.rs
|
|
|
number_representation.rs
|
Fix typo in reformat number assist label
|
2021-12-21 09:45:20 +02:00 |
promote_local_to_const.rs
|
|
|
pull_assignment_up.rs
|
|
|
qualify_method_call.rs
|
|
|
qualify_path.rs
|
Fix some clippy lints
|
2021-12-17 17:46:20 +02:00 |
raw_string.rs
|
|
|
remove_dbg.rs
|
dead code
|
2021-12-28 19:13:30 +03:00 |
remove_mut.rs
|
|
|
remove_unused_param.rs
|
|
|
reorder_fields.rs
|
|
|
reorder_impl.rs
|
|
|
replace_derive_with_manual_impl.rs
|
fix: Fix expand_macro always expanding the first listed derive
|
2022-02-22 12:32:27 +01:00 |
replace_if_let_with_match.rs
|
Change single_let() and is_pattern_cond() to free functions
|
2022-02-21 08:34:36 +02:00 |
replace_let_with_if_let.rs
|
Fix various IDE features
|
2022-02-21 08:34:35 +02:00 |
replace_qualified_name_with_use.rs
|
Drop generic args in path before insert use
|
2022-02-22 15:41:26 +08: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
|
|
|
unwrap_block.rs
|
fix unwrap_block by removing double trimming
|
2021-12-18 23:19:53 +01:00 |
unwrap_result_return_type.rs
|
|
|
wrap_return_type_in_result.rs
|
|
|