summary refs log tree commit diff
path: root/src/test/ui/proc-macro/dollar-crate-issue-62325.stdout
AgeCommit message (Expand)AuthorLines
2019-10-03proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygieneVadim Petrochenkov-11/+11
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-22/+22
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-09Add a test case with `$crate` from other crateVadim Petrochenkov-0/+56
2019-07-09Resolve `$crate` in all hygienic contexts for pretty-pringingVadim Petrochenkov-19/+14
2019-07-09Add a test for `$crate` inside macro invocationVadim Petrochenkov-0/+61