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
/
mbe
/
src
/
parser.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
clippy::redudant_borrow
Maan2003
2021-06-13
1
-7
/
+7
*
Apply more clippy suggestions and update generated
Clemens Wasser
2021-06-03
1
-1
/
+1
*
a lot of clippy::style fixes
Matthias Krüger
2021-03-21
1
-1
/
+1
*
Make bare underscore token an Ident rather than Punct in proc-macro
Kevin Mehall
2021-03-20
1
-10
/
+2
*
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
2021-03-17
1
-1
/
+1
*
NFA parser for mbe matcher
Edwin Cheng
2021-02-28
1
-1
/
+79
*
Simpilfy mbe parsing
Edwin Cheng
2021-01-30
1
-9
/
+5
*
Simplify mbe match error.
Edwin Cheng
2021-01-29
1
-18
/
+22
*
Fix bug when $crate in LHS in mbe
Edwin Cheng
2021-01-08
1
-0
/
+4
*
Proper handling $crate Take 2
Edwin Cheng
2021-01-07
1
-4
/
+7
*
Revert "Proper handling $crate and local_inner_macros"
Jonas Schievink
2021-01-03
1
-7
/
+4
*
Introduce HygieneFrames for proper token hyginee
Edwin Cheng
2021-01-02
1
-4
/
+7
*
Refactor mbe parsing code
Edwin Cheng
2020-12-29
1
-34
/
+34
*
Special case underscore in mbe meta op
Edwin Cheng
2020-12-28
1
-2
/
+9
*
mbe: treat _ as ident
Laurențiu Nicola
2020-12-20
1
-1
/
+3
*
Rename ra_mbe -> mbe
Aleksey Kladov
2020-08-13
1
-0
/
+184