about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/derive-helper-shadowing.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-56/+0
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-0/+2
2019-11-19resolve: Give derive helpers highest priority during resolutionVadim Petrochenkov-2/+2
2019-11-16Add some more testsVadim Petrochenkov-0/+23
2019-11-16expand: Stop marking derive helper attributes as knownVadim Petrochenkov-5/+3
2019-11-16resolve: Introduce a new scope for derive helpersVadim Petrochenkov-2/+2
2019-08-27resolve: Block expansion of a derive container until all its derives are reso...Vadim Petrochenkov-1/+2
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-1/+1
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-9/+11
2019-01-12Fix a hole in generic parameter import future-proofingVadim Petrochenkov-2/+22
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+10