..
add_braces.rs
fixes
2023-01-21 23:42:11 +05:30
add_explicit_type.rs
Add flag to disallow opaque types for DisplayTarget::SourceCode
2023-04-12 19:03:48 +09:00
add_label_to_loop.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
add_lifetime_to_type.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
add_missing_impl_members.rs
chore: Prefer tracing span shorthand macros
2024-06-06 16:52:25 -07:00
add_missing_match_arms.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
add_return_type.rs
fix some typos
2023-05-01 14:53:25 +08:00
add_turbo_fish.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
apply_demorgan.rs
tests: update test in assist apply_demorgan
2024-05-05 23:44:52 +08:00
auto_import.rs
Auto merge of #17308 - mathew-horner:prefer-workspace, r=Veykril
2024-06-07 10:35:49 +00:00
bind_unused_param.rs
Better trait implementation support
2023-08-29 22:56:31 +07:00
bool_to_enum.rs
Auto merge of #17467 - winstxnhdw:bool-to-enum, r=Veykril
2024-06-30 12:26:07 +00:00
change_visibility.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
convert_bool_then.rs
Deduplicate some code
2024-02-10 01:51:22 +01:00
convert_comment_block.rs
ide-assists: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
convert_comment_from_or_to_doc.rs
remove nested match with and_then
2024-05-24 22:57:35 +02:00
convert_from_to_tryfrom.rs
Add convert From to TryFrom assist
2024-04-19 08:29:20 +01:00
convert_integer_literal.rs
feat: Hover for literals showing additional value information
2024-01-16 14:28:47 +01:00
convert_into_to_from.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
convert_iter_for_each_to_for.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
convert_let_else_to_match.rs
Add inlay hint for exclusive ranges
2024-01-07 09:33:56 +00:00
convert_match_to_let_else.rs
question_mark
2024-01-19 17:31:01 +01:00
convert_named_struct_to_tuple_struct.rs
Fix typos
2024-05-15 18:55:27 +02:00
convert_nested_function_to_closure.rs
autofix remaining perf findings
2024-01-07 01:20:20 +01:00
convert_to_guarded_return.rs
restrict cursor range to show assists
2024-02-05 18:53:40 +05:30
convert_tuple_return_type_to_struct.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
convert_tuple_struct_to_named_struct.rs
Add destructure_struct_binding
action
2024-02-29 13:17:44 +00:00
convert_two_arm_bool_match_to_matches_macro.rs
Allow match to matches assist to trigger on non-literal bool arms
2023-08-01 12:10:38 +02:00
convert_while_to_loop.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
destructure_struct_binding.rs
style: simplify string interpolation
2024-05-30 16:18:49 -07:00
destructure_tuple_binding.rs
Handle bindings to refs
2024-02-29 13:17:45 +00:00
desugar_doc_comment.rs
Lint debug prints and disallowed types with clippy
2024-02-01 17:57:27 +01:00
expand_glob_import.rs
Updated search to expose some more functions and to make search take the search scope by reference.
2023-07-09 17:30:21 -04:00
extract_expressions_from_format_string.rs
Make extract_expressions_from_format_string
only use snippets when available
2024-06-02 11:47:05 -04:00
extract_function.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
extract_module.rs
fix: typo
2024-03-15 21:14:17 +08:00
extract_struct_from_enum_variant.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
extract_type_alias.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
extract_variable.rs
ide-assists: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
fill_record_pattern_fields.rs
Fix usage in other assist
2024-02-29 13:17:45 +00:00
fix_visibility.rs
Align set_visibility
with the rest of the set_
edit-in-place methods
2024-02-15 20:40:14 -05:00
flip_binexpr.rs
flip binexpr works for lhs cmp
2023-12-08 11:36:30 +01:00
flip_comma.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
flip_trait_bound.rs
test that flip_trait_bound works with trait objects
2024-02-10 11:06:07 +01:00
generate_constant.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
generate_default_from_enum_variant.rs
Migrate assists to format args captures, part 2
2022-10-12 02:23:35 -04:00
generate_default_from_new.rs
minor: correct some typos
2024-02-02 18:22:54 +08:00
generate_delegate_methods.rs
fix make HirDisplay format lifetimes first
2024-03-18 17:18:08 +05:30
generate_delegate_trait.rs
style: simplify string interpolation
2024-05-30 16:18:49 -07:00
generate_deref.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
generate_derive.rs
v2
2023-08-16 00:22:08 +02:00
generate_documentation_template.rs
Auto merge of #16525 - Veykril:item-loc, r=Veykril
2024-02-10 10:47:37 +00:00
generate_enum_is_method.rs
fix: rename generator to coroutine
2024-01-15 12:24:47 +01:00
generate_enum_projection_method.rs
Inline all format arguments where possible
2022-12-24 14:36:10 -05:00
generate_enum_variant.rs
ide-assists: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
generate_from_impl_for_enum.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
generate_function.rs
Register virtual workspace Cargo.toml files in the VFS
2024-06-09 12:54:50 +02:00
generate_getter_or_setter.rs
style: simplify string interpolation
2024-05-30 16:18:49 -07:00
generate_impl.rs
Migrate generate_impl
to mutable ast
2024-02-08 19:13:10 -05:00
generate_is_empty_from_len.rs
ide-assists: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
generate_mut_trait_impl.rs
style: simplify string interpolation
2024-05-30 16:18:49 -07:00
generate_new.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
generate_trait_from_impl.rs
Migrate generate_trait_from_impl
to mutable ast
2024-02-15 21:34:29 -05:00
inline_call.rs
Register virtual workspace Cargo.toml files in the VFS
2024-06-09 12:54:50 +02:00
inline_const_as_literal.rs
ide-assists: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
inline_local_variable.rs
Implicit format args support
2023-12-05 17:07:00 +01:00
inline_macro.rs
test: use 4 spaces for indetation in macro expansion
2024-02-27 20:53:07 +08:00
inline_type_alias.rs
Lint debug prints and disallowed types with clippy
2024-02-01 17:57:27 +01:00
into_to_qualified_from.rs
style: simplify string interpolation
2024-05-30 16:18:49 -07:00
introduce_named_generic.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
introduce_named_lifetime.rs
ide-assists: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
invert_if.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
merge_imports.rs
merge imports assist avoids adding unnecessary braces when merging nested use tree selections
2024-01-28 11:55:01 +03:00
merge_match_arms.rs
Lint debug prints and disallowed types with clippy
2024-02-01 17:57:27 +01:00
merge_nested_if.rs
style: simplify string interpolation
2024-05-30 16:18:49 -07:00
move_bounds.rs
Fmt
2022-09-02 21:18:36 +00:00
move_const_to_impl.rs
Updated search to expose some more functions and to make search take the search scope by reference.
2023-07-09 17:30:21 -04:00
move_from_mod_rs.rs
Add prefix file_
to Semantics
's to_module_defs()
/to_module_def()
methods
2024-02-28 10:27:28 +01:00
move_guard.rs
Migrate assists to format args captures, part 3
2022-10-12 02:28:41 -04:00
move_module_to_file.rs
test: add test case extract_with_specified_path_attr
2024-05-12 11:48:17 +08:00
move_to_mod_rs.rs
Add prefix file_
to Semantics
's to_module_defs()
/to_module_def()
methods
2024-02-28 10:27:28 +01:00
normalize_import.rs
add more tests for normalize import assist
2024-01-28 11:55:01 +03:00
number_representation.rs
ide-assists: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
promote_local_to_const.rs
fix: Fix impl Trait<Self>
causing stackoverflows
2024-04-15 15:41:20 +02:00
pull_assignment_up.rs
Use anonymous lifetime where possible
2023-06-29 23:27:28 +09:00
qualify_method_call.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
qualify_path.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
raw_string.rs
Render literal escaping errors in hovers
2024-05-13 12:51:57 +02:00
remove_dbg.rs
Parse builtin# syntax
2023-09-05 10:36:35 +02:00
remove_mut.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
remove_parentheses.rs
fix: don't remove parentheses for calls of function-like pointers that are members of a struct or union
2024-06-21 17:57:53 +03:00
remove_unused_imports.rs
braces around {self} in UseTree are not unnecessary
2024-04-30 18:17:32 +01:00
remove_unused_param.rs
Rollback changes in remove_unused_param.rs
2023-08-29 23:06:12 +07:00
reorder_fields.rs
internal: Replace Display impl for Name
2023-05-24 20:55:12 +02:00
reorder_impl_items.rs
fix: Fix expression scopes not being calculated for inline consts
2024-04-25 09:49:19 +02:00
replace_arith_op.rs
Fix replace_arith label
2023-01-17 16:31:34 +02:00
replace_derive_with_manual_impl.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
replace_if_let_with_match.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
replace_is_method_with_if_let_method.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
replace_let_with_if_let.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
replace_method_eager_lazy.rs
Allow hir::Param to refer to other entity params aside from functions
2024-05-18 12:35:55 +02:00
replace_named_generic_with_impl.rs
Implicit format args support
2023-12-05 17:07:00 +01:00
replace_qualified_name_with_use.rs
internal: refactor prefer_no_std
/prefer_prelude
bools into a struct
2024-05-22 20:46:30 +02:00
replace_string_with_char.rs
Render literal escaping errors in hovers
2024-05-13 12:51:57 +02:00
replace_try_expr_with_match.rs
desugar ? operator
2023-03-17 13:08:35 +03:30
replace_turbofish_with_explicit_type.rs
redundant_pattern_matching
2024-01-19 17:31:01 +01:00
sort_items.rs
Remove unused codes
2024-01-21 12:56:23 +08:00
split_import.rs
Run cargo fix --edition-idioms
2022-07-20 15:02:08 +02:00
term_search.rs
Do not explicit generics to generated expressions
2024-06-30 15:19:19 +03:00
toggle_async_sugar.rs
Review fixes: Assist scope, trait qualify
2024-05-24 02:17:44 +03:00
toggle_ignore.rs
Consider exported_name="main"
functions in test modules as tests
2024-04-04 14:51:10 +02:00
unmerge_match_arm.rs
a number of code simplifications
2023-01-10 18:48:51 +00:00
unmerge_use.rs
Give unmerge_use
a label explaining what it will affect.
2023-09-16 13:29:03 -07:00
unnecessary_async.rs
redundant_pattern_matching
2024-01-19 17:31:01 +01:00
unqualify_method_call.rs
chore: add use case for PathSegment::qualifying_trait
2023-11-17 21:31:33 +08:00
unwrap_block.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
unwrap_result_return_type.rs
Lint debug prints and disallowed types with clippy
2024-02-01 17:57:27 +01:00
unwrap_tuple.rs
Migrate assists to format args captures, part 3
2022-10-12 02:28:41 -04:00
wrap_return_type_in_result.rs
fix panic with wrapping/unwrapping result return type assists
2023-09-24 16:00:55 -07:00
wrap_unwrap_cfg_attr.rs
Fixed cursor being at end
2024-03-24 10:38:03 -04:00