This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2c8f1b5c30
rust
/
crates
/
ide_assists
/
src
/
handlers
History
Lukas Wirth
2c8f1b5c30
Rewrite extract_struct_from_enum_variant assist
2021-04-20 17:36:42 +02:00
..
add_explicit_type.rs
add_lifetime_to_type.rs
add_missing_impl_members.rs
add_turbo_fish.rs
apply_demorgan.rs
auto_import.rs
Remove SyntaxRewriter usage in insert_use in favor of ted
2021-04-20 02:09:12 +02:00
change_visibility.rs
convert_comment_block.rs
convert_integer_literal.rs
convert_into_to_from.rs
Convert Into to From assist
2021-04-03 15:48:35 +01:00
convert_iter_for_each_to_for.rs
early_return.rs
expand_glob_import.rs
extract_function.rs
Fix extract function with partial block selection
2021-04-14 21:34:01 -07:00
extract_struct_from_enum_variant.rs
Rewrite extract_struct_from_enum_variant assist
2021-04-20 17:36:42 +02:00
extract_type_alias.rs
extract_variable.rs
fix: extract variable works in guards
2021-04-05 14:40:56 +03:00
fill_match_arms.rs
Unindent test according to the style guide.
2021-04-19 16:24:09 +05:00
fix_visibility.rs
flip_binexpr.rs
flip_comma.rs
internal: don't use
#[should_panic]
for tests
2021-04-13 12:21:59 +03:00
flip_trait_bound.rs
generate_default_from_enum_variant.rs
generate_default_from_new.rs
generate_deref.rs
implement field stuff too
2021-04-18 21:51:17 -07:00
generate_derive.rs
generate_enum_is_method.rs
generate_enum_projection_method.rs
generate_from_impl_for_enum.rs
generate_function.rs
generate_getter_mut.rs
generate_getter.rs
generate_impl.rs
generate_is_empty_from_len.rs
generate_new.rs
generate_setter.rs
infer_function_return_type.rs
inline_function.rs
inline_local_variable.rs
introduce_named_lifetime.rs
Switch introduce_named_lifetime assist to use mutable syntax tree
2021-04-15 01:56:19 +05:00
invert_if.rs
merge_imports.rs
merge_match_arms.rs
move_bounds.rs
move_guard.rs
move_module_to_file.rs
pull_assignment_up.rs
qualify_path.rs
raw_string.rs
remove_dbg.rs
Insert unnamed consts to ChildBySource DynMap
2021-04-09 17:14:48 +02:00
remove_mut.rs
remove_unused_param.rs
reorder_fields.rs
Rewrite reorder fields assist to use mutable syntax trees
2021-04-03 17:22:16 +02:00
reorder_impl.rs
Replace SyntaxRewriter usage with ted in reorder_impl assist
2021-04-20 02:08:21 +02:00
replace_derive_with_manual_impl.rs
Simplify
2021-04-19 17:11:30 +02:00
replace_for_loop_with_for_each.rs
replace_if_let_with_match.rs
replace_impl_trait_with_generic.rs
replace_let_with_if_let.rs
replace_qualified_name_with_use.rs
Remove SyntaxRewriter usage in insert_use in favor of ted
2021-04-20 02:09:12 +02:00
replace_string_with_char.rs
replace_unwrap_with_match.rs
split_import.rs
toggle_ignore.rs
unmerge_use.rs
unwrap_block.rs
wrap_return_type_in_result.rs