rust/crates/ra_parser/src
Aleksey Kladov e1c0bdaf75 Introduce dedicated AST node for union
Although structs and unions have the same syntax and differ only in
the keyword, re-using the single syntax node for both of them leads to
confusion in practice, and propagates further down the hir in an
upleasent way.

Moreover, static and consts also share syntax, but we use different
nodes for them.
2019-11-25 17:50:49 +03:00
..
grammar Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
syntax_kind Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
event.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
grammar.rs Start simplifying editing API 2019-09-26 22:22:08 +03:00
lib.rs simplify 2019-09-02 18:58:21 +03:00
parser.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
syntax_kind.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
token_set.rs Simplify parsing 2019-11-14 17:36:27 +03:00