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
/
parser
/
src
/
grammar.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix macro expansion for statements w/o semicolon
Edwin Cheng
2021-03-16
1
-3
/
+3
*
Fix remaining references to `cargo xtask codegen`
Lukas Wirth
2021-03-12
1
-1
/
+1
*
Fix fail to parse :: for meta in mbe
Edwin Cheng
2021-03-05
1
-1
/
+2
*
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
2021-01-15
1
-2
/
+10
*
parser,syntax: Add separate parser for stmt with optional semicolon
Marijn Suijten
2021-01-03
1
-0
/
+4
*
Fix mbe fail to pass expr with attr
Edwin Cheng
2020-12-28
1
-1
/
+1
*
Use pattern_single instead of pattern in mbe pat
Edwin Cheng
2020-12-20
1
-1
/
+1
*
Implement `RawAttr::filter`
Jonas Schievink
2020-12-18
1
-0
/
+4
*
Node-ify lifetimes
Lukas Wirth
2020-12-16
1
-0
/
+7
*
Kill RAW_ literals
Aleksey Kladov
2020-11-06
1
-4
/
+1
*
Don't interpret type path as part of visibility.
Arif Roktim
2020-10-24
1
-1
/
+5
*
Align parser names with grammar
Aleksey Kladov
2020-08-13
1
-8
/
+8
*
Rename ra_syntax -> syntax
Aleksey Kladov
2020-08-12
1
-1
/
+1
*
Rename ra_parser -> parser
Aleksey Kladov
2020-08-12
1
-0
/
+293