about summary refs log tree commit diff
path: root/src/test/rustdoc/proc-macro.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-72/+0
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-1/+1
2021-04-17rustdoc: use more precise relative URLSMichael Howell-3/+3
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-1/+2
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-1/+1
2019-01-22add intra-doc link test to proc-macro testQuietMisdreavus-0/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-08rustdoc: Fix local reexports of proc macrosOliver Middleton-0/+13
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-0/+3
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-2/+0
2018-09-27check for proc-macros in "all items"QuietMisdreavus-0/+8
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-0/+54