This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
crates
/
mbe
/
src
History
Jonas Schievink
3abcdc03ba
Make
ast_to_token_tree
infallible
...
It could never return `None`, so reflect that in the return type
2021-04-04 01:46:45 +02:00
..
expander
a lot of clippy::style fixes
2021-03-21 16:15:41 +01:00
tests
Make
ast_to_token_tree
infallible
2021-04-04 01:46:45 +02:00
benchmark.rs
Make
ast_to_token_tree
infallible
2021-04-04 01:46:45 +02:00
expander.rs
Make
ast_to_token_tree
infallible
2021-04-04 01:46:45 +02:00
lib.rs
Allow
,
to delimit macro 2.0 rules
2021-04-03 03:08:31 +02:00
parser.rs
a lot of clippy::style fixes
2021-03-21 16:15:41 +01:00
subtree_source.rs
Make bare underscore token an Ident rather than Punct in proc-macro
2021-03-20 12:28:44 -06:00
syntax_bridge.rs
Make
ast_to_token_tree
infallible
2021-04-04 01:46:45 +02:00
tests.rs
Make
ast_to_token_tree
infallible
2021-04-04 01:46:45 +02:00
tt_iter.rs
Allow
,
to delimit macro 2.0 rules
2021-04-03 03:08:31 +02:00