aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/validation/field_expr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move numeric names inside of `NameRef`Aleksey Kladov2019-08-091-13/+0
|
* rename range -> text_rangeAleksey Kladov2019-07-201-1/+1
|
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+4
| | | | | | 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
* Parse and infer tuple indicesrobojumper2019-04-061-0/+12