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
/
matcher.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
clippy::redudant_borrow
Maan2003
2021-06-13
1
-10
/
+10
*
Apply more clippy suggestions and update generated
Clemens Wasser
2021-06-03
1
-14
/
+7
*
Treat `pat_param` like `pat` fragments
Jonas Schievink
2021-05-29
1
-1
/
+1
*
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
*
Add bindings builder for speed up matching
Edwin Cheng
2021-03-13
1
-57
/
+215
*
NFA parser for mbe matcher
Edwin Cheng
2021-02-28
1
-127
/
+432
*
Fix builtin macros split exprs on comma
Edwin Cheng
2021-02-28
1
-66
/
+2
*
Simpilfy mbe parsing
Edwin Cheng
2021-01-30
1
-44
/
+50
*
Simplify mbe match error.
Edwin Cheng
2021-01-29
1
-149
/
+137
*
Rename mbe_expander for consistency
Edwin Cheng
2021-01-29
1
-0
/
+502