aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/syntax_text.rs
Commit message (Collapse)AuthorAgeFilesLines
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-9/+16
|
* Make clippy a bit happierPascal Hertleif2019-07-101-0/+4
| | | | | Random drive-by fix. I honestly blame rust-analyzer itself on this, because I set its watch mode to use `cargo clippy` :shrug:
* Resolve a FIXMEPascal Hertleif2019-07-101-3/+1
| | | | Now that we are using a newer smol_str release this can be simplified :)
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+5
| | | | | | 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
* Make rainbows optionalPascal Hertleif2019-05-271-1/+2
|
* Hash based on binding name and shadow counterPascal Hertleif2019-05-271-1/+6
|
* :arrow_up: text_unitAleksey Kladov2019-05-151-39/+26
|
* switch to new rowanAleksey Kladov2019-04-011-6/+9
|
* flatten modulesAleksey Kladov2019-02-201-0/+144