rust/crates/ra_assists/src/handlers
2020-03-19 11:47:33 -07:00
..
add_custom_impl.rs Cleanup imports 2020-03-19 12:36:33 +01: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 Cleanup imports 2020-03-19 12:36:33 +01:00
add_missing_impl_members.rs Simplify 2020-03-13 18:02:04 +01:00
add_new.rs Cleanup imports 2020-03-19 12:36:33 +01:00
apply_demorgan.rs Introduce assists utils 2020-02-07 17:28:02 +01:00
auto_import.rs Cleanup imports 2020-03-19 12:36:33 +01: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 show assist if all arms are present 2020-03-19 11:47:33 -07: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 Cleanup imports 2020-03-19 12:36:33 +01:00
merge_imports.rs Merge nested use trees 2020-03-19 12:18:59 +01: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_qualified_name_with_use.rs Simplify 2020-02-28 22:43:13 +01:00
split_import.rs Merge imports assist 2020-03-18 19:34:47 +01:00