..
add_explicit_type.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
add_missing_impl_members.rs
Add missing AssocItems in add_custom_impl assist
2020-11-05 23:41:46 +01:00
add_turbo_fish.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
apply_demorgan.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
auto_import.rs
Make insert_use return a SyntaxRewriter
2020-11-02 21:40:52 +01:00
change_visibility.rs
Change visibility works for type aliases
2020-10-18 17:04:12 +02:00
convert_integer_literal.rs
Minimize convert_integer_literal tests
2020-11-07 18:47:25 +09:00
early_return.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
expand_glob_import.rs
Remove text_edit_builder api from AssistBuilder
2020-11-08 23:22:11 +01:00
extract_struct_from_enum_variant.rs
Add extra test to extract_struct_from_enum_variant
2020-11-12 18:44:37 +01:00
extract_variable.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
fill_match_arms.rs
Don't rely on display names in inlay_hints
2020-10-20 18:14:14 +02:00
fix_visibility.rs
Re-export base_db from ide_db
2020-10-24 11:39:57 +03:00
flip_binexpr.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
flip_comma.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
flip_trait_bound.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
generate_derive.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
generate_from_impl_for_enum.rs
Don't rely on display names in inlay_hints
2020-10-20 18:14:14 +02:00
generate_function.rs
Re-export base_db from ide_db
2020-10-24 11:39:57 +03:00
generate_impl.rs
generate_impl assist respect cfg attributes #6312
2020-10-22 09:48:48 +02:00
generate_new.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
infer_function_return_type.rs
Adjust test-texts in infer_function_return_type
2020-11-06 21:51:15 +01:00
inline_local_variable.rs
**Inline Variable** works with field shorthand
2020-08-26 13:03:14 +02:00
introduce_named_lifetime.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
invert_if.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
merge_imports.rs
Fix stackoverflow in insert_use::recursive_merge
2020-10-14 01:43:56 +02:00
merge_match_arms.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
move_bounds.rs
Rename ra_assists -> assists
2020-08-13 17:33:38 +02:00
move_guard.rs
Allow assist move_arm_cond_to_match_guard inside blocks
2020-10-24 02:20:45 -04:00
qualify_path.rs
Keep generic annotations when qualifying things
2020-10-29 10:25:15 +01:00
raw_string.rs
Simplify
2020-11-06 22:30:58 +01:00
remove_dbg.rs
Keep parens around in remove-dbg for range expressions
2020-10-25 15:36:02 +01:00
remove_mut.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
remove_unused_param.rs
Support qualified function calls in remove_unused_param
2020-11-12 18:04:42 +01:00
reorder_fields.rs
Remove text_edit_builder api from AssistBuilder
2020-11-08 23:22:11 +01:00
replace_derive_with_manual_impl.rs
More consistent naming
2020-11-09 13:07:18 +01:00
replace_if_let_with_match.rs
Remove dependency on 'assists' from 'completion' crate
2020-10-24 10:47:23 +03:00
replace_impl_trait_with_generic.rs
Remove unnecessary comma
2020-09-04 22:58:50 +03:00
replace_let_with_if_let.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
replace_qualified_name_with_use.rs
Make insert_use return a SyntaxRewriter
2020-11-02 21:40:52 +01:00
replace_string_with_char.rs
Simplify
2020-11-06 22:30:58 +01:00
replace_unwrap_with_match.rs
Remove dependency on 'assists' from 'completion' crate
2020-10-24 10:47:23 +03:00
split_import.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
unwrap_block.rs
Kill RAW_ literals
2020-11-06 22:23:14 +01:00
wrap_return_type_in_result.rs
Use standard style for test code
2020-11-09 13:28:04 +01:00