about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/dollar-crate-issue-57089.stdout
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-80/+0
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-4/+4
2020-09-12Properly encode spans with a dummy location and non-root `SyntaxContext`Aaron Hill-16/+16
2020-08-09Remove normalization of `Span` debug output in proc-macro testsAaron Hill-16/+16
2020-07-26Normalize the test output of hygiene-related testsAaron Hill-16/+16
2020-07-26Hygiene serialization implementationAaron Hill-16/+16
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-2/+1
2020-03-17Update pretty testsGuillaume Gomez-2/+2
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-16/+16
2019-07-15pprust: Use `print_mac_common` for delimited token groupsVadim Petrochenkov-2/+2
2019-07-11pretty-print: Do not lose the `$crate` printing flag in `print_tt`Vadim Petrochenkov-2/+2
2019-07-09Pretty-print `$crate` as `crate`/`::my_crate` in tokensVadim Petrochenkov-2/+2
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-4/+5
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-20/+20
2018-12-28Resolve `$crate`s for pretty-printing at more appropriate timeVadim Petrochenkov-15/+10
2018-12-28Add test demonstrating disintegration of `$crate` into `$` and `crate`Vadim Petrochenkov-0/+85