about summary refs log tree commit diff
path: root/src/test/ui/custom-derive
AgeCommit message (Expand)AuthorLines
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-124/+0
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-21/+1
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-0/+1
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+143
2017-03-04Separate "ui-fulldeps" tests from "ui" testsVadim Petrochenkov-60/+0
2017-02-10Fix testsSimonas Kazlauskas-2/+2
2017-02-10If is now always a SwitchInt in MIRSimonas Kazlauskas-0/+1
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-1/+1
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-1/+1
2017-01-06Test for appropriate span on second custom deriveEsteban Küber-0/+59