aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/block.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* always wrap block into an expressionAleksey Kladov2019-09-021-10/+10
|
* rename range -> text_rangeAleksey Kladov2019-07-201-2/+3
|
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+3
| | | | | | 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
* flatten modulesAleksey Kladov2019-02-201-4/+2
|
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-1/+1
| | | | why yellow in the first place? Its red + green.
* reformat the worldAleksey Kladov2019-02-081-4/+2
|
* Parse and validate attributes in blocksDJMcNab2019-01-281-0/+24