Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment prefix method for four slash comments | adamrk | 2020-04-28 | 1 | -10/+6 |
* | Treat comments beginning with four slashes as regular line comments | adamrk | 2020-04-28 | 1 | -0/+1 |
* | Merge #4134 | bors[bot] | 2020-04-25 | 1 | -0/+3 |
|\ | |||||
| * | Special case for empty comments | Edwin Cheng | 2020-04-25 | 1 | -0/+3 |
* | | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 1 | -8/+6 |
* | | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -18/+14 |
* | | Adapt format specifier highlighting to support escaped squences and unicode i... | Leander Tentrup | 2020-04-22 | 1 | -122/+158 |
* | | Apply suggestions from code review | Leander Tentrup | 2020-04-22 | 1 | -30/+29 |
* | | Implement syntax highlighting for format strings | Leander Tentrup | 2020-04-20 | 1 | -0/+324 |
|/ | |||||
* | Add AstElement trait, generate tokens, support tokens in enums | Luca Barbieri | 2020-04-08 | 1 | -60/+2 |
* | Refactor string literals | Aleksey Kladov | 2020-02-27 | 1 | -60/+74 |
* | Basic injections | Aleksey Kladov | 2020-02-27 | 1 | -0/+30 |
* | Add ast for plain and raw string literals | Aleksey Kladov | 2019-11-16 | 1 | -10/+85 |
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -13/+13 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
* | fix inner block doc comments | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 |
* | add minimal comments | Aleksey Kladov | 2019-04-02 | 1 | -0/+2 |
* | More future-proof comment kind | Aleksey Kladov | 2019-04-02 | 1 | -32/+51 |
* | fix comment naming | Aleksey Kladov | 2019-04-02 | 1 | -10/+9 |
* | add ast::tokens | Aleksey Kladov | 2019-04-02 | 1 | -0/+93 |