rust/crates/ra_assists/src/handlers
2020-04-09 13:00:09 +02:00
..
add_custom_impl.rs Start stdx 2020-03-28 11:01:25 +01:00
add_derive.rs Name assist handlers 2020-02-07 17:28:02 +01:00
add_explicit_type.rs Get rid of ItemOrMacro 2020-03-26 16:10:01 +01:00
add_from_impl_for_enum.rs Cleanup checking for existing impls in impl From assist 2020-04-02 18:42:30 +01:00
add_function.rs Use ast::make API in add_function assist 2020-04-01 23:06:14 +02:00
add_impl.rs Provide more complete AST accessors to support usage in rustc 2020-04-09 11:50:37 +02:00
add_missing_impl_members.rs Align naming 2020-03-24 12:56:07 +01:00
add_new.rs Provide more complete AST accessors to support usage in rustc 2020-04-09 11:50:37 +02:00
apply_demorgan.rs Introduce assists utils 2020-02-07 17:28:02 +01:00
auto_import.rs Add a test 2020-03-24 10:43:24 +02:00
change_visibility.rs Fix add visibility false-positive 2020-03-25 15:55:57 +01:00
early_return.rs More general ctor for ifs 2020-03-27 11:38:00 +01:00
fill_match_arms.rs When adding match arm, don't let the floating comma 2020-03-31 14:52:20 +02: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 Scale back to only two traits 2020-04-09 13:00:09 +02:00
invert_if.rs disable invert if assist for if-let to fix #3281 2020-03-21 06:40:18 -07:00
merge_imports.rs Provide more complete AST accessors to support usage in rustc 2020-04-09 11:50:37 +02:00
merge_match_arms.rs Generalize 2020-03-19 11:38:26 +01:00
move_bounds.rs Use match_ast 2020-03-18 20:51:47 +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_let_with_if_let.rs Fix assist description 2020-03-27 13:23:19 +01:00
replace_qualified_name_with_use.rs Simplify 2020-02-28 22:43:13 +01:00
replace_unwrap_with_match.rs Assist: replace unwrap with match 2020-03-27 00:08:12 +09:00
split_import.rs Merge imports assist 2020-03-18 19:34:47 +01:00