rust/src/test/rustdoc
Matthias Krüger 6e582cadc3
Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomez
Properly render asyncness for trait fns without default body

We weren't properly desugaring async fns in traits unless they had default bodies (in which case rustdoc treats them much like they came from an impl).

cc ```@yoshuawuyts``` should help with https://rust-lang.zulipchat.com/#narrow/stream/330606-wg-async.2Fasync-fn-in-trait-impl/topic/type.20inside.20.60async.20fn.60.20body.20must.20be.20known.20in.20this.20context/near/306894869
2022-11-04 06:40:31 +01:00
..
auxiliary Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=GuillaumeGomez 2022-10-30 19:31:39 -07:00
const-generics rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
duplicate_impls rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
generic-associated-types Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors 2022-09-13 09:39:41 +00:00
inline_cross Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomez 2022-10-23 14:48:16 -07:00
inline_local rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
intra-doc rustdoc: Do not add external traits to the crate in register_res 2022-10-30 18:50:07 +04:00
intra-doc-crate rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
primitive rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
src-links Remove licenses 2018-12-25 21:08:33 -07:00
synthetic_auto rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
test_option_check Remove licenses 2018-12-25 21:08:33 -07:00
all.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
anchors.no_const_anchor.html rustdoc: update test cases for <section> tags in traits 2022-09-30 11:58:58 -07:00
anchors.no_const_anchor2.html Update rustdoc tests for simplified rightside DOM 2022-08-24 20:07:08 +02:00
anchors.no_method_anchor.html Update rustdoc tests for simplified rightside DOM 2022-08-24 20:07:08 +02:00
anchors.no_trait_method_anchor.html rustdoc: update test cases for <section> tags in traits 2022-09-30 11:58:58 -07:00
anchors.no_tymethod_anchor.html rustdoc: update test cases for <section> tags in traits 2022-09-30 11:58:58 -07:00
anchors.no_type_anchor.html rustdoc: update test cases for <section> tags in traits 2022-09-30 11:58:58 -07:00
anchors.no_type_anchor2.html Add test for inherent impls anchors 2022-07-06 14:58:46 +02:00
anchors.rs Add test for inherent impls anchors 2022-07-06 14:58:46 +02:00
anonymous-lifetime.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
anonymous-reexport.rs Add test for anonymous reexports 2022-06-01 23:46:07 +02:00
array-links.link_box_generic.html rustdoc: remove orphaned link on array bracket 2022-09-30 14:38:05 -07:00
array-links.link_box_u32.html rustdoc: remove orphaned link on array bracket 2022-09-30 14:38:05 -07:00
array-links.link_slice_generic.html rustdoc: remove orphaned link on array bracket 2022-09-30 14:38:05 -07:00
array-links.link_slice_u32.html rustdoc: remove orphaned link on array bracket 2022-09-30 14:38:05 -07:00
array-links.rs rustdoc: remove orphaned link on array bracket 2022-09-30 14:38:05 -07:00
asm-foreign.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
asm-foreign2.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
assoc-consts-version.rs use span instead of div for since version 2019-05-03 12:55:31 -04:00
assoc-consts.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
assoc-item-cast.rs Split CSS classes for "typedef" vs "associatedtype". 2021-12-10 22:25:43 -08:00
assoc-types.rs Add test for trailing whitespace in long declaration 2022-07-03 20:28:47 +02:00
associated-consts.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
async-fn.rs Emit valid HTML from rustdoc 2022-02-02 00:29:33 -08:00
async-move-doctest.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
async-trait-sig.rs Properly render asyncness for traits without default body 2022-11-02 17:33:25 +00:00
async-trait.rs Clean middle RPITITs correctly in rustdoc 2022-10-22 17:49:00 +00:00
attribute-rendering.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
attributes.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
auto-impl-for-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
auto-impl-primitive.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
auto-trait-not-send.rs Update rustdoc tests 2022-07-05 21:33:39 +02:00
auto-traits.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
auto_aliases.rs Emit valid HTML from rustdoc 2022-02-02 00:29:33 -08:00
bad-codeblock-syntax.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
blanket-reexport-item.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
cap-lints.rs Simplify and unify rustdoc sidebar styles 2022-01-18 10:43:14 -08:00
cfg-doctest.rs stabilize cfg(doctest) 2019-10-29 13:42:55 +01:00
cfg_doc_reexport.rs Add test for missing cfg propagation for reexport 2022-08-25 20:12:53 +02:00
check-source-code-urls-to-def-std.rs rustdoc: fix test cases 2022-09-15 13:14:30 -07:00
check-source-code-urls-to-def.rs rustdoc: fix test cases 2022-09-15 13:14:30 -07:00
check-styled-link.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
check.rs Add tests for rustdoc --check option 2020-11-12 14:58:07 +01:00
codeblock-title.rs Update rustdoc GUI tests 2022-09-10 10:18:32 +02:00
comment-in-doctest.rs Make it build again 2020-02-29 20:47:10 +03:00
const-display.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
const-doc.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-evalutation-ice.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-fn.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
const-underscore.rs Omit underscore constants from rustdoc 2020-01-04 12:35:23 -08:00
const-value-display.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
const.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
constructor-imports.rs Remove licenses 2018-12-25 21:08:33 -07:00
crate-version-escape.rs Simplify and unify rustdoc sidebar styles 2022-01-18 10:43:14 -08:00
crate-version.rs Simplify and unify rustdoc sidebar styles 2022-01-18 10:43:14 -08:00
cross-crate-hidden-assoc-trait-items.rs Hide cross-crate doc-hidden assoc items in trait impls 2022-04-07 20:40:17 +02:00
cross-crate-hidden-impl-parameter.rs Renamed test and added test for same crate 2021-06-25 14:08:06 +08:00
cross-crate-links.rs Remove licenses 2018-12-25 21:08:33 -07:00
cross-crate-primitive-doc.rs Run no_core rustdoc tests on Linux only. 2021-09-22 12:23:28 +02:00
decl-trailing-whitespace.declaration.html Add test for trailing whitespace in long declaration 2022-07-03 20:28:47 +02:00
decl-trailing-whitespace.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
decl_macro.rs rustdoc: Preserve rendering of macro_rules matchers when possible 2021-12-27 14:20:18 -08:00
decl_macro_priv.rs Prefer pub(crate) over no modifier 2020-12-25 16:20:08 -08:00
deep-structures.rs Raise the default recursion limit to 128 2019-07-07 00:12:35 +03:00
default-impl.rs Remove licenses 2018-12-25 21:08:33 -07:00
default-theme.rs Add tests for default-settings 2021-07-22 12:58:59 +02:00
default-trait-method-link.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
default-trait-method.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
deprecated-future-staged-api.rs Error on #[rustc_deprecated] 2022-04-14 21:19:44 -04:00
deprecated-future.rs Clean up rustdoc tests by removing unnecessary features 2020-11-25 14:27:51 +01:00
deprecated-impls.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
deprecated.rs Add test for item-table with resize to mobile 2021-06-28 21:46:05 +02:00
deref-const-fn.rs rustdoc: decouple stability and const-stability 2022-01-13 11:41:48 -05:00
deref-mut-methods.rs Update rustdoc tests to adapt to changes to the sidebar 2022-02-16 20:43:31 +01:00
deref-recursive-pathbuf.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
deref-recursive.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
deref-slice-core.rs rustdoc: fix missing method list for primitive deref target 2022-04-28 16:45:05 -07:00
deref-typedef.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
description.rs Update src/test/rustdoc/description.rs 2021-02-21 09:31:39 -07:00
description_default.rs Use has for non-regexes 2021-02-20 17:51:41 -07:00
doc-assoc-item.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
doc-auto-cfg.rs Exclude cfg "doc" and "doctest" from feature doc_auto_cfg 2022-06-16 01:11:29 +08:00
doc-cfg-hide.rs Extra cfg_hide a bit to handle inner cfgs 2022-01-20 22:05:26 +01:00
doc-cfg-implicit-gate.rs Make cfg implicitly imply doc(cfg) 2021-10-05 17:25:44 +02:00
doc-cfg-implicit.rs Split doc_cfg and doc_auto_cfg features 2021-11-02 16:55:50 +01:00
doc-cfg-simplification.rs Simplify doc-cfg rendering based on the current context 2020-10-07 22:54:12 +02:00
doc-cfg-target-feature.rs Remove licenses 2018-12-25 21:08:33 -07:00
doc-cfg-traits.rs Add tests and improve rendering of features on traits 2020-11-14 22:11:45 +01:00
doc-cfg.rs clarify doc(cfg) wording 2022-04-14 21:12:13 -04:00
doc-notable_trait-mut_t_is_not_an_iterator.rs Add regression test for #80737 2021-12-10 09:27:18 -07:00
doc-notable_trait-mut_t_is_not_ref_t.rs Add regression test for #78160 2021-12-10 10:22:10 -07:00
doc-notable_trait-slice.rs Only show notable traits if both types are the same 2021-11-29 12:23:07 -07:00
doc-notable_trait.rs Rename #[doc(spotlight)] to #[doc(notable_trait)] 2021-03-15 13:59:54 -07:00
doc-notable_trait_box_is_not_an_iterator.rs rustdoc: don't mark Box<T> as Iterator, Read, etc 2022-10-23 22:14:10 -07:00
doc-proc-macro.rs Remove licenses 2018-12-25 21:08:33 -07:00
doc_auto_cfg_nested_impl.rs Add regression test for #101129 2022-09-01 14:31:41 +02:00
doctest-manual-crate-name.rs force binary filename for compiled doctests 2019-01-04 09:57:17 -06:00
double-quote-escape.rs Update rustdoc tests 2022-07-05 21:33:39 +02:00
duplicate-cfg.rs clarify doc(cfg) wording 2022-04-14 21:12:13 -04:00
duplicate-flags.rs Change all 'optflag' arguments to 'optflagmulti' 2021-07-10 14:20:32 -07:00
duplicated_impl.rs Add regression test for rustdoc duplicated blanket impls 2022-04-17 18:04:10 +02:00
early-unindent.rs Add regression test for #96079 2022-04-19 22:57:04 +03:00
edition-doctest.rs Remove licenses 2018-12-25 21:08:33 -07:00
edition-flag.rs rustdoc: Stabilize edition annotation. 2019-11-08 16:15:17 -08:00
elided-lifetime.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
empty-doc-comment.rs Add test for empty doc comments with a backline 2022-04-08 15:30:53 +02:00
empty-impl-block-private-with-doc.rs Add test for impl blocks containing only private items 2022-08-09 16:44:39 +02:00
empty-impl-block-private.rs Add test for impl blocks containing only private items 2022-08-09 16:44:39 +02:00
empty-impl-block.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
empty-impls.rs rustdoc: Add more semantic information to impl ids 2022-07-05 19:43:52 +02:00
empty-mod-private.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
empty-mod-public.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
empty-section.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
ensure-src-link.rs Update rustdoc tests for simplified rightside DOM 2022-08-24 20:07:08 +02:00
enum-headings.rs Improve display of enum variants 2021-10-30 16:35:26 -07:00
escape-deref-methods.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
extern-default-method.no_href_on_anchor.html rustdoc: discr. required+provided assoc consts+tys 2022-04-12 15:38:39 +02:00
extern-default-method.rs rustdoc: discr. required+provided assoc consts+tys 2022-04-12 15:38:39 +02:00
extern-html-root-url-precedence.rs Give precedence to html_root_url over --extern-html-root-url by default, but add a way to opt-in to the previous behavior 2021-08-19 05:11:22 +00:00
extern-html-root-url.rs Give precedence to html_root_url over --extern-html-root-url by default, but add a way to opt-in to the previous behavior 2021-08-19 05:11:22 +00:00
extern-impl-trait.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
extern-impl.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
extern-links.rs resolve: Reduce scope of pub_use_of_private_extern_crate deprecation lint 2021-02-11 10:15:29 +03:00
extern-method.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
external-cross.rs librustdoc: Use correct heading levels. 2021-10-04 05:01:04 -04:00
external-doc.rs librustdoc: Use correct heading levels. 2021-10-04 05:01:04 -04:00
external-macro-src.rs Make source links look cleaner 2022-01-08 09:49:41 -05:00
feature-gate-doc_auto_cfg.rs Split doc_cfg and doc_auto_cfg features 2021-11-02 16:55:50 +01:00
ffi.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn-bound.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
fn-pointer-arg-name.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn-sidebar.rs Remove licenses 2018-12-25 21:08:33 -07:00
fn-type.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
force-target-feature.rs Remove licenses 2018-12-25 21:08:33 -07:00
foreigntype-reexport.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreigntype.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
generic-impl.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
generic_const_exprs.rs Add regression test for #92859 2022-06-26 14:01:00 +02:00
glob-shadowing-const.rs rustdoc: add another test case for glob shadowing 2022-09-09 18:13:31 -07:00
glob-shadowing.rs rustdoc: test cases for glob shadowing 2022-09-09 18:05:33 -07:00
hidden-impls.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
hidden-line.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
hidden-methods.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
hidden-trait-methods-with-document-hidden-items.rs rustdoc: Don't show hidden trait methods 2021-09-25 16:16:30 +09:00
hidden-trait-methods.rs rustdoc: Don't show hidden trait methods 2021-09-25 16:16:30 +09:00
hidden-trait-struct-impls.rs rustdoc: Add more semantic information to impl ids 2022-07-05 19:43:52 +02:00
hide-complex-unevaluated-const-arguments.rs rustdoc: censor certain complex unevaluated const exprs 2022-07-04 18:39:52 +02:00
hide-complex-unevaluated-consts.rs rustdoc: censor certain complex unevaluated const exprs 2022-07-04 18:39:52 +02:00
hide-unstable-trait.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
higher-ranked-trait-bounds.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
impl-box.rs Update rustdoc tests 2022-07-05 21:33:39 +02:00
impl-disambiguation.rs rustdoc: remove unused HTML class="item-list" 2022-10-06 10:55:33 -07:00
impl-everywhere.rs Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01:00
impl-parts-crosscrate.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
impl-parts.rs rustdoc: remove unused HTML class="item-list" 2022-10-06 10:55:33 -07:00
impl-trait-alias.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
implementor-stable-version.rs Update rustdoc test to make it work with newly added rustc passes 2021-02-28 00:48:43 +01:00
impossible-default.rs Don't document impossible to call default trait items on impls 2022-08-07 23:44:05 +00:00
include_str_cut.rs Add test for removed one character last line in rustdoc 2021-11-06 20:21:29 +01:00
index-page.rs rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
infinite-redirection.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
inline-default-methods.rs Remove licenses 2018-12-25 21:08:33 -07:00
internal.rs rustdoc: Fix incorrect usage of @!has and @!matches 2022-08-13 00:56:16 -04:00
invalid.crate.name.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-12834.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
issue-13698.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-15169.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-15318-2.rs Fix broken handling of primitive items 2021-09-12 02:30:24 +00:00
issue-15318-3.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
issue-15318.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-15347.rs rustdoc: remove --passes and --no-defaults 2021-12-15 21:29:04 -07:00
issue-16019.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-16265-1.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
issue-16265-2.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
issue-17476.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-18199.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-19181.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-19190-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-19190-3.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-19190.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
issue-20175.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-20646.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-20727-2.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-20727-3.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-20727-4.rs Update rustdoc tests 2022-08-31 18:13:39 +02:00
issue-20727.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-21092.rs Remove rustdoc old style files generation 2019-01-27 00:34:05 +01:00
issue-21474.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
issue-21801.rs Update rustdoc tests 2022-08-31 18:13:39 +02:00
issue-22025.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-22038.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
issue-23106.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23207.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-23511.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
issue-23744.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-23812.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-25001.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
issue-25944.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-26606.rs Make source links look cleaner 2022-01-08 09:49:41 -05:00
issue-26995.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-27104.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-27362.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
issue-27759.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
issue-27862.rs tests: doc comments 2019-02-10 23:42:32 +00:00
issue-28478.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
issue-28927.rs resolve: Reduce scope of pub_use_of_private_extern_crate deprecation lint 2021-02-11 10:15:29 +03:00
issue-29449.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-29503.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-29584.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-30109.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-30252.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-30366.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-31808.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-31899.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-32374.rs Update rustdoc test 2022-08-18 17:47:40 +02:00
issue-32395.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-32556.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-32890.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33069.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33178-1.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33178.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-33302.rs Emit valid HTML from rustdoc 2022-02-02 00:29:33 -08:00
issue-33592.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-34025.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34274.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34423.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-34473.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-34928.rs Update rustdoc tests 2022-08-31 18:13:39 +02:00
issue-35169-2.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
issue-35169.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
issue-35488.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-36031.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-38129.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-38219.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-40936.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-41783.codeblock.html rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
issue-41783.rs rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
issue-42760.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
issue-43153.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43701.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43869.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
issue-43893.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-45584.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
issue-46271.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46377.rs Migrate from custom elements to divs with classes to be compatible with safari 2021-06-24 16:46:15 +02:00
issue-46380-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46727.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-46766.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46767.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-46976.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47038.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47197-blank-line-in-doc-block.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-47639.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-48377.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-48414.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-50159.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-51236.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-52873.rs Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
issue-53689.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-53812.rs Emit valid HTML from rustdoc 2022-02-02 00:29:33 -08:00
issue-54478-demo-allocator.rs This is a regression test for #54478. 2018-10-24 12:19:47 +02:00
issue-54705.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-55001.rs Fix Rustdoc ICE when checking blanket impls 2018-10-22 19:40:43 -04:00
issue-55321.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-55364.rs Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01:00
issue-56701.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
issue-56822.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-57180.rs Add regression test for issue, apply suggestion to convert to assert_eq 2019-08-28 00:21:30 -04:00
issue-60482.rs upgrade rustdoc's pulldown-cmark to 0.5.2 2019-05-29 10:59:59 -04:00
issue-60726.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-61592.rs rustdoc: Fix incorrect usage of @!has and @!matches 2022-08-13 00:56:16 -04:00
issue-67851-both.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-67851-hidden.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-67851-neither.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-67851-private.rs Distinguish between private items and hidden items in rustdoc 2020-01-04 11:28:53 -08:00
issue-72340.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
issue-73061-cross-crate-opaque-assoc-type.rs Add more tests for type alias impl Trait 2020-06-11 16:24:01 +01:00
issue-74083.rs Fix tests that incorrectly used !@has instead of @!has 2020-12-31 12:47:09 -08:00
issue-75588.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-76501.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
issue-78673.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
issue-78701.rs Update rustdoc tests 2022-07-05 21:33:39 +02:00
issue-79201.rs Apply doc(cfg) from parent items while collecting trait impls 2020-11-23 17:47:29 +01:00
issue-80233-normalize-auto-trait.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-82465-asref-for-and-of-local.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-83375-multiple-mods-w-same-name-doc-inline-last-item.rs rustdoc: test cases for glob shadowing 2022-09-09 18:05:33 -07:00
issue-83375-multiple-mods-w-same-name-doc-inline.rs rustdoc: test cases for glob shadowing 2022-09-09 18:05:33 -07:00
issue-85454.rs rustdoc: Render <Self as X>::Y type casts properly across crate bounds 2021-06-18 23:39:55 +02:00
issue-86620.rs Emit valid HTML from rustdoc 2022-02-02 00:29:33 -08:00
issue-88600.rs rustdoc: do not emit tuple variant fields if none are documented 2022-01-11 16:44:03 -05:00
issue-89309-heading-levels.rs Add tests for ensuring docblock headings. 2021-10-04 22:28:04 -04:00
issue-89852.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
issue-95633.rs Add test to ensure rustdoc does not panic on intra doc link pass 2022-04-04 17:37:09 +02:00
issue-95873.rs Update src/test/rustdoc/issue-95873.rs 2022-04-26 07:13:30 -07:00
issue-96381.rs Fix issue 96381 2022-04-25 13:31:53 -07:00
issue-98697.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
issue-99221-multiple-macro-rules-w-same-name-submodule.rs rustdoc: avoid inlining items with duplicate (type, name) 2022-07-16 17:04:43 -07:00
issue-99221-multiple-macro-rules-w-same-name.rs rustdoc: avoid inlining items with duplicate (type, name) 2022-07-16 17:04:43 -07:00
issue-99221-multiple-structs-w-same-name.rs rustdoc: avoid inlining items with duplicate (type, name) 2022-07-16 17:04:43 -07:00
issue-99734-multiple-foreigns-w-same-name.rs rustdoc: avoid inlining foreigns with duplicate names 2022-08-02 14:48:23 -07:00
issue-99734-multiple-mods-w-same-name.rs rustdoc: avoid inlining modules with duplicate names 2022-07-25 16:35:12 -07:00
issue-100204-inline-impl-through-glob-import.rs rustdoc: do not mark the contents of a skipped module as inlined 2022-08-06 13:20:04 -07:00
issue-100241.rs resolve: Shadow erroneous glob imports with erroneous single imports 2022-10-16 00:10:16 +04:00
issue-100620.rs Avoid overflow in is_impossible_method 2022-08-18 01:12:46 +00:00
issue-100679-sidebar-links-deref.rs rustdoc: count deref and non-deref as same set of used methods 2022-08-18 15:31:14 -07:00
issue-101743-bold-tag.rs Add test for #101743 2022-09-14 22:19:43 +01:00
keyword.rs rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
legacy-const-generic.rs Add test for legacy-const-generic arguments 2021-12-02 11:27:01 +01:00
lifetime-name.rs Add test to ensure lifetime is not elided in type alias 2022-02-01 12:29:46 +01:00
line-breaks.rs Remove licenses 2018-12-25 21:08:33 -07:00
link-assoc-const.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
link-title-escape.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
local-reexport-doc.rs Add regression test for doc of reexport of local items 2022-11-02 17:36:35 +01:00
logo-class-default.rs rustdoc: remove unused .sub-logo-container DOM on non-source pages 2022-10-16 17:57:26 -07:00
logo-class.rs rustdoc: remove unused .sub-logo-container DOM on non-source pages 2022-10-16 17:57:26 -07:00
macro-document-private-duplicate.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00
macro-document-private.rs Update tests 2021-08-28 00:24:39 -07:00
macro-generated-macro.macro_linebreak_pre.html Convert macro-generated-macro snapshot to /text() using PR 92914 2022-01-18 11:14:43 -08:00
macro-generated-macro.macro_morestuff_pre.html Add a more complete test of rustdoc macro_rules matcher rendering 2022-01-18 12:25:58 -08:00
macro-generated-macro.rs Add a more complete test of rustdoc macro_rules matcher rendering 2022-01-18 12:25:58 -08:00
macro-higher-kinded-function.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
macro-in-async-block.rs Add rustdoc tests from #72088 2020-07-15 10:54:05 -04:00
macro-in-closure.rs Add rustdoc tests from #72088 2020-07-15 10:54:05 -04:00
macro-indirect-use.rs Update tests 2021-08-28 00:24:39 -07:00
macro-private-not-documented.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
macro_pub_in_module.rs Fix ICE on pub macros defined within a non-module type namespace. 2021-01-06 15:13:39 +01:00
macro_rules-matchers.rs Update rustdoc tests 2022-08-14 13:31:46 +02:00
macros.rs rustdoc: Preserve rendering of macro_rules matchers when possible 2021-12-27 14:20:18 -08:00
manual_impl.rs Remove toggle for "undocumented items." 2021-05-30 21:15:22 -07:00
markdown-summaries.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
masked.rs rustdoc: add test case for masked blanket impl 2022-10-19 08:44:10 -07:00
method-list.rs Update rustdoc tests to adapt to changes to the sidebar 2022-02-16 20:43:31 +01:00
mixing-doc-comments-and-attrs.rs Update mixed doc comments test 2022-01-01 11:04:44 +01:00
mixing-doc-comments-and-attrs.S1_top-doc.html Fix invalid removal of backlines from doc comments 2021-12-28 17:09:22 +01:00
mixing-doc-comments-and-attrs.S2_top-doc.html Migrate a test to use @snapshot 2021-12-01 15:12:12 -08:00
mixing-doc-comments-and-attrs.S3_top-doc.html Update mixed doc comments test 2022-01-01 11:04:44 +01:00
mod-stackoverflow.rs Remove licenses 2018-12-25 21:08:33 -07:00
module-impls.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
must_implement_one_of.rs apply review suggestions 2022-07-25 21:12:56 +04:00
mut-params.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
namespaces.rs Remove licenses 2018-12-25 21:08:33 -07:00
negative-impl-sidebar.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
negative-impl.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
nested-modules.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
no-compiler-reexport.rs rustdoc: remove --passes and --no-defaults 2021-12-15 21:29:04 -07:00
no-crate-filter.rs rustdoc: Fix incorrect usage of @!has and @!matches 2022-08-13 00:56:16 -04:00
no-run-still-checks-lints.rs Remove licenses 2018-12-25 21:08:33 -07:00
no-stack-overflow-25295.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
no-unit-struct-field.rs Add test for tuple struct field generation in search index 2022-10-31 11:21:27 +01:00
no_std-primitive.rs Fix broken handling of primitive items 2021-09-12 02:30:24 +00:00
normalize-assoc-item.rs Don't use unnormalized type in Ty::fn_sig 2022-10-09 07:52:33 +00:00
not-wf-ambiguous-normalization.rs tests 2022-10-21 19:04:13 +00:00
nul-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
playground-arg.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
playground-empty.rs Remove licenses 2018-12-25 21:08:33 -07:00
playground-none.rs Remove licenses 2018-12-25 21:08:33 -07:00
playground-syntax-error.rs rustdoc: Avoid panic when parsing codeblocks for playground links 2020-01-04 18:42:06 +00:00
playground.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
primitive-link.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
primitive-reexport.rs rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
primitive-reference.rs rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
primitive-slice-auto-trait.rs rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
primitive-tuple-auto-trait.rs rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
primitive-tuple-variadic.rs rustdoc: extend #[doc(tuple_variadic)] to fn pointers 2022-07-17 16:32:06 -07:00
primitive-unit-auto-trait.rs rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
primitive.rs rustdoc: remove unused CSS class in-band 2022-10-05 16:56:07 -07:00
private-type-alias.rs Remove licenses 2018-12-25 21:08:33 -07:00
proc-macro.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
process-termination.rs Revert "implicit Option-returning doctests" 2019-07-01 16:41:37 +02:00
pub-extern-crate.rs add test for pub extern crate 2019-01-10 21:18:46 -05:00
pub-method.rs Update rustdoc tests 2021-06-02 20:30:18 +02:00
pub-use-extern-macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
range-arg-pattern.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
raw-ident-eliminate-r-hashtag.rs Fix warnings in rustdoc HTML tests 2021-11-28 11:49:12 -08:00
recursion1.rs Remove licenses 2018-12-25 21:08:33 -07:00
recursion2.rs Remove licenses 2018-12-25 21:08:33 -07:00
recursion3.rs Remove licenses 2018-12-25 21:08:33 -07:00
recursive-deref-sidebar.rs Update rustdoc tests to adapt to changes to the sidebar 2022-02-16 20:43:31 +01:00
recursive-deref.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
redirect-const.rs Remove licenses 2018-12-25 21:08:33 -07:00
redirect-map-empty.rs Add tests for --generate-redirect-map option 2021-02-23 11:13:35 +01:00
redirect-map.rs Add tests for --generate-redirect-map option 2021-02-23 11:13:35 +01:00
redirect-rename.rs Add more tests for renamed items 2020-11-21 10:19:02 -05:00
redirect.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
reexport-check.rs Migrate from custom elements to divs with classes to be compatible with safari 2021-06-24 16:46:15 +02:00
reexport-dep-foreign-fn.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
reexport-doc.rs Add regression test for inlined doc comment on impl block 2022-10-25 23:24:39 +02:00
reexport-stability-tags-deprecated-and-portability.rs Test Deprecated, Portability, and Unstable. 2021-04-18 10:46:06 +02:00
reexport-stability-tags-unstable-and-portability.rs Test Deprecated, Portability, and Unstable. 2021-04-18 10:46:06 +02:00
reexports-priv.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
reexports.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
remove-duplicates.rs Remove licenses 2018-12-25 21:08:33 -07:00
remove-url-from-headings.rs rustdoc: Fix incorrect usage of @!has and @!matches 2022-08-13 00:56:16 -04:00
return-impl-trait.rs Make all tests use type_alias_impl_trait feature instead of min 2021-07-27 12:33:02 -03:00
rfc-2632-const-trait-impl.rs rustdoc: update test cases for <section> tags in traits 2022-09-30 11:58:58 -07:00
rustc-incoherent-impls.rs rustdoc: add support for incoherent impls on structs and traits 2022-10-29 15:51:59 -07:00
rustc-macro-crate.rs Improve Rustdoc's handling of procedural macros 2019-08-24 13:11:57 -04:00
safe-intrinsic.rs attributes: Add #[rustc_safe_intrinsic] builtin 2022-09-27 15:55:42 +02:00
same-crate-hidden-impl-parameter.rs Renamed test and added test for same crate 2021-06-25 14:08:06 +08:00
sanitizer-option.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
search-index-summaries.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
search-index.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
short-docblock-codeblock.rs rustdoc: omit start/end tags for empty item description blocks 2022-08-25 20:30:23 -07:00
short-docblock.rs rustdoc: clean up DOM by removing .dockblock-short p 2022-09-13 16:03:11 -07:00
short-line.md Add test for removed one character last line in rustdoc 2021-11-06 20:21:29 +01:00
show-const-contents.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
sidebar-all-page.rs Add test for sidebar elements in the "All types" page 2022-09-20 17:10:38 +02:00
sidebar-items.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
sidebar-link-generation.rs Update rustdoc tests to adapt to changes to the sidebar 2022-02-16 20:43:31 +01:00
sidebar-links-to-foreign-impl.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
sized_trait.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
slice-links.link_box_generic.html rustdoc: clean up primitive.slice.html links 2022-06-02 15:02:19 -07:00
slice-links.link_box_u32.html rustdoc: remove link on slice brackets 2022-06-13 13:16:01 -07:00
slice-links.link_slice_generic.html rustdoc: remove link on slice brackets 2022-06-13 13:16:01 -07:00
slice-links.link_slice_u32.html rustdoc: remove link on slice brackets 2022-06-13 13:16:01 -07:00
slice-links.rs rustdoc: clean up primitive.slice.html links 2022-06-02 15:02:19 -07:00
smart-punct.rs librustdoc: Use correct heading levels. 2021-10-04 05:01:04 -04:00
smoke.rs Remove licenses 2018-12-25 21:08:33 -07:00
sort-modules-by-appearance.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
source-file.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
source-version-separator.rs Emit valid HTML from rustdoc 2022-02-02 00:29:33 -08:00
spotlight-from-dependency.rs Emit valid HTML from rustdoc 2022-02-02 00:29:33 -08:00
src-links-auto-impls.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
src-links-external.rs Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
src-links.rs Remove rustdoc old style files generation 2019-01-27 00:34:05 +01:00
stability.rs Update rustdoc test following DOM change 2022-04-06 20:41:57 +02:00
static-root-path.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
static.rs fixup! Avoid extraneous space between visibility kw and ident for statics 2020-10-13 16:47:53 -05:00
strip-block-doc-comments-stars.docblock.html Add test for block doc comments 2022-01-19 11:18:17 +01:00
strip-block-doc-comments-stars.rs Update rustdoc test 2022-02-07 17:07:53 +01:00
strip-enum-variant.no-not-shown.html rustdoc: remove unneeded <div> wrapper from sidebar DOM 2022-10-10 11:40:15 -07:00
strip-enum-variant.rs rustdoc: remove unneeded <div> wrapper from sidebar DOM 2022-10-10 11:40:15 -07:00
struct-arg-pattern.rs Renamed test 2021-04-05 00:29:43 +01:00
struct-field.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
struct-implementations-title.rs Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01:00
structfields.rs Display "private fields" instead of "fields omitted" 2022-01-09 12:48:28 -08:00
tab_title.rs Create rustdoc_internals feature gate 2021-11-24 21:57:18 +01:00
table-in-docblock.rs rustdoc: Fix incorrect usage of @!has and @!matches 2022-08-13 00:56:16 -04:00
task-lists.rs Enable 'task list' markdown extension 2021-02-06 00:08:21 -05:00
test-lists.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-parens.rs Remove licenses 2018-12-25 21:08:33 -07:00
test-strikethrough.rs Add test for strikethrough in rustdoc 2020-05-08 18:14:57 +02:00
thread-local-src.rs Make source links look cleaner 2022-01-08 09:49:41 -05:00
titles.rs Simplify and unify rustdoc sidebar styles 2022-01-18 10:43:14 -08:00
toggle-item-contents.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
toggle-method.rs Rustdoc accessibility: use real headers for doc items 2021-07-25 21:41:57 +00:00
toggle-trait-fn.rs rustdoc: add method spacing to trait methods 2022-09-28 21:11:40 -07:00
trait-alias-mention.rs PR feedback 2021-05-02 12:29:23 -07:00
trait-impl-items-links-and-anchors.rs rustdoc: Fix incorrect usage of @!has and @!matches 2022-08-13 00:56:16 -04:00
trait-impl.rs rustdoc: clean up DOM by removing .dockblock-short p 2022-09-13 16:03:11 -07:00
trait-self-link.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
trait-src-link.rs Make source links look cleaner 2022-01-08 09:49:41 -05:00
trait-visibility.rs Do not print visibility in external traits 2021-05-02 21:16:50 +02:00
trait_alias.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
traits-in-bodies-private.rs Remove licenses 2018-12-25 21:08:33 -07:00
traits-in-bodies.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
tuple-struct-fields-doc.rs rustdoc: update test cases for .sidebar-title -> .sidebar-elems h3 2022-10-15 11:53:53 -07:00
tuples.link1_i32.html Add test cases for tuples with links 2022-06-18 10:35:19 -07:00
tuples.link1_t.html Add test cases for tuples with links 2022-06-18 10:35:19 -07:00
tuples.link2_i32.html Add test cases for tuples with links 2022-06-18 10:35:19 -07:00
tuples.link2_t.html Add test cases for tuples with links 2022-06-18 10:35:19 -07:00
tuples.link2_tu.html Add test cases for tuples with links 2022-06-18 10:35:19 -07:00
tuples.link_unit.html Add test cases for tuples with links 2022-06-18 10:35:19 -07:00
tuples.rs Add test cases for tuples with links 2022-06-18 10:35:19 -07:00
type-layout-flag-required.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
type-layout.rs Update @!has name in tests 2022-08-13 00:52:16 -04:00
typedef.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
unindent.md Update tests 2020-10-29 11:43:21 +01:00
unindent.rs Remove doc(include) 2021-06-04 08:05:54 -04:00
union.rs Display "private fields" instead of "fields omitted" 2022-01-09 12:48:28 -08:00
unit-return.rs Avoid sorting predicates by DefId 2021-03-13 13:45:12 -05:00
universal-impl-trait.rs Rename @hastext to @hasraw (same for matches) 2022-08-13 00:37:13 -04:00
unneeded-trait-implementations-title.rs Remove licenses 2018-12-25 21:08:33 -07:00
use-attr.rs don't try to get a DefId for a Def that doesn't have one 2019-02-01 11:17:33 -06:00
useless_lifetime_bound.rs Add test from #59033 2019-04-03 22:18:41 +02:00
variadic.rs rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. 2019-09-28 17:39:00 +03:00
version-separator-without-source.rs Update rustdoc tests for simplified rightside DOM 2022-08-24 20:07:08 +02:00
viewpath-rename.rs Remove licenses 2018-12-25 21:08:33 -07:00
viewpath-self.rs Remove licenses 2018-12-25 21:08:33 -07:00
visibility.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
where-clause-order.rs Update rustdoc tests 2022-08-31 18:13:39 +02:00
where-sized.rs Remove licenses 2018-12-25 21:08:33 -07:00
where.rs rustdoc: update test cases now that code-header is used without in-band 2022-09-25 13:52:26 -07:00
where.SWhere_Simd_item-decl.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
where.SWhere_TraitWhere_item-decl.html Add missing space between notable trait tooltip and where clause 2022-09-21 19:01:49 +02:00
whitespace-after-where-clause.enum.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.enum2.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.rs rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.struct.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.struct2.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.trait.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.trait2.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.union.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
whitespace-after-where-clause.union2.html rustdoc: update test cases for changed item-decl HTML 2022-09-19 13:39:31 -07:00
without-redirect.rs put back macro redirect 2019-02-09 14:29:03 +01:00
wrapping.rs respect alternate flag when formatting impl trait 2019-02-12 13:45:36 -05:00