| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -3/+26 | |
| This commit contains miscellaneous changes that don't fit into any of the other commits in this PR | ||||
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -2/+14 | |
| This extends PR #73293 to handle patterns (Pat). Unlike expressions, patterns do not support custom attributes, so we only need to capture tokens during macro_rules! argument parsing. | ||||
| 2020-06-15 | Always capture tokens for `macro_rules!` arguments | Aaron Hill | -0/+22 | |
