rust/src/librustdoc/html
Matthias Krüger 5530869e0f
Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddle
Improve code for FileName retrieval in rustdoc

Some calls were performed twice (first in `is_real_and_local` and then in the function calling it). Also the `FileName` was matched on a few times too.

r? `@notriddle`
2024-12-04 05:42:09 +01: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 new clippy lints 2024-11-28 03:05:43 +01:00
render rustdoc: Rename set_back_info to restore_module_data. 2024-12-02 19:06:20 +00:00
static Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdoc 2024-11-29 16:02:20 +01: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 Fix new clippy lints 2024-11-28 03:05:43 +01:00
format.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
highlight.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
layout.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
length_limit.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
markdown.rs Remove static HashSet for default IDs list 2024-12-02 12:03:32 +01:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Rename is_real_and_local function into filename_real_and_local 2024-12-03 22:42:08 +01:00
static_files.rs Fix new clippy lints 2024-11-28 03:05:43 +01: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