.. |
add_explicit_type.rs
|
|
|
add_missing_impl_members.rs
|
Fix type typo in add_missing_impl_members doc
|
2020-12-25 18:15:31 +01:00 |
add_turbo_fish.rs
|
|
|
apply_demorgan.rs
|
|
|
auto_import.rs
|
Move the helpers into ide_db
|
2020-11-28 16:30:39 +02:00 |
change_visibility.rs
|
|
|
convert_integer_literal.rs
|
|
|
early_return.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
expand_glob_import.rs
|
|
|
extract_struct_from_enum_variant.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
extract_variable.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
fill_match_arms.rs
|
source_old -> source for cases that can be handled by simple bubbling
|
2021-01-02 21:53:52 +11:00 |
fix_visibility.rs
|
Handle missing source in target_data_for_def
|
2021-01-02 21:53:52 +11:00 |
flip_binexpr.rs
|
|
|
flip_comma.rs
|
|
|
flip_trait_bound.rs
|
|
|
generate_default_from_enum_variant.rs
|
generate default implementation for an enum from an enum variant #6860
|
2020-12-15 21:35:41 +01:00 |
generate_derive.rs
|
|
|
generate_from_impl_for_enum.rs
|
Move the helpers into ide_db
|
2020-11-28 16:30:39 +02:00 |
generate_function.rs
|
Align config's API with usage
|
2021-01-06 21:22:24 +03:00 |
generate_impl.rs
|
Node-ify lifetimes
|
2020-12-16 14:16:09 +01:00 |
generate_new.rs
|
Node-ify lifetimes
|
2020-12-16 14:16:09 +01:00 |
infer_function_return_type.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
inline_function.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
inline_local_variable.rs
|
|
|
introduce_named_lifetime.rs
|
Node-ify lifetimes
|
2020-12-16 14:16:09 +01:00 |
invert_if.rs
|
Remove parentheses when inverting !(cond)
|
2020-12-21 17:37:38 +01:00 |
merge_imports.rs
|
Normalize spelling to American English
|
2020-12-10 17:51:56 +03:00 |
merge_match_arms.rs
|
|
|
move_bounds.rs
|
|
|
move_guard.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
move_module_to_file.rs
|
Better target for move module
|
2021-01-06 16:32:45 +03:00 |
pull_assignment_up.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
qualify_path.rs
|
Remove some redundant allocations
|
2020-12-12 12:27:09 -05:00 |
raw_string.rs
|
|
|
remove_dbg.rs
|
Don't wrap parens around expr in remove_dbg assist if its in conditions
|
2020-11-20 17:28:56 +01:00 |
remove_mut.rs
|
|
|
remove_unused_param.rs
|
Delete related whitespace when removing unused param
|
2020-12-21 18:42:42 +01:00 |
reorder_fields.rs
|
Use standard test style
|
2020-12-15 11:53:16 +03:00 |
replace_derive_with_manual_impl.rs
|
Avoid a couple of allocations
|
2020-12-29 14:35:49 +02:00 |
replace_if_let_with_match.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |
replace_impl_trait_with_generic.rs
|
|
|
replace_let_with_if_let.rs
|
Add replace_match_with_if_let assist
|
2020-12-05 15:41:36 +01:00 |
replace_qualified_name_with_use.rs
|
Fix use merging not using the first path segment
|
2020-11-30 17:21:07 +01:00 |
replace_string_with_char.rs
|
|
|
replace_unwrap_with_match.rs
|
|
|
split_import.rs
|
|
|
toggle_ignore.rs
|
Minor cleanup
|
2020-11-30 13:47:38 +03:00 |
unwrap_block.rs
|
Use standard code style for test fixtures
|
2020-11-17 14:43:23 +01:00 |
wrap_return_type_in_result.rs
|
Rename expr -> tail_expr
|
2021-01-05 15:51:13 +03:00 |