This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
38048c35d8
rust
/
crates
/
mbe
/
src
History
Download ZIP
Download TAR.GZ
Edwin Cheng
49b876de09
Reorganize mbe tests
2021-03-18 17:22:52 +08:00
..
expander
use if let Some(x) instead of if x.is_some() and x.unwrap() (clippy::unnecessary-unwrap)
2021-03-17 01:39:58 +01:00
tests
Reorganize mbe tests
2021-03-18 17:22:52 +08:00
benchmark.rs
don't clone types that are copy (clippy::clone_on_copy)
2021-03-17 01:56:31 +01:00
expander.rs
Add bindings builder for speed up matching
2021-03-13 20:52:36 +08:00
lib.rs
Use upstream cov-mark
2021-03-08 22:19:44 +02:00
parser.rs
don't clone types that are copy (clippy::clone_on_copy)
2021-03-17 01:56:31 +01:00
subtree_source.rs
Simplify SubtreeTokenSource
2021-01-05 02:00:51 +08:00
syntax_bridge.rs
avoid converting types into themselves via .into() (clippy::useless-conversion)
2021-03-17 01:27:56 +01:00
tests.rs
Reorganize mbe tests
2021-03-18 17:22:52 +08:00
tt_iter.rs
Fix builtin macros split exprs on comma
2021-02-28 13:06:17 +08:00