rust-analyzer/crates/syntax/src/ast
Steven Joruk 5b712bd821 feat: Add an assist for inlining type aliases
This intends to lead to a more useful assist to replace all users of an
alias with its definition.
2022-03-12 13:42:24 +00:00
..
generated fix: Recognize Self as a proper keyword 2022-03-05 23:20:06 +01:00
edit.rs Use mutable syntax trees in merge_imports, split_imports 2021-11-19 20:02:27 +05:00
edit_in_place.rs Use mutable syntax trees in merge_imports, split_imports 2021-11-19 20:02:27 +05:00
expr_ext.rs Fix if in #11561 2022-02-27 00:19:45 +00:00
generated.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
make.rs fix: Recognize Self as a proper keyword 2022-03-05 23:20:06 +01:00
node_ext.rs feat: Add an assist for inlining type aliases 2022-03-12 13:42:24 +00:00
operators.rs internal: merge hir::BinaryOp and ast::BinOp 2021-08-14 18:10:01 +03:00
token_ext.rs Move format specifier lexing from syntax to ide_db 2022-01-15 13:14:59 +01:00
traits.rs Reduce allocations in attribute collection 2022-01-30 22:18:32 +01:00