about summary refs log tree commit diff
path: root/src/test/rustdoc/macros.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2021-12-27rustdoc: Preserve rendering of macro_rules matchers when possibleDavid Tolnay-4/+4
2021-07-03rustc_ast_pretty: Don't print space after `$`Noah Lev-4/+4
For example, this code: $arg:expr used to be pretty-printed as: $ arg : expr but is now pretty-printed as: $arg : expr
2021-07-03Pretty-print macro matchers instead of using source codeNoah Lev-4/+4
The output is not quite as nice as it used to be, but it does work.
2021-01-05Add rustdoc test.Camille GILLOT-0/+14
2019-01-27Remove rustdoc old style files generationGuillaume Gomez-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-08-19RedirectNick Cameron-0/+2
2016-08-18rustdoc: remove the `!` from macro URLs and titlesNick Cameron-1/+1
2015-11-28Add a testJonas Schievink-0/+20