rust-analyzer/crates/ra_assists/src/assists
2020-01-12 11:34:52 +01:00
..
add_custom_impl.rs docs: describe new feature 'add custom impl for derived trait' 2019-11-28 17:36:40 -03:00
add_derive.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
add_explicit_type.rs Add macro call support for type_of 2019-12-23 13:19:01 +08:00
add_impl.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
add_import.rs Forbid <T>::foo syntax in mod paths 2019-12-18 17:41:33 +01:00
add_missing_impl_members.rs Fix ordering problem between qualifying paths and substituting params 2020-01-11 23:33:04 +01:00
add_new.rs Remove some unwraps in add_new 2019-12-13 18:28:01 -05:00
apply_demorgan.rs do refact and fix some issue 2019-11-24 13:14:57 +08:00
change_visibility.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
early_return.rs Clippy lints 2019-12-20 15:14:30 -05:00
fill_match_arms.rs Qualify paths in 'fill match arms' assist 2020-01-12 11:34:52 +01:00
flip_binexpr.rs BinOp helper to detect assignment 2020-01-04 15:54:31 -05:00
flip_comma.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
flip_trait_bound.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
inline_local_variable.rs Reduce some duplication 2019-11-16 01:14:56 +03:00
introduce_variable.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
invert_if.rs do refact and fix some issue 2019-11-24 13:14:57 +08:00
merge_match_arms.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
move_bounds.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
move_guard.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
raw_string.rs Add ast for plain and raw string literals 2019-11-16 22:50:41 +03:00
remove_dbg.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
replace_if_let_with_match.rs fix 2190; add test for "replace if let with match" 2019-11-20 19:01:06 +01:00
split_import.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00