rust/src/librustdoc/html
Michael Goulet 32dc3936a0
Rollup merge of #133458 - GuillaumeGomez:fix-prelude-tys-links, r=notriddle
Fix `Result` and `Option` not getting a jump to def link generated

It was just because we didn't store the "span" in the `PreludeTy` variant.

r? ``@notriddle``
2024-11-26 20:35:39 -05: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 Fix handling of footnote reference in footnote definition 2024-11-14 17:01:09 +01:00
render Rollup merge of #133180 - GuillaumeGomez:jump-to-def-links-generics, r=notriddle 2024-11-19 04:01:29 +01:00
static rustdoc-search: add descriptive comments to bitmap class 2024-11-18 13:37:53 -07:00
templates rustdoc: adjust spacing and typography in header 2024-10-23 19:15:23 -04: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 do not to_string, use display 2024-11-23 23:16:26 +03:00
highlight.rs Fix Result and Option not getting a jump to def link generated 2024-11-25 17:25:25 +01: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 Fix duplicated footnote IDs 2024-11-13 16:56:18 +01: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