rust/src/librustdoc/html
许杰友 Jieyou Xu (Joe) 3151ad54fb
Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk
Remove direct dependencies on lazy_static, once_cell and byteorder

The relevant functionality of all three crates is now available and stable in the standard library, i.e. `std::sync::OnceLock` and `{integer}::to_le_bytes`. I think waiting for `LazyLock` (#109736) would give marginally more concise code, but not by much.
2024-04-29 18:03:23 +01:00
..
highlight Add regression test for inclusion of whitespace characters in rustdoc highlighting 2024-02-28 16:08:46 +01:00
length_limit Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown Fix non_local_definitions lint in rustdoc 2024-02-17 13:59:46 +01:00
render Remove direct dependencies on lazy_static, once_cell and byteorder 2024-04-28 14:35:00 +01:00
static Add some missing comments to describe what the inlined SVG is 2024-04-28 17:23:12 +02:00
templates Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez 2024-04-16 17:54:40 +02:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs rustdoc: do not escape quotes in body text 2023-12-01 15:15:45 -07:00
format.rs Thread pattern types through the HIR 2024-04-08 12:00:07 +00:00
highlight.rs Properly handle emojis as literal prefix in macros 2024-04-10 23:19:27 +00:00
layout.rs rustdoc: remove rust logo from non-Rust crates 2023-10-08 20:17:53 -07: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 Remove direct dependencies on lazy_static, once_cell and byteorder 2024-04-28 14:35:00 +01:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
static_files.rs Inline wheel.svg into CSS 2024-04-28 17:23:12 +02:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00