aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar/items.rs
Commit message (Collapse)AuthorAgeFilesLines
* make macro a NameOwnerAleksey Kladov2019-02-111-1/+3
|
* reformat the worldAleksey Kladov2019-02-081-5/+1
|
* Add AST for extern crateFlorian Diebold2019-02-041-1/+1
| | | | Also change it to parse the crate name as a NAME_REF, not a NAME.
* Make attrs be a child of the let statementDJMcNab2019-01-261-1/+1
|
* Rename traits::impl_item -> impl_block as well, as well as the testsFlorian Diebold2019-01-041-1/+1
|
* Rename ImplItem to ImplBlockFlorian Diebold2019-01-041-1/+1
| | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion.
* Fix parsing of contextual_keyword unionDJMcNab2018-12-201-1/+1
|
* Fix the tests and fix the precommit hookDJMcNab2018-12-201-1/+1
|
* grand module renameAleksey Kladov2018-12-081-0/+394