about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/meta-macro-hygiene.stdout
AgeCommit message (Expand)AuthorLines
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-1/+3
2021-07-17Use LocalExpnId where possible.Camille GILLOT-17/+17
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-3/+3
2021-07-03rustc_ast_pretty: Don't print space after `$`Noah Lev-1/+1
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-1/+1
2021-05-12Implement span quoting for proc-macrosAaron Hill-3/+3
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+1
2021-02-25Update test output for edition preludes.Mara Bos-1/+1
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-1/+1
2020-09-21Record `tcx.def_span` instead of `item.span` in crate metadataAaron Hill-2/+2
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-12/+14
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+3
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-3/+63
2020-07-26Normalize the test output of hygiene-related testsAaron Hill-63/+3
2020-07-26Remove explicit `extern crate` from proc-macro testAaron Hill-2/+1
2020-07-26Add test for serializing hygiene *into* a proc-macro crateAaron Hill-7/+32
2020-07-26Hygiene serialization implementationAaron Hill-4/+11
2020-06-30Add force-host to test aux file used by proc-macroAaron Hill-1/+1
2020-06-29Normalize symbol ids to 0 in test stdoutAaron Hill-8/+10
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-0/+30