rust/crates/ra_assists/src/handlers
Aleksey Kladov 6eb05c4a14 Simplify
2020-03-13 18:02:04 +01:00
..
add_custom_impl.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
add_derive.rs Name assist handlers 2020-02-07 17:28:02 +01:00
add_explicit_type.rs Refactor primary IDE API 2020-02-26 12:55:50 +01:00
add_impl.rs Name assist handlers 2020-02-07 17:28:02 +01:00
add_missing_impl_members.rs Simplify 2020-03-13 18:02:04 +01:00
add_new.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
apply_demorgan.rs Introduce assists utils 2020-02-07 17:28:02 +01:00
auto_import.rs Unfold groups with single assists into plain assists 2020-03-06 00:17:26 +02:00
change_visibility.rs introduce const visibility assist 2020-02-28 01:15:17 +00:00
early_return.rs Fix typo 2020-02-29 13:51:23 +01:00
fill_match_arms.rs Don't use generic DB where a concrete one will do 2020-03-13 17:58:49 +01:00
flip_binexpr.rs Name assist handlers 2020-02-07 17:28:02 +01:00
flip_comma.rs Name assist handlers 2020-02-07 17:28:02 +01:00
flip_trait_bound.rs Name assist handlers 2020-02-07 17:28:02 +01:00
inline_local_variable.rs Remove old find refs infra 2020-03-04 14:25:22 +01:00
introduce_variable.rs Remove code duplication in tests 2020-02-26 11:25:07 +01:00
invert_if.rs Introduce assists utils 2020-02-07 17:28:02 +01:00
merge_match_arms.rs Add or- and parenthesized-patterns 2020-02-09 22:06:15 +00:00
move_bounds.rs Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
move_guard.rs More manual clippy fixes 2020-02-18 16:12:37 +02:00
raw_string.rs Refactor string literals 2020-02-27 17:19:53 +01:00
remove_dbg.rs Name assist handlers 2020-02-07 17:28:02 +01:00
remove_mut.rs Add remove_mut assist 2020-02-19 12:44:54 +01:00
replace_if_let_with_match.rs Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
replace_qualified_name_with_use.rs Simplify 2020-02-28 22:43:13 +01:00
split_import.rs Rerail split_import API onto AST 2020-03-06 14:08:43 +01:00