rust/crates/ra_assists/src
Aleksey Kladov 268e739c94 move add_missing_members to structured editing API
Currently, this is more code, and we also loose auto-indenting of
bodies, but, long-term, this is the right approach
2019-04-22 13:01:33 +03:00
..
add_derive.rs switch to new rowan 2019-04-01 12:06:24 +03:00
add_explicit_type.rs use really correct resolver for expressions 2019-04-13 00:44:47 +03:00
add_impl.rs switch to new rowan 2019-04-01 12:06:24 +03:00
add_missing_impl_members.rs move add_missing_members to structured editing API 2019-04-22 13:01:33 +03:00
assist_ctx.rs use structured editing API for fill struct assist 2019-04-21 22:13:52 +03:00
ast_editor.rs move add_missing_members to structured editing API 2019-04-22 13:01:33 +03:00
auto_import.rs switch to new rowan 2019-04-01 12:06:24 +03:00
change_visibility.rs switch to new rowan 2019-04-01 12:06:24 +03:00
fill_match_arms.rs use really correct resolver for expressions 2019-04-13 00:44:47 +03:00
fill_struct_fields.rs more type safety 2019-04-22 10:11:06 +03:00
flip_binexpr.rs switch to new rowan 2019-04-01 12:06:24 +03:00
flip_comma.rs switch to new rowan 2019-04-01 12:06:24 +03:00
inline_local_variable.rs fold ScopeWithSyntax into SourceAnalyzer 2019-04-13 10:49:01 +03:00
introduce_variable.rs switch to new rowan 2019-04-01 12:06:24 +03:00
lib.rs more type safety 2019-04-22 10:11:06 +03:00
marks.rs add marks to assists 2019-02-24 15:46:06 +03:00
remove_dbg.rs switch to new rowan 2019-04-01 12:06:24 +03:00
replace_if_let_with_match.rs remove flavor 2019-04-02 12:25:24 +03:00
split_import.rs replace usages of algo::generate with iter::successors from std 2019-04-13 16:43:49 +02:00