about summary refs log tree commit diff
path: root/src/test/rustdoc/decl_macro.rs
AgeCommit message (Expand)AuthorLines
2021-07-03rustc_ast_pretty: Don't print space after `$`Noah Lev-6/+6
2021-07-03Pretty-print macro matchers instead of using source codeNoah Lev-6/+6
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-0/+17
2020-11-28Add test for macro by example syntax in decl macros with only one optionRune Tynan-0/+7
2020-11-28Add support for multi-argument decl macrosRune Tynan-0/+17
2020-11-27Update decl_macro test, add decl_macro_priv test for --document-private-itemsRune Tynan-0/+15