rust/src/librustdoc/html
Tau Gärtli 4e48768908
rustdoc: Extend fake_variadic to "wrapped" tuples
This allows impls such as `impl QueryData for OneOf<(T,)>`
to be displayed as variadic: `impl QueryData for OneOf<(T₁, T₂, …, Tₙ)>`.

See question on zulip:
<https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/Make.20.60.23.5Bdoc.28fake_variadic.29.5D.60.20more.20useful>
2024-10-24 18:50:55 +02:00
..
escape rustdoc: improve <wbr>-insertion for SCREAMING_CAMEL_CASE 2024-10-07 10:52:39 -07:00
highlight Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
length_limit Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown rustdoc: Refractor footnote handling 2024-10-19 19:24:54 +00:00
render rustdoc: Document markdown module. 2024-10-19 13:37:40 +00:00
static rustdoc: Switch from FxHash to sha256 for static file hashing. 2024-10-19 01:05:58 +00:00
templates Remove unneeded jinja comments in templates 2024-09-27 00:58:13 +02:00
toc rustdoc: show code spans as <code> in TOC 2024-08-20 16:51:37 -07:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs Add comment to describe camelcase line break 2024-10-07 13:27:50 -07:00
format.rs rustdoc: Extend fake_variadic to "wrapped" tuples 2024-10-24 18:50:55 +02:00
highlight.rs Reserve guarded string literals (RFC 3593) 2024-10-08 18:21:16 -06:00
layout.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
length_limit.rs Improve code readability by moving fmt args directly into the string 2023-08-16 16:35:23 +02:00
markdown.rs rustdoc: Extract footnote logic into it's own module. 2024-10-19 14:37:11 +00:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
static_files.rs rustdoc: hash assets at rustdoc build time 2024-10-19 15:36:19 -07:00
tests.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
toc.rs rustdoc: show code spans as <code> in TOC 2024-08-20 16:51:37 -07:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00