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_parser
/
src
/
parser.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dat comment
Veetaha
2020-02-22
1
-1
/
+1
*
More manual clippy fixes
Kirill Bulatov
2020-02-18
1
-2
/
+2
*
Touch up TokenSet a bit
Aleksey Kladov
2019-12-19
1
-1
/
+1
*
Added test for check doc strings in crates.
Alexander Andreev
2019-09-30
1
-0
/
+2
*
don't break parser error recovery in presence of macros
Aleksey Kladov
2019-09-12
1
-2
/
+2
*
cleanup dollar handling in expressions
Aleksey Kladov
2019-09-10
1
-56
/
+17
*
"Fix" mbe to work with decomposed tokens
Aleksey Kladov
2019-09-10
1
-57
/
+0
*
WIP: switch to fully decomposed tokens internally
Aleksey Kladov
2019-09-10
1
-137
/
+115
*
introduce bump as a better-checked alternative to bump_any
Aleksey Kladov
2019-09-09
1
-0
/
+6
*
rename bump -> bump_any
Aleksey Kladov
2019-09-09
1
-3
/
+3
*
Optimize Parser::is_composite a little
Laurențiu Nicola
2019-08-05
1
-19
/
+35
*
allow rustfmt to reorder imports
Aleksey Kladov
2019-07-04
1
-3
/
+3
*
fix: never type with binding
csmoe
2019-06-07
1
-1
/
+1
*
Change TokenSource to iteration based
Edwin Cheng
2019-05-25
1
-24
/
+33
*
apply T! macro where it is possible
Sergey Parilin
2019-05-15
1
-13
/
+12
*
Skip Dollars when bump raw token
Edwin Cheng
2019-05-01
1
-1
/
+9
*
Refactor parser handle mult-char punct internally
Edwin Cheng
2019-04-28
1
-4
/
+60
*
Fix bug and add expr , pat , ty matcher
Edwin Cheng
2019-04-14
1
-13
/
+79
*
Remove skip Delimiter::None and handle Dollars
Edwin Cheng
2019-04-12
1
-0
/
+12
*
replace todo with fixme
Aleksey Kladov
2019-03-23
1
-2
/
+2
*
Replace `contract_child` to a less ad-hoc API
pcpthm
2019-03-19
1
-30
/
+27
*
Mark non-code block as text
pcpthm
2019-03-19
1
-1
/
+1
*
Allow attributes on top level expression
pcpthm
2019-03-19
1
-0
/
+23
*
move parser to a separate crate
Aleksey Kladov
2019-02-21
1
-0
/
+267