summary refs log tree commit diff
path: root/src/test/ui/proc-macro/capture-macro-rules-invoke.stdout
AgeCommit message (Expand)AuthorLines
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-6/+6
2022-06-02Revert #96682.Nicholas Nethercote-6/+2
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-2/+6
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-9/+3
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-22/+22
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-7/+296
2020-08-20Capture tokens for Pat used in macro_rules! argumentAaron Hill-0/+41