aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/event.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+2
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* apply T! macro where it is possibleSergey Parilin2019-05-151-1/+1
|
* switch to new rowanAleksey Kladov2019-04-011-3/+3
|
* Allow attributes on top level expressionpcpthm2019-03-191-1/+3
| | | | | | A top level expression is either - a expression statement or - the last expression in a block
* docsAleksey Kladov2019-02-211-4/+3
|
* move parser to a separate crateAleksey Kladov2019-02-211-0/+128