| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-03 | Add tests for nested macro_rules edition behavior | Eric Huss | -0/+46 | |
| This adds tests to check the behavior of how nested macro_rules definitions work across edition boundaries. This covers a change in behavior due to https://github.com/rust-lang/rust/pull/133274. See https://github.com/rust-lang/rust/issues/135669 | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -4/+4 | |
| 2024-01-05 | macro_rules: Add more tests for using `tt` in addition to `ident` | Vadim Petrochenkov | -0/+10 | |
| Generally, `tt` and `ident` should behave identically, modulo the latter accepting only a subset of token trees. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+106 | |
