.. |
add_braces.rs
|
|
|
add_explicit_type.rs
|
|
|
add_label_to_loop.rs
|
|
|
add_lifetime_to_type.rs
|
|
|
add_missing_impl_members.rs
|
Ignore doc(hidden) attr if no body is present
|
2023-11-09 02:12:53 +01:00 |
add_missing_match_arms.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01:00 |
add_return_type.rs
|
|
|
add_turbo_fish.rs
|
Fix panic in add_type_ascription
|
2023-11-14 18:43:48 -05:00 |
apply_demorgan.rs
|
Replace unwrap with expect
|
2023-10-04 13:06:23 +02:00 |
auto_import.rs
|
internal: Move out WithFixture into dev-dep only crate
|
2023-12-18 15:24:08 +01:00 |
bind_unused_param.rs
|
|
|
bool_to_enum.rs
|
fix: use original range to deal with macros in promote_local_to_const
|
2024-01-02 10:33:48 +01:00 |
change_visibility.rs
|
|
|
convert_bool_then.rs
|
|
|
convert_comment_block.rs
|
v4
|
2023-09-22 13:32:20 +02:00 |
convert_integer_literal.rs
|
|
|
convert_into_to_from.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01:00 |
convert_iter_for_each_to_for.rs
|
|
|
convert_let_else_to_match.rs
|
|
|
convert_match_to_let_else.rs
|
|
|
convert_named_struct_to_tuple_struct.rs
|
|
|
convert_nested_function_to_closure.rs
|
|
|
convert_to_guarded_return.rs
|
fix: allow more kinds of if let patterns in guarded return assist
|
2023-10-01 11:48:10 -07:00 |
convert_tuple_return_type_to_struct.rs
|
Implicit format args support
|
2023-12-05 17:07:00 +01:00 |
convert_tuple_struct_to_named_struct.rs
|
fix: Fix incorrectly replacing references in macro invocation in "Convert to named struct" assist
|
2023-11-14 16:01:59 +09:00 |
convert_two_arm_bool_match_to_matches_macro.rs
|
|
|
convert_while_to_loop.rs
|
|
|
destructure_tuple_binding.rs
|
Add IdentPat::set_pat
|
2023-11-13 20:41:06 -05:00 |
desugar_doc_comment.rs
|
v4
|
2023-09-22 13:32:20 +02:00 |
expand_glob_import.rs
|
|
|
extract_expressions_from_format_string.rs
|
Implicit format args support
|
2023-12-05 17:07:00 +01:00 |
extract_function.rs
|
Auto merge of #16009 - werifu:fix-extract-function, r=Veykril
|
2023-12-07 17:28:41 +00:00 |
extract_module.rs
|
Replace ID based TokenMap with proper relative text-ranges / spans
|
2023-11-28 10:55:39 +01:00 |
extract_struct_from_enum_variant.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01:00 |
extract_type_alias.rs
|
|
|
extract_variable.rs
|
chore: add unapplicable test for extract_variable without select
|
2023-10-28 10:06:09 +08:00 |
fix_visibility.rs
|
Replace ID based TokenMap with proper relative text-ranges / spans
|
2023-11-28 10:55:39 +01:00 |
flip_binexpr.rs
|
flip binexpr works for lhs cmp
|
2023-12-08 11:36:30 +01:00 |
flip_comma.rs
|
|
|
flip_trait_bound.rs
|
|
|
generate_constant.rs
|
Replace ID based TokenMap with proper relative text-ranges / spans
|
2023-11-28 10:55:39 +01:00 |
generate_default_from_enum_variant.rs
|
|
|
generate_default_from_new.rs
|
|
|
generate_delegate_methods.rs
|
fix: prefer keeping Self if it is in the same impl def
|
2023-12-08 12:30:14 +01:00 |
generate_delegate_trait.rs
|
|
|
generate_deref.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01:00 |
generate_derive.rs
|
|
|
generate_documentation_template.rs
|
|
|
generate_enum_is_method.rs
|
|
|
generate_enum_projection_method.rs
|
|
|
generate_enum_variant.rs
|
fix: Deduplicate annotations
|
2023-12-19 08:49:00 +01:00 |
generate_from_impl_for_enum.rs
|
|
|
generate_function.rs
|
Replace ID based TokenMap with proper relative text-ranges / spans
|
2023-11-28 10:55:39 +01:00 |
generate_getter_or_setter.rs
|
|
|
generate_impl.rs
|
|
|
generate_is_empty_from_len.rs
|
|
|
generate_mut_trait_impl.rs
|
make generate_mut_trait_impl assist trigged for std trait only
|
2023-11-05 12:27:10 +08:00 |
generate_new.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01:00 |
generate_trait_from_impl.rs
|
|
|
inline_call.rs
|
Implicit format args support
|
2023-12-05 17:07:00 +01:00 |
inline_const_as_literal.rs
|
|
|
inline_local_variable.rs
|
Implicit format args support
|
2023-12-05 17:07:00 +01:00 |
inline_macro.rs
|
|
|
inline_type_alias.rs
|
|
|
into_to_qualified_from.rs
|
Make QualPathTy case readable
|
2023-09-22 21:23:03 +02:00 |
introduce_named_generic.rs
|
|
|
introduce_named_lifetime.rs
|
|
|
invert_if.rs
|
|
|
merge_imports.rs
|
|
|
merge_match_arms.rs
|
|
|
move_bounds.rs
|
|
|
move_const_to_impl.rs
|
|
|
move_from_mod_rs.rs
|
|
|
move_guard.rs
|
|
|
move_module_to_file.rs
|
|
|
move_to_mod_rs.rs
|
|
|
number_representation.rs
|
|
|
promote_local_to_const.rs
|
fix: use original range to deal with macros in promote_local_to_const
|
2024-01-02 10:33:48 +01:00 |
pull_assignment_up.rs
|
|
|
qualify_method_call.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01:00 |
qualify_path.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01:00 |
raw_string.rs
|
|
|
remove_dbg.rs
|
|
|
remove_mut.rs
|
|
|
remove_parentheses.rs
|
move parentheses judge logic into builder
|
2023-11-22 14:11:00 +08:00 |
remove_unused_imports.rs
|
test: add test case for remove comma
|
2023-12-22 21:04:53 +08:00 |
remove_unused_param.rs
|
|
|
reorder_fields.rs
|
|
|
reorder_impl_items.rs
|
|
|
replace_arith_op.rs
|
|
|
replace_derive_with_manual_impl.rs
|
Simplify
|
2023-12-06 14:36:39 +01:00 |
replace_if_let_with_match.rs
|
|
|
replace_is_method_with_if_let_method.rs
|
refactor: change generated variable name
|
2023-10-17 17:34:11 +08:00 |
replace_let_with_if_let.rs
|
|
|
replace_method_eager_lazy.rs
|
|
|
replace_named_generic_with_impl.rs
|
Implicit format args support
|
2023-12-05 17:07:00 +01:00 |
replace_qualified_name_with_use.rs
|
Add config for preferring / ignoring prelude modules in find_path
|
2023-11-11 14:56:38 +01: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
|
Replace option.map(cond) == Some(true) with option.is_some_and(cond)
|
2023-11-24 09:06:44 -08:00 |
unmerge_match_arm.rs
|
|
|
unmerge_use.rs
|
Give unmerge_use a label explaining what it will affect.
|
2023-09-16 13:29:03 -07:00 |
unnecessary_async.rs
|
Implicit format args support
|
2023-12-05 17:07:00 +01:00 |
unqualify_method_call.rs
|
chore: add use case for PathSegment::qualifying_trait
|
2023-11-17 21:31:33 +08:00 |
unwrap_block.rs
|
|
|
unwrap_result_return_type.rs
|
fix panic with wrapping/unwrapping result return type assists
|
2023-09-24 16:00:55 -07:00 |
unwrap_tuple.rs
|
|
|
wrap_return_type_in_result.rs
|
fix panic with wrapping/unwrapping result return type assists
|
2023-09-24 16:00:55 -07:00 |