rust/crates/ra_assists/src
Aleksey Kladov deab4caa7b make Parse fields private
this is in preparation for the new rowan API
2019-07-12 19:41:13 +03:00
..
add_derive.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
add_explicit_type.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
add_impl.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
add_missing_impl_members.rs move whitespace manipulation inside AstEditor 2019-07-10 22:03:00 +03:00
assist_ctx.rs make Parse fields private 2019-07-12 19:41:13 +03:00
ast_editor.rs make Parse fields private 2019-07-12 19:41:13 +03:00
auto_import.rs Some clippy fixes for 1.36 2019-07-04 17:43:00 -04:00
change_visibility.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
fill_match_arms.rs Clippy changes 2019-07-04 23:00:00 -04:00
flip_binexpr.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
flip_comma.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
inline_local_variable.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
introduce_variable.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
lib.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
marks.rs add marks to assists 2019-02-24 15:46:06 +03:00
move_guard.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
remove_dbg.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
replace_if_let_with_match.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
split_import.rs readability 2019-07-05 10:18:01 -04:00