about summary refs log tree commit diff
path: root/tests/rustdoc/auxiliary
AgeCommit message (Expand)AuthorLines
2025-09-25rustdoc: hide `#[repr(...)]` if it isn't part of the public ABILeón Orell Valerian Liehr-0/+5
2025-05-05Created `tests/rustdoc/async` subfolder to limit number of files at the top l...Guillaume Gomez-8/+0
2025-05-05Created `tests/rustdoc/extern` subfolder to limit number of files at the top ...Guillaume Gomez-52/+0
2025-05-05Move primitive rustdoc tests into the `primitive` sub folderGuillaume Gomez-28/+0
2025-05-05Created `tests/rustdoc/enum` subfolder to limit number of files at the top levelGuillaume Gomez-53/+0
2025-05-05Created `tests/rustdoc/assoc` subfolder to limit number of files at the top l...Guillaume Gomez-68/+0
2025-05-05Created `tests/rustdoc/impl` subfolder to limit number of files at the top levelGuillaume Gomez-143/+0
2025-05-05Created `tests/rustdoc/macro` subfolder to limit number of files at the top l...Guillaume Gomez-49/+0
2025-05-05Created `tests/rustdoc/jump-to-def` subfolder to limit number of files at the...Guillaume Gomez-6/+0
2025-05-05Created `tests/rustdoc/auto` subfolder to limit number of files at the top levelGuillaume Gomez-3/+0
2025-05-05Created `tests/rustdoc/anchors` subfolder to limit number of files at the top...Guillaume Gomez-11/+0
2025-05-05Created `tests/rustdoc/source-code-pages` subfolder to limit number of files ...Guillaume Gomez-26/+0
2025-05-05Created `tests/rustdoc/reexports` subfolder to limit number of files at the t...Guillaume Gomez-105/+0
2025-04-18Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomezMatthias Krüger-0/+7
2025-04-17rustdoc: Properly clean fn params in all contextsLeón Orell Valerian Liehr-0/+7
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-3/+13
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-2/+4
2025-02-27Move "unused_exter_crate" test from rustdoc-ui to rustdocYotam Ofek-0/+17
2024-12-31Unsafe binder support in rustdocMichael Goulet-0/+4
2024-07-17Add cross-crate precise capturing support to rustdocMichael Goulet-0/+7
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-5/+5
2024-05-21Move tests into appropriate subdirectoriesMichael Howell-34/+0
2024-05-19Add failing test for cross-crate enum in type aliasMichael Goulet-0/+5
2024-04-15rustdoc: move tests into applicable subdirectoriesMichael Howell-16/+0
2024-04-15Move ice tests to rustdoc-uiMichael Howell-17/+0
2024-02-27Add regression test for link generation on foreign macro in jump to defintion...Guillaume Gomez-0/+6
2024-02-24Add test cases for inlining compiler-private itemsMichael Howell-0/+9
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-19/+19
2024-01-03rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 5)Michael Howell-7/+0
2023-11-23rustdoc: move ICE tests to uiMichael Howell-19/+0
2023-10-16Rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-10/+0
2023-10-13Stabilize AFIT and RPITITMichael Goulet-1/+0
2023-10-11Add tests for enum discriminant value display with `repr`Guillaume Gomez-0/+24
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-0/+24
2023-10-07Add cross-crate C-like variant testGuillaume Gomez-0/+24
2023-10-04Rename issue-\d+.rs tests to have meaningful namesMichael Howell-27/+0
2023-08-26rustdoc: handle typedef inner type when doing cross-crate inliningUrgau-0/+5
2023-07-27Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm...bors-0/+1
2023-07-26Fix regression for private in publicGuillaume Gomez-0/+1
2023-07-24Add regression test for #113982Guillaume Gomez-0/+3
2023-06-21Add rustdoc tests for `lazy_type_alias`Guillaume Gomez-0/+15
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-1/+1
2023-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-2/+4
2023-02-04rustdoc: trait bound formattingRoland Strasser-0/+12
2023-01-30rustdoc: remove unnecessary wrapper div.item-decl from HTMLMichael Howell-1/+1
2023-01-14rustdoc: remove redundant item kind class from `.item-decl > pre`Michael Howell-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+973