rust/crates/ra_assists/src/handlers
2020-02-18 16:03:08 +02:00
..
add_custom_impl.rs Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
add_derive.rs Name assist handlers 2020-02-07 17:28:02 +01:00
add_explicit_type.rs Name assist handlers 2020-02-07 17:28:02 +01:00
add_impl.rs Name assist handlers 2020-02-07 17:28:02 +01:00
add_missing_impl_members.rs Formatted changes. 2020-02-11 09:40:08 -06:00
add_new.rs Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
apply_demorgan.rs Introduce assists utils 2020-02-07 17:28:02 +01:00
auto_import.rs Do not collect all traits 2020-02-12 23:27:19 +02:00
change_visibility.rs Name assist handlers 2020-02-07 17:28:02 +01:00
early_return.rs Introduce assists utils 2020-02-07 17:28:02 +01:00
fill_match_arms.rs Add or- and parenthesized-patterns 2020-02-09 22:06:15 +00: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 Name assist handlers 2020-02-07 17:28:02 +01:00
introduce_variable.rs Name assist handlers 2020-02-07 17:28:02 +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 Name assist handlers 2020-02-07 17:28:02 +01:00
move_guard.rs Add or- and parenthesized-patterns 2020-02-09 22:06:15 +00:00
raw_string.rs Name assist handlers 2020-02-07 17:28:02 +01:00
remove_dbg.rs Name assist handlers 2020-02-07 17:28:02 +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 Introduce AttrKind 2020-02-12 16:44:52 +02:00
split_import.rs Name assist handlers 2020-02-07 17:28:02 +01:00