aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/attributes.rs
Commit message (Expand)AuthorAgeFilesLines
* Simplify array parsingAleksey Kladov2020-01-161-22/+0
* fix formatingEdwin Cheng2020-01-161-1/+1
* Fix array element attribute positionEdwin Cheng2020-01-161-0/+22
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-2/+17
|\
| * FixesuHOOCCOOHu2019-09-301-10/+8
| * Parse correct AttrInputuHOOCCOOHu2019-09-301-2/+19
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
|/
* Replace usages of bump_any with bumpkjeremy2019-09-191-2/+2
* rename bump -> bump_anyAleksey Kladov2019-09-091-2/+2
* tiny simplificationAleksey Kladov2019-09-091-1/+1
* apply T! macro where it is possibleSergey Parilin2019-05-151-5/+5
* move parser to a separate crateAleksey Kladov2019-02-211-0/+31