rust/src/librustdoc/html
bors 91ab3083bb Auto merge of #149327 - lolbinarycat:rustdoc-types-fixup, r=notriddle
yet another improvment to rustdoc js typechecking

biggest improvment is the docs for `FunctionType` and the signatures for functions that accept names of crates were both slightly wrong, this has now been fixed.
2025-11-30 07:16:47 +00:00
..
escape rustdoc: improve <wbr>-insertion for SCREAMING_CAMEL_CASE 2024-10-07 10:52:39 -07:00
highlight Add #[bench] for librustdoc's syntax highlighter 2025-09-30 21:13:45 +03:00
layout rustdoc font links only emit crossorigin when needed 2025-08-01 14:42:17 -07:00
length_limit Suppress must_use in compiler and tools 2025-03-16 17:47:57 +00:00
markdown Restrict sysroot crate imports to those defined in this repo. 2025-10-15 13:17:25 +01:00
render simplify_fn_type can only ever return 0 or 1 types, doesn't need to take &mut Vec 2025-11-26 12:24:20 +02:00
static Auto merge of #149327 - lolbinarycat:rustdoc-types-fixup, r=notriddle 2025-11-30 07:16:47 +00:00
templates Add an attribute to check the number of lanes in a SIMD vector after monomorphization 2025-09-23 20:47:34 -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 librustdoc: Use pulldown-cmark-escape for HTML escaping 2025-02-19 18:42:02 +00:00
format.rs Rollup merge of #149270 - jdonszelmann:exact-length-collection, r=Mark-Simulacrum 2025-11-27 15:47:08 +11:00
highlight.rs Improve code 2025-11-11 18:45:36 +01:00
layout.rs rustdoc-search: search backend with partitioned suffix tree 2025-08-15 10:26:03 -07:00
length_limit.rs Make more functions return fmt::Result and reduce number of .unwrap() calls 2025-11-24 11:41:03 +01:00
macro_expansion.rs Improve code and add test with macro coming from another file from the same crate 2025-08-23 10:57:14 +02:00
markdown.rs Dogfood trim_{suffix|prefix} in compiler 2025-11-02 16:55:18 +02:00
mod.rs Improve code and add test with macro coming from another file from the same crate 2025-08-23 10:57:14 +02:00
sources.rs Dogfood trim_{suffix|prefix} in compiler 2025-11-02 16:55:18 +02:00
static_files.rs rustdoc-search: search backend with partitioned suffix tree 2025-08-15 10:26:03 -07:00
tests.rs Avoid Box in href_relative_parts. 2025-05-26 08:52:05 +10:00
toc.rs rustdoc: show code spans as <code> in TOC 2024-08-20 16:51:37 -07:00
url_parts_builder.rs Improve path segment joining. 2025-07-17 08:37:19 +10:00