aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar/items
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of attributes in positional field listsDJMcNab2019-01-121-0/+10
|
* Fix handling of where clauses in tuple structsDJMcNab2019-01-101-0/+4
|
* Rename traits::impl_item -> impl_block as well, as well as the testsFlorian Diebold2019-01-041-3/+3
|
* Fix the tests and fix the precommit hookDJMcNab2018-12-202-2/+2
|
* grand module renameAleksey Kladov2018-12-081-394/+0
|
* Use json comparison code from cargo for heavy testsFlorian Diebold2018-12-061-1/+1
|
* Improve/add the use_item documentationDJMcNab2018-12-051-1/+54
|
* Complete paths after ::Aleksey Kladov2018-11-211-1/+1
|
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-4/+2
|
* Cargo FormatJeremy A. Kolb2018-10-162-22/+24
| | | | Run `cargo fmt` and ignore generated files
* generate testsuite for impl_typecsmoe2018-09-261-5/+5
|
* parse impl typecsmoe2018-09-251-10/+16
|
* reject impl keyword in impl headercsmoe2018-09-241-2/+10
|
* rename all thingsAleksey Kladov2018-09-165-0/+753