aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/items/nominal.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce dedicated AST node for unionAleksey Kladov2019-11-251-167/+0
| | | | | | | | | | 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.
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Replace usages of bump_any with bumpkjeremy2019-09-191-6/+6
|
* rename bump -> bump_anyAleksey Kladov2019-09-091-6/+6
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-15/+15
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-33/+33
|
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* Use Marker argument for item parserspcpthm2019-03-181-7/+4
| | | | | - Fix pub_expr - Fix incorrect parsing of crate::path
* move parser to a separate crateAleksey Kladov2019-02-211-0/+168