aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/items.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use Marker argument for item parserspcpthm2019-03-181-53/+40
| | | | | - Fix pub_expr - Fix incorrect parsing of crate::path
* Apply stylistic changes suggestedpcpthm2019-03-181-13/+10
|
* Refactor maybe_item to use Marker argumentpcpthm2019-03-171-47/+42
|
* Add test for async blockCaio2019-03-101-1/+2
|
* Add async keywordCaio2019-03-091-1/+9
|
* rename type to type_alias in the AST as wellAleksey Kladov2019-02-251-1/+1
|
* move parser to a separate crateAleksey Kladov2019-02-211-0/+392