aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar/items.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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