aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Update ungrammarJonas Schievink2021-06-111-20/+22
* Make `TokenTextRange` privateJonas Schievink2021-05-241-3/+2
* Merge #8560bors[bot]2021-04-181-2/+22
|\
| * Escape characters in doc comments in macros correctlyChayim Refael Friedman2021-04-181-2/+22
* | Handle extended key value attr in mbeEdwin Cheng2021-04-171-0/+18
* | Make `ast_to_token_tree` infallibleJonas Schievink2021-04-041-1/+1
* | 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