aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/tokens.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor string literalsAleksey Kladov2020-02-271-60/+74
|
* Basic injectionsAleksey Kladov2020-02-271-0/+30
|
* Add ast for plain and raw string literalsAleksey Kladov2019-11-161-10/+85
|
* 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