rust/crates/assists/src/handlers
bors[bot] 067067a6c1
Merge #6896
6896: Node-ify lifetimes r=jonas-schievink a=Veykril

Let's see if this passes the tests 🤞 

Depends on https://github.com/rust-analyzer/ungrammar/pull/15

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Co-authored-by: Jonas Schievink <jonas.schievink@ferrous-systems.com>
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2020-12-16 17:08:03 +00:00
..
add_explicit_type.rs
add_missing_impl_members.rs Don't HirDisplay unknown types when displaying for source 2020-12-12 19:05:00 +01:00
add_turbo_fish.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
apply_demorgan.rs
auto_import.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
change_visibility.rs Change visibility works for type aliases 2020-10-18 17:04:12 +02:00
convert_integer_literal.rs Minimize convert_integer_literal tests 2020-11-07 18:47:25 +09:00
early_return.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
expand_glob_import.rs Remove text_edit_builder api from AssistBuilder 2020-11-08 23:22:11 +01:00
extract_struct_from_enum_variant.rs Remove some redundant allocations 2020-12-12 12:27:09 -05:00
extract_variable.rs
fill_match_arms.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
fix_visibility.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
flip_binexpr.rs
flip_comma.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
flip_trait_bound.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
generate_default_from_enum_variant.rs generate default implementation for an enum from an enum variant #6860 2020-12-15 21:35:41 +01:00
generate_derive.rs
generate_from_impl_for_enum.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
generate_function.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
generate_impl.rs Node-ify lifetimes 2020-12-16 14:16:09 +01:00
generate_new.rs Node-ify lifetimes 2020-12-16 14:16:09 +01:00
infer_function_return_type.rs Don't call a closure function in infer_function_return_type label 2020-11-17 22:34:15 +01:00
inline_local_variable.rs
introduce_named_lifetime.rs Node-ify lifetimes 2020-12-16 14:16:09 +01:00
invert_if.rs Parenthesize composite if condition before inverting in invert-if assist 2020-12-15 16:25:57 +01:00
merge_imports.rs Normalize spelling to American English 2020-12-10 17:51:56 +03:00
merge_match_arms.rs
move_bounds.rs
move_guard.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
qualify_path.rs Remove some redundant allocations 2020-12-12 12:27:09 -05:00
raw_string.rs Simplify 2020-11-06 22:30:58 +01:00
remove_dbg.rs Don't wrap parens around expr in remove_dbg assist if its in conditions 2020-11-20 17:28:56 +01:00
remove_mut.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
remove_unused_param.rs Support qualified function calls in remove_unused_param 2020-11-12 18:04:42 +01:00
reorder_fields.rs Use standard test style 2020-12-15 11:53:16 +03:00
replace_derive_with_manual_impl.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
replace_if_let_with_match.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
replace_impl_trait_with_generic.rs
replace_let_with_if_let.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
replace_qualified_name_with_use.rs Fix use merging not using the first path segment 2020-11-30 17:21:07 +01:00
replace_string_with_char.rs Simplify 2020-11-06 22:30:58 +01:00
replace_unwrap_with_match.rs Remove dependency on 'assists' from 'completion' crate 2020-10-24 10:47:23 +03:00
split_import.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
toggle_ignore.rs Minor cleanup 2020-11-30 13:47:38 +03:00
unwrap_block.rs Use standard code style for test fixtures 2020-11-17 14:43:23 +01:00
wrap_return_type_in_result.rs Use standard style for test code 2020-11-09 13:28:04 +01:00