rust-analyzer/crates/ra_assists/src/assists
2019-12-17 15:38:28 +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 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 Refactor PathKind 2019-12-17 15:38:28 +01:00
add_missing_impl_members.rs Rename Source::ast -> Source::value 2019-11-20 09:42:30 +03: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 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