rust/tests/rustdoc
Matthias Krüger 39ed894926
Rollup merge of #110964 - notriddle:notriddle/deref-impl, r=GuillaumeGomez
rustdoc: fix weird margins between Deref impl items

## Before

![image](https://user-images.githubusercontent.com/1593513/235245977-90770591-22c1-4a27-9464-248a3729a2b7.png)

## After

![image](https://user-images.githubusercontent.com/1593513/235246009-0e83113e-42b7-4e29-981d-969f9d20af01.png)

## Description

In the old setup, if the dereffed-to item has multiple impl blocks, each one gets its own `div.impl-items` in the section, but there are no headers separating them. Since the last method in a `div.impl-items` has no bottom margin, and there are no margins between these divs, there is no margin between the last method of one impl and the first method of the following impl.

This patch fixes it by simplifying the HTML. Each Deref block gets exactly one `div.impl-items`, no matter how many impl blocks it actually has.
2023-04-29 15:51:17 +02:00
..
auxiliary Split out a separate feature gate for impl trait in associated types 2023-04-12 16:17:31 +00:00
const-generics Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez 2023-02-09 23:18:34 +05:30
deref rustdoc: fix weird margins between Deref impl items 2023-04-28 13:16:10 -07:00
duplicate_impls rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
generic-associated-types rustdoc: escape GAT args in more cases 2023-04-04 02:09:23 +02:00
inline_cross Add regression test for #110698 2023-04-27 16:41:22 +02:00
inline_local Move /src/test to /tests 2023-01-11 09:32:08 +00:00
intra-doc Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
intra-doc-crate Move /src/test to /tests 2023-01-11 09:32:08 +00:00
notable-trait Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
primitive Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
src-links Move /src/test to /tests 2023-01-11 09:32:08 +00:00
synthetic_auto rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
test_option_check Move /src/test to /tests 2023-01-11 09:32:08 +00:00
all.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
anchors.no_const_anchor2.html rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
anchors.no_const_anchor.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_anchor2.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.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
anonymous-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
array-links.link_box_u32.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
array-links.link_slice_generic.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
array-links.link_slice_u32.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
array-links.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
asm-foreign2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
asm-foreign.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-consts-version.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
async-fn-opaque-item.rs Don't collect return-position impl traits for documentation 2023-04-04 14:03:50 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
async-trait-sig.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
async-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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_aliases.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-impl-for-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-impl-primitive.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
auto-trait-not-send.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-traits.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-codeblock-syntax.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
blanket-reexport-item.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bounds-in-multiple-parts.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cap-lints.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cfg_doc_reexport.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
cfg-doctest.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-source-code-urls-to-def-std.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check-source-code-urls-to-def.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
check-styled-link.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
check.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
codeblock-title.rs rustdoc: merge doctest tooltip with notable traits tooltip 2023-01-27 09:04:39 -07:00
comment-in-doctest.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
compiler-derive-proc-macro.rs Add test to ensure that compiler built-in proc-macro are considered as such 2023-04-13 20:35:05 +02:00
const-display.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-doc.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-value-display.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
constructor-imports.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
crate-version-escape.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
crate-version.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-crate-hidden-assoc-trait-items.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-crate-hidden-impl-parameter.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-crate-links.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cross-crate-primitive-doc.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
decl_macro_priv.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
decl_macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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
deep-structures.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-theme.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-trait-method-link.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
default-trait-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deprecated-future-staged-api.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deprecated-future.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deprecated-impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deprecated.rs Fix improper escaping of deprecation reasons 2023-03-20 05:21:51 +00:00
description_default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
description.rs rustdoc: account for intra-doc links in <meta name="description"> 2023-02-11 16:10:28 -07:00
doc_auto_cfg_nested_impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-assoc-item.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
doc-auto-cfg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg-hide.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg-implicit-gate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg-implicit.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg-simplification.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg-target-feature.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg-traits.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doc-cfg.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
doc-proc-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
doctest-manual-crate-name.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
duplicated_impl.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
early-unindent.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
edition-doctest.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
edition-flag.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
elided-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
empty-doc-comment.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
empty-mod-private.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
empty-mod-public.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
empty-section.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ensure-src-link.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enum-headings.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-default-method.no_href_on_anchor.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-default-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-html-root-url-precedence.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-html-root-url.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-links.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
external-cross.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
external-doc.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
external-macro-src.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate-doc_auto_cfg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ffi.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
footnote-in-summary.rs Add test for footnote references in doc summary 2023-03-19 18:02:52 +01:00
force-target-feature.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
foreigntype-reexport.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
foreigntype.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic_const_exprs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-line.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-methods.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-trait-methods.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hidden-trait-struct-impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hide-complex-unevaluated-const-arguments.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
hide-complex-unevaluated-consts.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hide-unstable-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
higher-ranked-trait-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-box.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-disambiguation.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-everywhere.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-parts.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
impl-trait-alias.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
implementor-stable-version.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impossible-default.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
include_str_cut.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
index-page.rs rustdoc: remove unnecessary DOM class h1.fqn 2023-01-13 10:09:25 -07:00
infinite-redirection.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-12834.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-13698.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-15169.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
issue-15318.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-15347.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-16019.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-16265-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-16265-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-17476.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-18199.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-19181.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-19190-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-19190-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-19190.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-20175.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-21474.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-21801.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-22025.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-22038.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-23106.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-23207.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-23511.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
issue-23744.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-23812.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-25001.rs Bless rustdoc test with swapped ids 2023-04-05 15:59:29 +00:00
issue-25944.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-26606.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-26995.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-27104.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-27362.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-27759.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-27862.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-28478.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-28927.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-29449.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-29503.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-29584.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-30109.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-30252.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-30366.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-31808.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-31899.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-32374.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
issue-32395.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-32556.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-32890.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33069.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33178-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33178.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33302.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
issue-33592.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-34025.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-34274.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-34423.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-34473.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-35169.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-35488.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-36031.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-38129.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-38219.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-40936.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-41783.codeblock.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-41783.rs rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle 2023-01-13 12:38:03 -07:00
issue-42760.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-43153.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-43701.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-43869.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-43893.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-45584.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-46271.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-46377.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
issue-46380-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-46506-pub-reexport-of-pub-reexport.rs Add regression test for #46506 2023-04-20 17:49:13 +02:00
issue-46727.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-46766.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-46767.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-46976.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-47038.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-47197-blank-line-in-doc-block.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-47639.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-48377.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-48414.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-53689.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-53812.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-54478-demo-allocator.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-54705.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-55001.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-56822.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-57180.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-60482.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-60522-duplicated-glob-reexport.rs Add regression test for #60522 2023-04-24 13:12:24 +02:00
issue-60726.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
issue-61592.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-67851-both.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-67851-hidden.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-67851-neither.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-67851-private.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-72340.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-73061-cross-crate-opaque-assoc-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-74083.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-75588.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-79201.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-80233-normalize-auto-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-82465-asref-for-and-of-local.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-88600.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-89309-heading-levels.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-89852.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-94183-blanket-impl-reexported-trait.rs Add regression test for #94183 2023-04-19 11:32:50 +02:00
issue-95633.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-95873.rs rustdoc: simplify DOM for .item-table 2023-02-07 19:00:42 -07:00
issue-96381.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99221-multiple-macro-rules-w-same-name.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100241.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100620.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-101743-bold-tag.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102154.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105952.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-106142.rs test(doc): no fallback marco resolution 2023-04-27 16:25:05 +08:00
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
issue-110422-inner-private.rs Add regression tests for #110422 2023-04-17 20:27:34 +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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
link-assoc-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
link-title-escape.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
logo-class.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro_pub_in_module.rs Add test to ensure that compiler built-in proc-macro are considered as such 2023-04-13 20:35:05 +02:00
macro_rules-matchers.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-document-private-duplicate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-document-private.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-generated-macro.macro_linebreak_pre.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-generated-macro.macro_morestuff_pre.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-generated-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-in-closure.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-indirect-use.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-private-not-documented.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macros.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
manual_impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
masked.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
method-list.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mixing-doc-comments-and-attrs.S2_top-doc.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mixing-doc-comments-and-attrs.S3_top-doc.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mod-stackoverflow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
module-impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mut-params.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
namespaces.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
negative-impl-sidebar.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
negative-impl.rs rustdoc: remove unused class has-srclink 2023-01-28 17:18:56 -07:00
nested-modules.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no_std-primitive.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-compiler-reexport.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-crate-filter.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-run-still-checks-lints.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-stack-overflow-25295.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-unit-struct-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nul-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
playground-arg.rs pass unused_extern_crates in librustdoc::doctest::make_test 2023-04-25 17:20:58 +03:00
playground-empty.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
playground-none.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
playground-syntax-error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
playground.rs rustdoc: use smarter encoding for playground URL 2023-01-26 10:51:10 -07:00
primitive-link.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
primitive-reexport.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
primitive-reference.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
primitive-slice-auto-trait.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
primitive-tuple-auto-trait.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02: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 Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
private-type-alias.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
proc-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
process-termination.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pub-extern-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
read-more-unneeded.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursion1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursion2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recursion3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
redirect-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
redirect-map-empty.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
redirect-map.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
redirect-rename.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
reexport-stability-tags-unstable-and-portability.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
remove-url-from-headings.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rfc-2632-const-trait-impl.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
rustc-incoherent-impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rustc-macro-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
sanitizer-option.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
search-index-summaries.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
search-index.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
show-const-contents.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
sidebar-all-page.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
sidebar-items.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
sidebar-link-generation.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
slice-links.link_box_generic.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
slice-links.link_box_u32.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
slice-links.link_slice_generic.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
slice-links.link_slice_u32.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
slice-links.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
smart-punct.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
smoke.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
sort-modules-by-appearance.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
source-file.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
source-version-separator.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
src-links-auto-impls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
src-links-external.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
src-links.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
stability.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
static-root-path.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
static.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
strip-block-doc-comments-stars.docblock.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
strip-enum-variant.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
struct-arg-pattern.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
struct-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
struct-implementations-title.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
structfields.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tab_title.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
table-in-docblock.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
task-lists.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-lists.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-parens.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
test-strikethrough.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
thread-local-src.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
titles.rs Update tests for rustc_doc_primitive 2023-03-30 22:56:52 +02:00
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.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
trait-alias-mention.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-impl-items-links-and-anchors.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-self-link.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-src-link.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-visibility.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
traits-in-bodies-private.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
traits-in-bodies.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tuples.link1_t.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tuples.link2_i32.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tuples.link2_t.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tuples.link2_tu.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tuples.link_unit.html Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tuples.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
type-layout-flag-required.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unindent.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unit-return.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00
universal-impl-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unneeded-trait-implementations-title.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
use-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
useless_lifetime_bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
variadic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
version-separator-without-source.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
viewpath-rename.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
viewpath-self.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
visibility.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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.enum2.html Replace nbsp in all rustdoc code blocks 2023-02-03 08:15:44 -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.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -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.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.trait2.html rustdoc: trait bound formatting 2023-02-04 19:10:04 +01: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.union2.html Replace nbsp in all rustdoc code blocks 2023-02-03 08:15:44 -07: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
without-redirect.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
wrapping.rs rustdoc: remove unnecessary wrapper div.item-decl from HTML 2023-01-30 11:06:18 -07:00