about summary refs log tree commit diff
path: root/src/test/ui/hygiene/auxiliary
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-488/+0
2021-10-24Add more tests for cross-crate hygieneMatthew Jasper-0/+291
2021-07-27Make `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` warn by defaultAaron Hill-1/+1
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-0/+28
2020-07-26Add test for use of $crate in nested foreign macro_rules!Aaron Hill-0/+14
2020-07-26Hygiene serialization implementationAaron Hill-0/+5
2019-09-05Make use of hygiene in AST passesMatthew Jasper-0/+1
2019-08-17Stop emulating cross-crate hygiene with gensymsMatthew Jasper-0/+10
2019-07-16Change all run-pass hygiene tests to `ui` testsMatthew Jasper-0/+65
2019-07-11resolve: Fix access to extern and stdlib prelude from opaque macrosVadim Petrochenkov-0/+3
2019-07-06`#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]`Vadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-30/+0
2018-06-30Restore the old behavior of `$crate` in nested `macro_rules`Vadim Petrochenkov-1/+30
2018-06-30hygiene: Implement transparent marksVadim Petrochenkov-0/+22
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+29
2018-04-12Move hygiene tests to UIVadim Petrochenkov-0/+21