rust/crates/ra_assists/src/handlers
2020-04-21 23:04:44 +02:00
..
add_custom_impl.rs Start stdx 2020-03-28 11:01:25 +01:00
add_derive.rs
add_explicit_type.rs Do not add default and closure types in 'add explicit type' assist 2020-04-21 22:56:40 +03:00
add_from_impl_for_enum.rs Some clippy fixes 2020-04-19 15:15:49 -04:00
add_function.rs Add pub(crate) to functions generated in other module 2020-04-21 23:04:44 +02:00
add_impl.rs Scale token generation back 2020-04-10 16:10:28 +02:00
add_missing_impl_members.rs Change missing impl assist to use todo!() instead of unimplemented() 2020-04-10 13:56:12 -07:00
add_new.rs Scale token generation back 2020-04-10 16:10:28 +02:00
apply_demorgan.rs
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
flip_comma.rs
flip_trait_bound.rs
inline_local_variable.rs Simpler acessors for keywords 2020-04-09 23:42:01 +02:00
introduce_variable.rs Some clippy fixes 2020-04-19 15:15:49 -04: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 Some clippy fixes 2020-04-19 15:15:49 -04:00
merge_match_arms.rs Generalize 2020-03-19 11:38:26 +01:00
move_bounds.rs Rename some tokens 2020-04-10 17:07:09 +02:00
move_guard.rs
raw_string.rs
remove_dbg.rs
remove_mut.rs
reorder_fields.rs Remove more unnecessary braces 2020-04-12 18:20:03 +03:00
replace_if_let_with_match.rs
replace_let_with_if_let.rs Fix assist description 2020-03-27 13:23:19 +01:00
replace_qualified_name_with_use.rs
replace_unwrap_with_match.rs Assist: replace unwrap with match 2020-03-27 00:08:12 +09:00
split_import.rs Fix panic in split_imports assist 2020-04-20 16:34:01 +02:00