rust/crates/ra_assists/src
2019-09-23 14:31:30 -04:00
..
add_derive.rs rename range -> text_range 2019-07-20 12:58:27 +03:00
add_explicit_type.rs remove ast::*Kind enums from assists 2019-08-19 14:11:09 +03:00
add_impl.rs switch to upstream rowan's API 2019-07-20 20:12:06 +03:00
add_missing_impl_members.rs refactor fill_match_arms assist 2019-08-23 00:43:12 +03:00
assist_ctx.rs Document AssistBuilder 2019-07-29 15:43:34 +03:00
ast_editor.rs Drive by lints 2019-09-23 14:31:30 -04:00
auto_import.rs Move store TypeRef of type based path in PathKind 2019-09-15 19:48:24 +08:00
change_visibility.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
fill_match_arms.rs Drive by lints 2019-09-23 14:31:30 -04:00
flip_binexpr.rs rename range -> text_range 2019-07-20 12:58:27 +03:00
flip_comma.rs rustfmt 2019-07-30 21:02:29 +07:00
inline_local_variable.rs remove ast::*Kind enums from assists 2019-08-19 14:11:09 +03:00
introduce_variable.rs fix assists 2019-09-02 21:52:06 +03:00
lib.rs feat(assists): raw string <-> usual string manipulation 2019-09-19 22:12:28 +01:00
marks.rs add marks to assists 2019-02-24 15:46:06 +03:00
merge_match_arms.rs remove ast::*Kind enums from assists 2019-08-19 14:11:09 +03:00
move_bounds.rs add assist to move type bounds to where clause 2019-09-05 13:29:13 +03:00
move_guard.rs fix hir for new block syntax 2019-09-02 21:23:19 +03:00
raw_string.rs Suspicious line endings 2019-09-20 11:55:59 -04:00
remove_dbg.rs rename range -> text_range 2019-07-20 12:58:27 +03:00
replace_if_let_with_match.rs fix hir for new block syntax 2019-09-02 21:23:19 +03:00
split_import.rs rename range -> text_range 2019-07-20 12:58:27 +03:00