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
/
expander
Commit message (
Expand
)
Author
Age
Files
Lines
*
a lot of clippy::style fixes
Matthias Krüger
2021-03-21
1
-5
/
+4
*
Fix and test edge cases of `_` as ident
Kevin Mehall
2021-03-20
1
-3
/
+2
*
Make bare underscore token an Ident rather than Punct in proc-macro
Kevin Mehall
2021-03-20
1
-0
/
+1
*
use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unneces...
Matthias Krüger
2021-03-17
1
-6
/
+6
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-1
/
+1
*
Simpify mbe bindings builder
Edwin Cheng
2021-03-14
1
-63
/
+57
*
Make sure ill-form macro handle propely
Edwin Cheng
2021-03-14
1
-2
/
+5
*
Add bindings builder for speed up matching
Edwin Cheng
2021-03-13
2
-65
/
+219
*
NFA parser for mbe matcher
Edwin Cheng
2021-02-28
2
-131
/
+440
*
Fix builtin macros split exprs on comma
Edwin Cheng
2021-02-28
1
-66
/
+2
*
Simpilfy mbe parsing
Edwin Cheng
2021-01-30
2
-51
/
+59
*
Simplify mbe match error.
Edwin Cheng
2021-01-29
2
-156
/
+137
*
Rename mbe_expander for consistency
Edwin Cheng
2021-01-29
2
-0
/
+750