rust-analyzer/crates/ra_assists/src/handlers
Benjamin Coenen bbe22640b8 Add unwrap block assist #4156
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
2020-04-29 14:53:47 +02:00
..
add_custom_impl.rs Switch to TryFrom 2020-04-25 11:59:18 +02:00
add_derive.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
add_explicit_type.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
add_from_impl_for_enum.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
add_function.rs Switch to TryFrom 2020-04-25 11:59:18 +02:00
add_impl.rs Convert code to text-size 2020-04-25 11:59:18 +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 Switch to TryFrom 2020-04-25 11:59:18 +02:00
apply_demorgan.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
auto_import.rs Add a test 2020-03-24 10:43:24 +02:00
change_visibility.rs Convert code to text-size 2020-04-25 11:59:18 +02: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 Convert code to text-size 2020-04-25 11:59:18 +02: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 Convert code to text-size 2020-04-25 11:59:18 +02:00
introduce_variable.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
invert_if.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
merge_imports.rs Some clippy fixes 2020-04-19 15:15:49 -04:00
merge_match_arms.rs Switch to TryFrom 2020-04-25 11:59:18 +02:00
move_bounds.rs Rename some tokens 2020-04-10 17:07:09 +02:00
move_guard.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
raw_string.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
remove_dbg.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
remove_mut.rs Convert code to text-size 2020-04-25 11:59:18 +02:00
reorder_fields.rs Remove more unnecessary braces 2020-04-12 18:20:03 +03: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 Convert code to text-size 2020-04-25 11:59:18 +02:00
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
unwrap_block.rs Add unwrap block assist #4156 2020-04-29 14:53:47 +02:00