rust/tests/rustdoc
Yuki Okushi 2981d7781c
Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-Simulacrum
compiletest: Don't allow tests with overlapping prefix names

Some tests will delete their output directory before starting. The output directory is based on the test names. If one test is the prefix of another test, then when that test starts, it could try to delete the output directory of the other test with the longer path, or otherwise clash with it while the two tests are trying to create/delete/modify the same directory.

In practice, this manifested as a random error on macOS where two tests were trying to create/delete/create `rustdoc/primitive` and `rustdoc/primitive/no_std`, which resulted in an EINVAL (InvalidInput) error.

This renames some of the offending tests, adds `compiletest-ignore-dir` to prevent compiletest from processing some files, and adds a check to prevent this from happening in the future.

Fixes #109397
2023-03-30 21:07:00 +09:00
..
auxiliary rustdoc: trait bound formatting 2023-02-04 19:10:04 +01:00
const-generics Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez 2023-02-09 23:18:34 +05:30
duplicate_impls rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
generic-associated-types rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
inline_cross Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez 2023-02-19 13:03:41 +05:30
inline_local
intra-doc rustdoc: remove std:: from primitive intra-doc link tooltips 2023-03-15 11:34:37 -07:00
intra-doc-crate
notable-trait rustdoc: fix comments in test 2023-03-13 23:03:53 -07:00
primitive Rename tests to ensure they don't have overlapping names. 2023-03-22 21:12:40 -07:00
src-links
synthetic_auto rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
test_option_check
all.rs
anchors.no_const_anchor.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.no_const_anchor2.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.no_method_anchor.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.no_trait_method_anchor.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.no_tymethod_anchor.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.no_type_anchor.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.no_type_anchor2.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.rs
anonymous-lifetime.rs
anonymous-reexport.rs Update rustdoc anonymous reexport test and add regression test for #108931 2023-03-09 18:08:22 +01:00
array-links.link_box_generic.html
array-links.link_box_u32.html
array-links.link_slice_generic.html
array-links.link_slice_u32.html
array-links.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
asm-foreign.rs
asm-foreign2.rs
assoc-consts-version.rs
assoc-consts.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
assoc-item-cast.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
assoc-types.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
associated-consts.rs
async-fn.rs rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
async-move-doctest.rs
async-trait-sig.rs
async-trait.rs
attribute-rendering.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
attributes.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
auto-impl-for-trait.rs
auto-impl-primitive.rs
auto-trait-not-send.rs
auto-traits.rs
auto_aliases.rs
bad-codeblock-syntax.rs
blanket-reexport-item.rs
bounds-in-multiple-parts.rs
cap-lints.rs
cfg-doctest.rs
cfg_doc_reexport.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
check-source-code-urls-to-def-std.rs
check-source-code-urls-to-def.rs
check-styled-link.rs
check.rs
codeblock-title.rs rustdoc: merge doctest tooltip with notable traits tooltip 2023-01-27 09:04:39 -07:00
comment-in-doctest.rs
const-display.rs
const-doc.rs
const-fn.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
const-intrinsic.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
const-underscore.rs
const-value-display.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
const.rs
constructor-imports.rs
crate-version-escape.rs
crate-version.rs
cross-crate-hidden-assoc-trait-items.rs
cross-crate-hidden-impl-parameter.rs
cross-crate-links.rs
cross-crate-primitive-doc.rs
decl-trailing-whitespace.declaration.html rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
decl-trailing-whitespace.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
decl_macro.rs
decl_macro_priv.rs
deep-structures.rs
default-impl.rs
default-theme.rs
default-trait-method-link.rs
default-trait-method.rs
deprecated-future-staged-api.rs
deprecated-future.rs
deprecated-impls.rs
deprecated.rs Fix improper escaping of deprecation reasons 2023-03-20 05:21:51 +00:00
deref-const-fn.rs
deref-mut-methods.rs
deref-recursive-pathbuf.rs
deref-recursive.rs
deref-slice-core.rs
deref-to-primitive.rs
deref-typedef.rs
description.rs rustdoc: account for intra-doc links in <meta name="description"> 2023-02-11 16:10:28 -07:00
description_default.rs
doc-assoc-item.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
doc-auto-cfg.rs
doc-cfg-hide.rs
doc-cfg-implicit-gate.rs
doc-cfg-implicit.rs
doc-cfg-simplification.rs
doc-cfg-target-feature.rs
doc-cfg-traits.rs
doc-cfg.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
doc-proc-macro.rs
doc_auto_cfg_nested_impl.rs
doctest-manual-crate-name.rs
document-item-with-associated-const-in-where-clause.rs Use ObligationCtxt::new_in_snapshot in satisfied_from_param_env 2023-01-30 19:04:59 +00:00
double-quote-escape.rs rustdoc: use the same URL escape rules for fragments as for examples 2023-02-03 17:58:26 -07:00
duplicate-cfg.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
duplicate-flags.rs
duplicated_impl.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
early-unindent.rs
edition-doctest.rs
edition-flag.rs
elided-lifetime.rs
empty-doc-comment.rs
empty-impl-block-private-with-doc.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
empty-impl-block-private.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
empty-impl-block.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
empty-impls.rs
empty-mod-private.rs
empty-mod-public.rs
empty-section.rs
ensure-src-link.rs
enum-headings.rs
escape-deref-methods.rs
extern-default-method.no_href_on_anchor.html
extern-default-method.rs
extern-html-root-url-precedence.rs
extern-html-root-url.rs
extern-impl-trait.rs
extern-impl.rs
extern-links.rs
extern-method.rs
external-cross.rs
external-doc.rs
external-macro-src.rs
feature-gate-doc_auto_cfg.rs
ffi.rs
fn-bound.rs
fn-pointer-arg-name.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
fn-sidebar.rs
fn-type.rs
footnote-in-summary.rs Add test for footnote references in doc summary 2023-03-19 18:02:52 +01:00
force-target-feature.rs
foreigntype-reexport.rs
foreigntype.rs
generic-impl.rs
generic_const_exprs.rs
glob-shadowing-const.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
glob-shadowing.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
hidden-impls.rs
hidden-line.rs
hidden-methods.rs
hidden-private.rs Add rustdoc test to ensure that items into a doc(hidden) block are handled as expected 2023-01-27 20:33:42 +01:00
hidden-trait-methods-with-document-hidden-items.rs
hidden-trait-methods.rs
hidden-trait-struct-impls.rs
hide-complex-unevaluated-const-arguments.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
hide-complex-unevaluated-consts.rs
hide-unstable-trait.rs
higher-ranked-trait-bounds.rs
impl-box.rs
impl-disambiguation.rs
impl-everywhere.rs
impl-in-const-block.rs Add regression test for impl blocks in const expr 2023-01-27 14:41:33 +01:00
impl-parts-crosscrate.rs
impl-parts.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
impl-trait-alias.rs
implementor-stable-version.rs
impossible-default.rs
include_str_cut.rs
index-page.rs rustdoc: remove unnecessary DOM class h1.fqn 2023-01-13 10:09:25 -07:00
infinite-redirection.rs
inline-default-methods.rs rustdoc: trait bound formatting 2023-02-04 19:10:04 +01:00
internal.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
invalid.crate.name.rs
issue-12834.rs
issue-13698.rs
issue-15169.rs
issue-15318-2.rs rustdoc: Unsupport importing doc(primitive) and doc(keyword) modules 2023-03-28 17:31:39 +04:00
issue-15318-3.rs
issue-15318.rs
issue-15347.rs
issue-16019.rs
issue-16265-1.rs
issue-16265-2.rs
issue-17476.rs
issue-18199.rs
issue-19181.rs
issue-19190-2.rs
issue-19190-3.rs
issue-19190.rs
issue-20175.rs
issue-20646.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-20727-2.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-20727-3.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-20727-4.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-20727.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-21092.rs
issue-21474.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-21801.rs
issue-22025.rs
issue-22038.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-23106.rs
issue-23207.rs
issue-23511.rs
issue-23744.rs
issue-23812.rs
issue-25001.rs
issue-25944.rs
issue-26606.rs
issue-26995.rs
issue-27104.rs
issue-27362.rs
issue-27759.rs
issue-27862.rs
issue-28478.rs
issue-28927.rs
issue-29449.rs
issue-29503.rs
issue-29584.rs
issue-30109.rs
issue-30252.rs
issue-30366.rs
issue-31808.rs
issue-31899.rs
issue-32374.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
issue-32395.rs
issue-32556.rs
issue-32890.rs
issue-33069.rs
issue-33178-1.rs
issue-33178.rs
issue-33302.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-33592.rs
issue-34025.rs
issue-34274.rs
issue-34423.rs
issue-34473.rs
issue-34928.rs rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
issue-35169-2.rs
issue-35169.rs
issue-35488.rs
issue-36031.rs
issue-38129.rs
issue-38219.rs
issue-40936.rs
issue-41783.codeblock.html
issue-41783.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
issue-42760.rs
issue-43153.rs
issue-43701.rs
issue-43869.rs
issue-43893.rs
issue-45584.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-46271.rs
issue-46377.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
issue-46380-2.rs
issue-46727.rs
issue-46766.rs
issue-46767.rs
issue-46976.rs
issue-47038.rs
issue-47197-blank-line-in-doc-block.rs
issue-47639.rs
issue-48377.rs
issue-48414.rs
issue-50159.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-51236.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-52873.rs
issue-53689.rs
issue-53812.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-54478-demo-allocator.rs
issue-54705.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-55001.rs
issue-55321.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-55364.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
issue-56701.rs
issue-56822.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-57180.rs
issue-60482.rs
issue-60726.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-61592.rs
issue-67851-both.rs
issue-67851-hidden.rs
issue-67851-neither.rs
issue-67851-private.rs
issue-72340.rs
issue-73061-cross-crate-opaque-assoc-type.rs
issue-74083.rs
issue-75588.rs
issue-76501.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-78673.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-78701.rs
issue-79201.rs
issue-80233-normalize-auto-trait.rs
issue-82465-asref-for-and-of-local.rs
issue-83375-multiple-mods-w-same-name-doc-inline-last-item.rs rustdoc: make item links consistently use title="{shortty} {path}" 2023-01-23 14:31:35 -07:00
issue-83375-multiple-mods-w-same-name-doc-inline.rs rustdoc: make item links consistently use title="{shortty} {path}" 2023-01-23 14:31:35 -07:00
issue-85454.rs rustdoc: trait bound formatting 2023-02-04 19:10:04 +01:00
issue-86620.rs
issue-88600.rs
issue-89309-heading-levels.rs
issue-89852.rs
issue-95633.rs
issue-95873.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
issue-96381.rs
issue-98697.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-99221-multiple-macro-rules-w-same-name-submodule.rs
issue-99221-multiple-macro-rules-w-same-name.rs
issue-99221-multiple-structs-w-same-name.rs rustdoc: make item links consistently use title="{shortty} {path}" 2023-01-23 14:31:35 -07:00
issue-99734-multiple-foreigns-w-same-name.rs rustdoc: make item links consistently use title="{shortty} {path}" 2023-01-23 14:31:35 -07:00
issue-99734-multiple-mods-w-same-name.rs rustdoc: make item links consistently use title="{shortty} {path}" 2023-01-23 14:31:35 -07:00
issue-100204-inline-impl-through-glob-import.rs
issue-100241.rs
issue-100620.rs
issue-100679-sidebar-links-deref.rs
issue-101743-bold-tag.rs
issue-102154.rs
issue-105952.rs
issue-107350.rs Add regression test for #107350 2023-01-27 12:11:01 +01:00
issue-107995.rs Add regression test for #107995 2023-02-18 23:24:58 +01:00
issue-108231.rs Add regression test for #108231 2023-02-20 20:19:21 +01:00
issue-108281.rs Add regression test for #108281 2023-02-21 16:26:06 +01:00
issue-108679-reexport-of-reexport.rs Addr regression test for #108679 2023-03-07 21:20:21 +01:00
issue-108925.rs Bless tidy 2023-03-27 18:58:07 +00:00
issue-108931-anonymous-reexport.rs Update rustdoc anonymous reexport test and add regression test for #108931 2023-03-09 18:08:22 +01:00
issue-109258-missing-private-inlining.rs Add regression test for #109258 2023-03-17 17:04:23 +01:00
issue-109695-crate-doc-hidden.rs Add regression test for #109695 2023-03-29 16:17:48 +02:00
item-desc-list-at-start.item-table.html rustdoc: avoid including <li> tags in item table short desc 2023-02-23 13:53:27 -07:00
item-desc-list-at-start.rs rustdoc: avoid including <li> tags in item table short desc 2023-02-23 13:53:27 -07:00
keyword.rs rustdoc: remove unnecessary DOM class h1.fqn 2023-01-13 10:09:25 -07:00
legacy-const-generic.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
lifetime-name.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
line-breaks.rs
link-assoc-const.rs
link-title-escape.rs
local-reexport-doc.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
logo-class-default.rs
logo-class.rs
macro-document-private-duplicate.rs
macro-document-private.rs
macro-generated-macro.macro_linebreak_pre.html
macro-generated-macro.macro_morestuff_pre.html
macro-generated-macro.rs
macro-higher-kinded-function.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
macro-in-async-block.rs
macro-in-closure.rs
macro-indirect-use.rs
macro-private-not-documented.rs
macro_pub_in_module.rs
macro_rules-matchers.rs
macros.rs
manual_impl.rs
masked.rs
method-list.rs
mixing-doc-comments-and-attrs.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
mixing-doc-comments-and-attrs.S1_top-doc.html
mixing-doc-comments-and-attrs.S2_top-doc.html
mixing-doc-comments-and-attrs.S3_top-doc.html
mod-stackoverflow.rs
module-impls.rs
multiple-import-levels.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
must_implement_one_of.rs
mut-params.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
namespaces.rs
negative-impl-sidebar.rs
negative-impl.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
nested-modules.rs
no-compiler-reexport.rs
no-crate-filter.rs
no-run-still-checks-lints.rs
no-stack-overflow-25295.rs
no-unit-struct-field.rs
no_std-primitive.rs
non_lifetime_binders.rs rustdoc + rustdoc-json support for non_lifetime_binders 2023-03-28 16:50:49 +00:00
normalize-assoc-item.rs bless rustdoc tests 2023-03-05 14:41:35 +03:00
not-wf-ambiguous-normalization.rs
nul-error.rs
playground-arg.rs rustdoc: use smarter encoding for playground URL 2023-01-26 10:51:10 -07:00
playground-empty.rs
playground-none.rs
playground-syntax-error.rs
playground.rs rustdoc: use smarter encoding for playground URL 2023-01-26 10:51:10 -07:00
primitive-link.rs
primitive-reexport.rs
primitive-reference.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
primitive-slice-auto-trait.rs rustdoc: remove unnecessary DOM class h1.fqn 2023-01-13 10:09:25 -07:00
primitive-tuple-auto-trait.rs rustdoc: remove unnecessary DOM class h1.fqn 2023-01-13 10:09:25 -07:00
primitive-tuple-variadic.rs rustdoc: use the same URL escape rules for fragments as for examples 2023-02-03 17:58:26 -07:00
primitive-unit-auto-trait.rs rustdoc: remove unnecessary DOM class h1.fqn 2023-01-13 10:09:25 -07:00
private-type-alias.rs
proc-macro.rs
process-termination.rs
pub-extern-crate.rs
pub-method.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
pub-use-extern-macros.rs
range-arg-pattern.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
raw-ident-eliminate-r-hashtag.rs
read-more-unneeded.rs
recursion1.rs
recursion2.rs
recursion3.rs
recursive-deref-sidebar.rs
recursive-deref.rs
redirect-const.rs
redirect-map-empty.rs
redirect-map.rs
redirect-rename.rs
redirect.rs Update rustdoc/redirect test 2023-01-27 14:50:34 +01:00
reexport-attr-merge.rs Correctly handle reexports of #[doc(hidden)] is reexport does not use #[doc(inline)] 2023-02-15 00:00:51 +01:00
reexport-check.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
reexport-dep-foreign-fn.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
reexport-doc-hidden.rs Add test for displayed re-export of doc(hidden) 2023-01-12 18:03:50 +01:00
reexport-doc.rs
reexport-hidden-macro.rs Add test for reexported hidden macro 2023-02-20 20:19:21 +01:00
reexport-macro.rs Add regression test for reexported macros docs 2023-02-10 18:37:32 +01:00
reexport-stability-tags-deprecated-and-portability.rs
reexport-stability-tags-unstable-and-portability.rs
reexports-of-same-name.rs Add test to ensure there are no duplicated imports 2023-02-22 17:49:22 +01:00
reexports-priv.rs rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
reexports.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
remove-duplicates.rs
remove-url-from-headings.rs
return-impl-trait.rs
rfc-2632-const-trait-impl.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
rustc-incoherent-impls.rs
rustc-macro-crate.rs
safe-intrinsic.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
same-crate-hidden-impl-parameter.rs
sanitizer-option.rs
search-index-summaries.rs
search-index.rs
short-docblock-codeblock.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
short-docblock.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
short-line.md
show-const-contents.rs
sidebar-all-page.rs
sidebar-items.rs
sidebar-link-generation.rs
sidebar-links-to-foreign-impl.rs rustdoc: use the same URL escape rules for fragments as for examples 2023-02-03 17:58:26 -07:00
sized_trait.rs
slice-links.link_box_generic.html
slice-links.link_box_u32.html
slice-links.link_slice_generic.html
slice-links.link_slice_u32.html
slice-links.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
smart-punct.rs
smoke.rs
sort-modules-by-appearance.rs
source-file.rs
source-version-separator.rs
src-links-auto-impls.rs
src-links-external.rs
src-links.rs
stability.rs
static-root-path.rs
static.rs
strip-block-doc-comments-stars.docblock.html
strip-block-doc-comments-stars.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
strip-enum-variant.no-not-shown.html
strip-enum-variant.rs
struct-arg-pattern.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
struct-field.rs
struct-implementations-title.rs
structfields.rs
tab_title.rs
table-in-docblock.rs
task-lists.rs
test-lists.rs
test-parens.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
test-strikethrough.rs
thread-local-src.rs
titles.rs
toggle-item-contents.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
toggle-method.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
toggle-trait-fn.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
trait-alias-mention.rs
trait-impl-items-links-and-anchors.rs
trait-impl.rs
trait-self-link.rs
trait-src-link.rs
trait-visibility.rs
trait_alias.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
traits-in-bodies-private.rs
traits-in-bodies.rs
tuple-struct-fields-doc.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
tuples.link1_i32.html
tuples.link1_t.html
tuples.link2_i32.html
tuples.link2_t.html
tuples.link2_tu.html
tuples.link_unit.html
tuples.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
type-layout-flag-required.rs
type-layout.rs rustdoc: Note in a type's layout/size if it is uninhabited 2023-03-04 12:07:29 +00:00
typedef.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
unindent.md
unindent.rs
union.rs
unit-return.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
universal-impl-trait.rs
unneeded-trait-implementations-title.rs
use-attr.rs
useless_lifetime_bound.rs
variadic.rs
version-separator-without-source.rs
viewpath-rename.rs
viewpath-self.rs
visibility.rs
where-clause-order.rs rustdoc: use the same URL escape rules for fragments as for examples 2023-02-03 17:58:26 -07:00
where-sized.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
where.rs rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
where.SWhere_Simd_item-decl.html rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
where.SWhere_TraitWhere_item-decl.html rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
whitespace-after-where-clause.enum.html rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
whitespace-after-where-clause.enum2.html Replace nbsp in all rustdoc code blocks 2023-02-03 08:15:44 -07:00
whitespace-after-where-clause.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
whitespace-after-where-clause.struct.html rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
whitespace-after-where-clause.struct2.html Replace nbsp in all rustdoc code blocks 2023-02-03 08:15:44 -07:00
whitespace-after-where-clause.trait.html rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
whitespace-after-where-clause.trait2.html rustdoc: trait bound formatting 2023-02-04 19:10:04 +01:00
whitespace-after-where-clause.union.html rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
whitespace-after-where-clause.union2.html Replace nbsp in all rustdoc code blocks 2023-02-03 08:15:44 -07:00
without-redirect.rs
wrapping.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00