aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-1/+1
| | | | It could never return `None`, so reflect that in the return type
* Allow `,` to delimit macro 2.0 rulesJonas Schievink2021-04-031-0/+15
|
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-2/+1
|
* Fix and test edge cases of `_` as identKevin Mehall2021-03-201-0/+4
|
* Make bare underscore token an Ident rather than Punct in proc-macroKevin Mehall2021-03-201-0/+6
|
* Reorganize mbe testsEdwin Cheng2021-03-182-0/+1917