Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -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 possible | Sergey Parilin | 2019-05-15 | 1 | -1/+1 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -3/+3 |
| | |||||
* | Allow attributes on top level expression | pcpthm | 2019-03-19 | 1 | -1/+3 |
| | | | | | | A top level expression is either - a expression statement or - the last expression in a block | ||||
* | docs | Aleksey Kladov | 2019-02-21 | 1 | -4/+3 |
| | |||||
* | move parser to a separate crate | Aleksey Kladov | 2019-02-21 | 1 | -0/+128 |