rust-analyzer/crates/ra_assists/src/assists
2019-11-28 16:56:06 -03:00
..
add_custom_impl.rs assists: add assist for custom implementation for derived trait 2019-11-28 16:56:06 -03:00
add_derive.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
add_explicit_type.rs Introduce hir::Type 2019-11-26 14:02:57 +03:00
add_impl.rs simplify AssistCtx API 2019-10-27 17:35:37 +03:00
add_import.rs Don't add a space after the opening brace in autoimport 2019-10-29 18:14:15 +01:00
add_missing_impl_members.rs Rename Source::ast -> Source::value 2019-11-20 09:42:30 +03:00
add_new.rs Fix hir for ast::UnionDef 2019-11-25 17:50:49 +03: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 Use strongly-typed ast building for early-return assist 2019-11-13 11:54:21 +03:00
fill_match_arms.rs Introduce hir::Type 2019-11-26 14:02:57 +03:00
flip_binexpr.rs simplify AssistCtx API 2019-10-27 17:35:37 +03: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