summary refs log tree commit diff
path: root/src/test/ui/proc-macro/nodelim-groups.stdout
AgeCommit message (Expand)AuthorLines
2022-06-02Revert #96682.Nicholas Nethercote-4/+0
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-0/+4
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-1/+0
2021-03-21Perform 'deep recollection' in test helper macrosAaron Hill-0/+1
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-15/+15
2020-08-22Recursively expand `TokenKind::Interpolated` (take 2)Aaron Hill-38/+49
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-27/+27
2020-07-26Normalize the test output of hygiene-related testsAaron Hill-27/+27
2020-07-26Hygiene serialization implementationAaron Hill-21/+21
2020-07-01Insert NoDelim groups around nonterminals when lowering macro_rulesAaron Hill-0/+156