aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/items/consts.rs
Commit message (Collapse)AuthorAgeFilesLines
* Allow an underscore as the identifier in `const` itemsDylan MacKenzie2019-09-151-1/+10
|
* rename bump -> bump_anyAleksey Kladov2019-09-091-1/+1
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-5/+5
|
* replace todo with fixmeAleksey Kladov2019-03-231-1/+1
|
* Use Marker argument for item parserspcpthm2019-03-181-5/+6
| | | | | - Fix pub_expr - Fix incorrect parsing of crate::path
* move parser to a separate crateAleksey Kladov2019-02-211-0/+21