aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/block.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce EffectExprAleksey Kladov2020-05-021-11/+9
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-171-7/+7
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* 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
* flatten modulesAleksey Kladov2019-02-201-4/+2
* rename yellow -> syntax_nodeAleksey Kladov2019-02-121-1/+1
* reformat the worldAleksey Kladov2019-02-081-4/+2
* Parse and validate attributes in blocksDJMcNab2019-01-281-0/+24