rust/crates/ra_assists/src/handlers
2020-07-01 10:25:59 +03:00
..
add_custom_impl.rs Add snippet support for some assists 2020-05-19 20:28:27 +02:00
add_derive.rs Add snippet support for some assists 2020-05-19 20:28:27 +02:00
add_explicit_type.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
add_from_impl_for_enum.rs Remove RelativePathBuf from fixture 2020-06-23 00:14:44 +02:00
add_function.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
add_impl.rs Add snippet support for some assists 2020-05-19 20:28:27 +02:00
add_missing_impl_members.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
add_new.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
add_turbo_fish.rs Significantly more glorious marks 2020-05-20 13:00:50 +02:00
apply_demorgan.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02:00
auto_import.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
change_return_type_to_result.rs do not suggest assist for return type to result in bad case #4826 2020-06-21 18:47:27 +02:00
change_visibility.rs Get rid of unused imports 2020-06-29 01:23:39 +03:00
early_return.rs Use correct indent when replacing with match 2020-06-09 12:38:47 +02:00
extract_struct_from_enum_variant.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
extract_variable.rs introduce_variable -> extract_variable 2020-06-27 01:21:43 +02:00
fill_match_arms.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
fix_visibility.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
flip_binexpr.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02:00
flip_comma.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02:00
flip_trait_bound.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02:00
inline_local_variable.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
introduce_named_lifetime.rs introduce_named_lifetime assist wasn't applicable when type parameter 2020-06-04 17:31:21 -05:00
invert_if.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02:00
merge_imports.rs Fix panic in split and merge import assists 2020-06-23 16:51:07 +03:00
merge_match_arms.rs Follow matklad suggestions 2020-06-29 01:18:50 +03:00
move_bounds.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02:00
move_guard.rs More snippets 2020-05-20 23:33:03 +02:00
raw_string.rs Centralize fixture parsing for assists 2020-06-24 00:30:34 +02:00
remove_dbg.rs More snippets 2020-05-20 23:33:03 +02:00
remove_mut.rs More snippets 2020-05-20 23:33:03 +02:00
reorder_fields.rs Remove db from AssistsContext 2020-07-01 10:25:59 +03:00
replace_if_let_with_match.rs Use correct indent when replacing with match 2020-06-09 12:38:47 +02:00
replace_let_with_if_let.rs More snippets 2020-05-20 23:50:42 +02:00
replace_qualified_name_with_use.rs Operate only on AST paths instead of HIR 2020-06-16 00:49:59 +02:00
replace_unwrap_with_match.rs Snippetify unwrap -> match 2020-05-21 00:01:08 +02:00
split_import.rs Fix panic in split and merge import assists 2020-06-23 16:51:07 +03:00
unwrap_block.rs Unwrap block works with match arms 2020-06-09 11:52:45 +02:00