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
/
parsing.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement APIs for parsing expressions, types, paths, patterns and items
David Lattimore
2020-06-21
1
-1
/
+31
*
ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review
Veetaha
2020-02-03
1
-3
/
+9
*
Reimplemented lexer with vectors instead of iterators
Veetaha
2020-02-03
1
-4
/
+6
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-5
/
+2
*
Change TokenSource to iteration based
Edwin Cheng
2019-05-25
1
-2
/
+2
*
Add classify_literal and undo expose next_token
Edwin Cheng
2019-04-05
1
-1
/
+1
*
Fix literal support in token tree to ast item list
Edwin Cheng
2019-04-05
1
-1
/
+1
*
rename
Aleksey Kladov
2019-02-23
1
-8
/
+4
*
docs
Aleksey Kladov
2019-02-21
1
-37
/
+7
*
fix compilation
Aleksey Kladov
2019-02-21
1
-27
/
+5
*
move whitespace handling to tree builder
Aleksey Kladov
2019-02-21
1
-10
/
+12
*
move syntax error to parser
Aleksey Kladov
2019-02-20
1
-3
/
+6
*
simplify
Aleksey Kladov
2019-02-20
1
-2
/
+2
*
remove TokenPos
Aleksey Kladov
2019-02-20
1
-20
/
+3
*
flattern module structure
Aleksey Kladov
2019-02-20
1
-5
/
+24
*
move abstract traits to top
Aleksey Kladov
2019-02-20
1
-1
/
+49
*
rearrange modules in a suggestd reading order
Aleksey Kladov
2019-02-20
1
-1
/
+1
*
flatten modules
Aleksey Kladov
2019-02-20
1
-1
/
+2
*
move all parsing related bits to a separate module
Aleksey Kladov
2019-02-20
1
-0
/
+24