rust/crates/ra_assists/src/handlers
Aleksey Kladov 6a6098d4c3 Remove RelativePathBuf from fixture
The paths in fixture are not really relative (the default one is
`/main.rs`), so it doesn't make sense to use `RelativePathBuf` here.
2020-06-23 00:14:44 +02: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 Fix type parameter defaults 2020-06-05 20:09:13 +02:00
add_from_impl_for_enum.rs Remove RelativePathBuf from fixture 2020-06-23 00:14:44 +02:00
add_function.rs Simplify API 2020-06-09 00:01:53 +02:00
add_impl.rs Add snippet support for some assists 2020-05-19 20:28:27 +02:00
add_missing_impl_members.rs Better cursor placement when adding impl members 2020-05-20 02:07:21 +02:00
add_new.rs Snippetify add_new 2020-05-20 10:17:46 +02: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 Respect casing when searching for imports 2020-06-10 16:04:55 +02:00
change_return_type_to_result.rs Use snippets in change_return_type_to_result 2020-05-20 11:10:15 +02:00
change_visibility.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02: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 RelativePathBuf from fixture 2020-06-23 00:14:44 +02:00
fill_match_arms.rs Remove RelativePathBuf from fixture 2020-06-23 00:14:44 +02:00
fix_visibility.rs Simplify API 2020-06-09 00:01:53 +02: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 Snippetify introduce/inline var 2020-05-20 23:07:17 +02:00
introduce_named_lifetime.rs introduce_named_lifetime assist wasn't applicable when type parameter 2020-06-04 17:31:21 -05:00
introduce_variable.rs Snippetify introduce/inline var 2020-05-20 23:07:17 +02:00
invert_if.rs Relax cursor position tests in assists 2020-05-20 22:55:37 +02:00
merge_imports.rs More snippets 2020-05-20 23:33:03 +02:00
merge_match_arms.rs More snippets 2020-05-20 23:33:03 +02: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 Relax cursor position tests in assists 2020-05-20 22:55:37 +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 unnecessary clone that prevented clippy from moving on 2020-05-22 17:13:14 -04: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 More snippets 2020-05-20 23:50:42 +02:00
unwrap_block.rs Unwrap block works with match arms 2020-06-09 11:52:45 +02:00