..
add_custom_impl.rs
Start stdx
2020-03-28 11:01:25 +01:00
add_derive.rs
Name assist handlers
2020-02-07 17:28:02 +01:00
add_explicit_type.rs
Convert more tokens
2020-04-10 16:10:28 +02:00
add_from_impl_for_enum.rs
Cleanup checking for existing impls in impl From assist
2020-04-02 18:42:30 +01:00
add_function.rs
Use ast::make API in add_function assist
2020-04-01 23:06:14 +02:00
add_impl.rs
Scale token generation back
2020-04-10 16:10:28 +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
Scale token generation back
2020-04-10 16:10:28 +02:00
apply_demorgan.rs
Introduce assists utils
2020-02-07 17:28:02 +01:00
auto_import.rs
Add a test
2020-03-24 10:43:24 +02:00
change_visibility.rs
Fix add visibility false-positive
2020-03-25 15:55:57 +01: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
Name assist handlers
2020-02-07 17:28:02 +01: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
Simpler acessors for keywords
2020-04-09 23:42:01 +02:00
introduce_variable.rs
Semicolon token
2020-04-10 16:10:28 +02:00
invert_if.rs
disable invert if assist for if-let to fix #3281
2020-03-21 06:40:18 -07:00
merge_imports.rs
Fix double comma when merge imports on second line
2020-04-12 21:29:14 -04:00
merge_match_arms.rs
Generalize
2020-03-19 11:38:26 +01:00
move_bounds.rs
Rename some tokens
2020-04-10 17:07:09 +02:00
move_guard.rs
More manual clippy fixes
2020-02-18 16:12:37 +02:00
raw_string.rs
Refactor string literals
2020-02-27 17:19:53 +01:00
remove_dbg.rs
Name assist handlers
2020-02-07 17:28:02 +01:00
remove_mut.rs
Add remove_mut
assist
2020-02-19 12:44:54 +01:00
reorder_fields.rs
Remove more unnecessary braces
2020-04-12 18:20:03 +03:00
replace_if_let_with_match.rs
Run cargo +nightly fix --clippy -Z unstable-options
2020-02-18 16:03:08 +02:00
replace_let_with_if_let.rs
Fix assist description
2020-03-27 13:23:19 +01:00
replace_qualified_name_with_use.rs
Simplify
2020-02-28 22:43:13 +01:00
replace_unwrap_with_match.rs
Assist: replace unwrap with match
2020-03-27 00:08:12 +09:00
split_import.rs
Merge imports assist
2020-03-18 19:34:47 +01:00