index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_syntax
/
src
/
ast
/
tokens.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't mess with cursor position when adding hashes
Aleksey Kladov
2020-07-09
1
-6
/
+11
*
Simplify
Veetaha
2020-06-12
1
-5
/
+5
*
Fix bug in lexer for format specifier where the `type` and `width` were not c...
Leander Tentrup
2020-06-07
1
-14
/
+23
*
Fix problem with format string tokenization
Roland Ruckerbauer
2020-05-30
1
-5
/
+0
*
Update to rustc_lexer version 660.
Julian Wollersberger
2020-05-24
1
-2
/
+3
*
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