rust/crates/ra_assists/src/handlers
Benjamin Coenen df7899e47a Add unwrap block assist #4156
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
2020-05-01 16:41:29 +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 More principled approach for finding From trait 2020-04-29 14:51:44 +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 Use specific pattern when translating if-let-else to match 2020-04-29 11:59:11 +02:00
replace_let_with_if_let.rs Use specific pattern when translating if-let-else to match 2020-04-29 11:59:11 +02: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 Use specific pattern when translating if-let-else to match 2020-04-29 11:59:11 +02: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-05-01 16:41:29 +02:00