summary refs log tree commit diff
path: root/src/test/ui/proc-macro/input-interpolated.stdout
AgeCommit message (Expand)AuthorLines
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-11/+11
2020-08-22Recursively expand `TokenKind::Interpolated` (take 2)Aaron Hill-14/+26
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-12/+12
2020-07-26Normalize the test output of hygiene-related testsAaron Hill-12/+12
2020-07-26Hygiene serialization implementationAaron Hill-1/+1
2020-07-01Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkovManish Goregaokar-1/+0
2020-07-01Don't print additional spaces when pretty-printing NoDelim groupsAaron Hill-1/+0
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-5/+2
2020-05-31Add a test for `$:ident` in proc macro inputVadim Petrochenkov-0/+69