rust/src/librustdoc/html
bors e6152cdf5b Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid
rustdoc: cleanups relating to allocations

These commits generally clean up the code a bit and also reduce allocation rates a bit.

r? `@camelid`
2025-05-30 08:55:18 +00:00
..
escape rustdoc: improve <wbr>-insertion for SCREAMING_CAMEL_CASE 2024-10-07 10:52:39 -07:00
highlight Nuke Buffer abstraction from librustdoc 💣 2025-02-12 15:50:06 +00:00
length_limit Suppress must_use in compiler and tools 2025-03-16 17:47:57 +00:00
markdown Remove and stabilize --enable-per-target-ignores 2025-03-27 19:06:48 -07:00
render Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid 2025-05-30 08:55:18 +00:00
static Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez 2025-05-25 04:00:55 +02:00
templates Improve code 2025-05-25 15:10:50 +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 librustdoc: Use pulldown-cmark-escape for HTML escaping 2025-02-19 18:42:02 +00:00
format.rs Address review comments. 2025-05-30 13:26:36 +10:00
highlight.rs rustdoc: refactor Tooltip rendering logic 2025-05-26 11:35:45 -05:00
layout.rs Avoid some unnecessary cloning. 2025-05-26 16:47:44 +10:00
length_limit.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
markdown.rs Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid 2025-05-30 08:55:18 +00:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Get rid of unnecessary BufDisplay abstraction 2025-05-20 13:20:29 +00:00
static_files.rs Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez 2025-02-05 18:28:16 +00: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 Avoid Box in href_relative_parts. 2025-05-26 08:52:05 +10:00