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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite `convert_tokens` to use an explicit stack
Jonas Schievink
2021-06-22
1
-40
/
+80
*
Move subtree collection out of `TokenConvertor`
Jonas Schievink
2021-06-22
1
-124
/
+124
*
Apply some clippy suggestions
Clemens Wasser
2021-06-21
6
-16
/
+17
*
Nest all the or-patterns!
Lukas Wirth
2021-06-17
1
-19
/
+3
*
Merge #9260
bors[bot]
2021-06-14
1
-1
/
+1
|
\
|
*
tree-wide: make rustdoc links spiky so they are clickable
Jade
2021-06-14
1
-1
/
+1
*
|
clippy::redundant_field_names
Maan2003
2021-06-13
1
-1
/
+1
*
|
clippy::redudant_borrow
Maan2003
2021-06-13
8
-30
/
+30
*
|
internal: cross-crate cov-marks
Aleksey Kladov
2021-06-12
1
-1
/
+1
*
|
Update ungrammar
Jonas Schievink
2021-06-11
1
-20
/
+22
|
/
*
Apply more clippy suggestions and update generated
Clemens Wasser
2021-06-03
6
-25
/
+17
*
Treat `pat_param` like `pat` fragments
Jonas Schievink
2021-05-29
1
-1
/
+1
*
Fixup
Jonas Schievink
2021-05-24
2
-4
/
+8
*
Make `TokenTextRange` private
Jonas Schievink
2021-05-24
2
-7
/
+6
*
Move `TokenMap` to its own file
Jonas Schievink
2021-05-24
3
-81
/
+89
*
Add even more docs
Aleksey Kladov
2021-05-22
3
-3
/
+6
*
Merge #8560
bors[bot]
2021-04-18
2
-3
/
+23
|
\
|
*
Escape characters in doc comments in macros correctly
Chayim Refael Friedman
2021-04-18
2
-3
/
+23
*
|
Handle extended key value attr in mbe
Edwin Cheng
2021-04-17
1
-0
/
+18
*
|
Make `ast_to_token_tree` infallible
Jonas Schievink
2021-04-04
5
-22
/
+19
*
|
Allow include! an empty content file
Edwin Cheng
2021-04-03
1
-3
/
+0
*
|
Allow `,` to delimit macro 2.0 rules
Jonas Schievink
2021-04-03
3
-2
/
+30
|
/
*
a lot of clippy::style fixes
Matthias Krüger
2021-03-21
4
-8
/
+7
*
clippy::complexity simplifications related to Iterators
Matthias Krüger
2021-03-21
1
-2
/
+1
*
Fix and test edge cases of `_` as ident
Kevin Mehall
2021-03-20
3
-3
/
+13
*
Make bare underscore token an Ident rather than Punct in proc-macro
Kevin Mehall
2021-03-20
5
-12
/
+15
*
Reorganize mbe tests
Edwin Cheng
2021-03-18
3
-1959
/
+1952
*
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
2021-03-17
2
-4
/
+3
*
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
4
-14
/
+12
*
Fix macro expansion for statements w/o semicolon
Edwin Cheng
2021-03-16
1
-6
/
+5
*
Enable thread-local coverage marks
Laurențiu Nicola
2021-03-15
1
-1
/
+1
*
some clippy::performance fixes
Matthias Krüger
2021-03-15
1
-6
/
+2
*
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
*
Merge #7994
bors[bot]
2021-03-13
3
-67
/
+221
|
\
|
*
Add bindings builder for speed up matching
Edwin Cheng
2021-03-13
3
-67
/
+221
*
|
Compilation speed
Aleksey Kladov
2021-03-09
1
-1
/
+1
*
|
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
3
-6
/
+6
|
/
*
Fix fail to parse :: for meta in mbe
Edwin Cheng
2021-03-05
1
-1
/
+2
*
Merge #7513
bors[bot]
2021-03-02
8
-163
/
+579
|
\
|
*
NFA parser for mbe matcher
Edwin Cheng
2021-02-28
8
-163
/
+579
*
|
Use an unversioned profile dependency in mbe
Laurențiu Nicola
2021-03-01
1
-5
/
+2
*
|
Merge #7822
bors[bot]
2021-03-01
1
-1
/
+3
|
\
\
|
*
|
Paperover a bug in cargo-workspace for publish RA
Edwin Cheng
2021-03-01
1
-1
/
+3
|
|
/
*
/
Remove redundant semicolon
Dániel Buga
2021-03-01
1
-1
/
+1
|
/
*
Fix non-latin characters doc comment for mbe
Edwin Cheng
2021-02-28
2
-1
/
+24
*
Fix builtin macros split exprs on comma
Edwin Cheng
2021-02-28
4
-69
/
+119
*
Add benchmark test for mbe
Edwin Cheng
2021-02-24
3
-0
/
+217
*
Make sure normal dependencies always have version
Pavan Kumar Sunkara
2021-02-03
1
-1
/
+1
[next]