aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/tokens.rs
Commit message (Collapse)AuthorAgeFilesLines
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-13/+13
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+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
* fix inner block doc commentsAleksey Kladov2019-04-021-1/+1
|
* add minimal commentsAleksey Kladov2019-04-021-0/+2
|
* More future-proof comment kindAleksey Kladov2019-04-021-32/+51
|
* fix comment namingAleksey Kladov2019-04-021-10/+9
|
* add ast::tokensAleksey Kladov2019-04-021-0/+93