about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-25/+25
2025-06-24rustdoc: Don't mark `#[target_feature]` functions as ⚠Alona Enraght-Moony-0/+38
2025-06-16rustdoc: `PointeeSized` bounds with extern typesDavid Wood-1/+1
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-13/+77
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-3/+3
2025-06-13Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelidMatthias Krüger-3/+7
2025-06-12Fix a missing fragment specifier in rustdoc testsTrevor Gross-3/+3
2025-06-05Support middle::ty assoc const eq predicates againLeón Orell Valerian Liehr-1/+0
2025-06-03* Add test case for `cfg(false)` on module levelGuillaume Gomez-3/+7
2025-05-30Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomezMatthias Krüger-0/+13
2025-05-29rustdoc: display doc(cfg(false)) properlybinarycat-0/+13
2025-05-28Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...Trevor Gross-0/+13
2025-05-27Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,...Trevor Gross-0/+23
2025-05-27rustdoc: linking to a local proc macro no longer warnsbinarycat-0/+13
2025-05-25Add regression test for #140739Guillaume Gomez-0/+42
2025-05-25Tweak attribute rendering depending on wether or not it is a type aliasGuillaume Gomez-1/+1
2025-05-24rustdoc: use descriptive tooltip if doctest is conditionally ignoredbinarycat-0/+23
2025-05-05Created `tests/rustdoc/async` subfolder to limit number of files at the top l...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/extern` subfolder to limit number of files at the top ...Guillaume Gomez-0/+6
2025-05-05Move primitive rustdoc tests into the `primitive` sub folderGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/enum` subfolder to limit number of files at the top levelGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/assoc` subfolder to limit number of files at the top l...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/impl` subfolder to limit number of files at the top levelGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/doc-cfg` subfolder to limit number of files at the top...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/macro` subfolder to limit number of files at the top l...Guillaume Gomez-0/+20
2025-05-05Created `tests/rustdoc/private` subfolder to limit number of files at the top...Guillaume Gomez-0/+0
2025-05-05Move intra-doc tests into the expected subfolderGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/jump-to-def` subfolder to limit number of files at the...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/auto` subfolder to limit number of files at the top levelGuillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/anchors` subfolder to limit number of files at the top...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/source-code-pages` subfolder to limit number of files ...Guillaume Gomez-0/+0
2025-05-05Created `tests/rustdoc/reexports` subfolder to limit number of files at the t...Guillaume Gomez-0/+22
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-0/+34
2025-04-18Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomezMatthias Krüger-8/+57
2025-04-17rustdoc: Properly clean fn params in all contextsLeón Orell Valerian Liehr-8/+57
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-39/+95
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-8/+16
2025-03-27Stabilize --test-runtool and --test-runtool-argEric Huss-1/+0
2025-03-27Rename `--runtool` and `--runtool-arg`Eric Huss-3/+3
2025-03-27Add test for doctest runtoolEric Huss-0/+35
2025-03-27Correctly handle line comments in attributes and generate extern cratesGuillaume Gomez-1/+1
2025-03-22rustdoc: be more strict about "Methods from Deref"binarycat-0/+27
2025-03-15Add RTN support to rustdocMichael Goulet-0/+18
2025-03-06Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=...Michael Goulet-2/+2
2025-03-06Rollup merge of #137534 - xizheyin:issue-137342, r=GuillaumeGomezMichael Goulet-24/+40
2025-03-04Make rustdoc tests use always applicable negative auto implsMichael Goulet-2/+2
2025-03-04[rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hi...xizheyin-24/+40
2025-02-27Move "unused_exter_crate" test from rustdoc-ui to rustdocYotam Ofek-0/+19
2025-02-26Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=notriddleLeón Orell Valerian Liehr-0/+28
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-16/+4