.. |
add_explicit_type.rs
|
Simplify Semantics::type_of_expr_with_coercion
|
2021-07-11 14:44:10 +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
|
Reorder definitions in extract_function
|
2021-07-29 22:10:40 +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
|
fix: Adding async keyword when await is present in generate_function assist
|
2021-07-09 20:04:55 +05:30 |
generate_getter.rs
|
|
|
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
|
Invert boolean literals in assist negation logic
|
2021-07-06 20:30:26 +02:00 |
introduce_named_lifetime.rs
|
|
|
invert_if.rs
|
Invert boolean literals in assist negation logic
|
2021-07-06 20:30:26 +02:00 |
merge_imports.rs
|
|
|
merge_match_arms.rs
|
|
|
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
|
add: fix: Adding remove_unused_param for method and fixing same for associative func
|
2021-07-18 12:06:21 +05:30 |
reorder_fields.rs
|
|
|
reorder_impl.rs
|
|
|
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
|
Disambiguate replace with if let assist labels
|
2021-07-10 18:00:22 +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
|
|
|
split_import.rs
|
|
|
toggle_ignore.rs
|
|
|
unmerge_use.rs
|
|
|
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
|
|
|