aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/tokens.rs
Commit message (Expand)AuthorAgeFilesLines
* SimplifyVeetaha2020-06-121-5/+5
* Fix bug in lexer for format specifier where the `type` and `width` were not c...Leander Tentrup2020-06-071-14/+23
* Fix problem with format string tokenizationRoland Ruckerbauer2020-05-301-5/+0
* Update to rustc_lexer version 660.Julian Wollersberger2020-05-241-2/+3
* Fix comment prefix method for four slash commentsadamrk2020-04-281-10/+6
* Treat comments beginning with four slashes as regular line commentsadamrk2020-04-281-0/+1
* Merge #4134bors[bot]2020-04-251-0/+3
|\
| * Special case for empty commentsEdwin Cheng2020-04-251-0/+3
* | Switch to TryFromAleksey Kladov2020-04-251-8/+6
* | Convert code to text-sizeAleksey Kladov2020-04-251-18/+14
* | Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-221-122/+158
* | Apply suggestions from code reviewLeander Tentrup2020-04-221-30/+29
* | Implement syntax highlighting for format stringsLeander Tentrup2020-04-201-0/+324
|/
* Add AstElement trait, generate tokens, support tokens in enumsLuca Barbieri2020-04-081-60/+2
* 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
* 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