about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/dollar-crate.stdout
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-240/+0
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-12/+12
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-48/+48
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-48/+48
2020-07-26Normalize the test output of hygiene-related testsAaron Hill-48/+48
2020-07-26Hygiene serialization implementationAaron Hill-48/+48
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-8/+4
2020-03-17Update pretty testsGuillaume Gomez-6/+6
2019-10-03proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygieneVadim Petrochenkov-24/+24
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-48/+48
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-24/+24
2019-07-15pprust: Use `print_mac_common` for delimited token groupsVadim Petrochenkov-6/+6
2019-07-11pretty-print: Do not lose the `$crate` printing flag in `print_tt`Vadim Petrochenkov-6/+6
2019-07-09Pretty-print `$crate` as `crate`/`::my_crate` in tokensVadim Petrochenkov-6/+6
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-12/+16
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-60/+60
2018-12-19Do not interpret mismatches from pretty-printed `$crate` as token stream inva...Vadim Petrochenkov-56/+36
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-0/+260