rust-analyzer/crates/ra_assists/src/assists
Aleksey Kladov ec6fb8da7c Add profiling around add_impl_members
This intention is pretty slow for `impl Interator`, because it has a
ton of default methods which need to be substituted.

The proper fix here is to not compute the actual edit until the user
triggers the action, but that's awkward to do in the LSP right now, so
let's just put a profiling code for now.
2020-02-06 14:55:10 +01:00
..
add_custom_impl.rs Fix casing 2020-01-14 12:32:26 -05:00
add_derive.rs More UI friendly labels 2020-01-14 11:49:14 -05:00
add_explicit_type.rs Allow add_explicit_type to replace a placeholder type 2020-02-03 13:09:38 +02:00
add_impl.rs More UI friendly labels 2020-01-14 11:49:14 -05:00
add_import.rs Remove obsolete rustdoc 2020-02-02 14:59:07 +02:00
add_missing_impl_members.rs Add profiling around add_impl_members 2020-02-06 14:55:10 +01:00
add_new.rs More natural trait setup 2020-01-16 16:27:21 +01:00
apply_demorgan.rs Fix casing 2020-01-14 12:32:26 -05:00
auto_import.rs Use proper import name in the label 2020-02-03 15:44:28 +02:00
change_visibility.rs Fix casing 2020-01-14 12:32:26 -05:00
early_return.rs Fix casing 2020-01-14 12:32:26 -05:00
fill_match_arms.rs Fix casing 2020-01-14 12:32:26 -05:00
flip_binexpr.rs Fix casing 2020-01-14 12:32:26 -05:00
flip_comma.rs Fix casing 2020-01-14 12:32:26 -05:00
flip_trait_bound.rs Fix casing 2020-01-14 12:32:26 -05:00
inline_local_variable.rs fixed inline_local_variable bug 2020-01-25 21:07:21 +01:00
introduce_variable.rs Fix casing 2020-01-14 12:32:26 -05:00
invert_if.rs Fix casing 2020-01-14 12:32:26 -05:00
merge_match_arms.rs Better cursor placement when merging arms 2020-02-05 13:41:43 +01:00
move_bounds.rs Fix casing 2020-01-14 12:32:26 -05:00
move_guard.rs Fix casing 2020-01-14 12:32:26 -05:00
raw_string.rs Fix casing 2020-01-14 12:32:26 -05:00
remove_dbg.rs More UI friendly labels 2020-01-14 11:49:14 -05:00
replace_if_let_with_match.rs Refactor if-let -> match assist to use ast::make 2020-02-05 14:08:16 +01:00
split_import.rs Fix casing 2020-01-14 12:32:26 -05:00