rust/src/librustdoc
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
..
clean Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu 2024-12-02 23:08:58 +01:00
doctest Fix new clippy lints 2024-11-28 03:05:43 +01:00
formats rustdoc: Rename set_back_info to restore_module_data. 2024-12-02 19:06:20 +00:00
html Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddle 2024-12-04 05:42:09 +01:00
json Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomez 2024-12-04 05:42:07 +01:00
passes Do not emit missing_doc_code_examples rustdoc lint on module and a few other items 2024-11-28 21:22:06 +01:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
build.rs rustdoc: hash assets at rustdoc build time 2024-10-19 15:36:19 -07:00
Cargo.toml Update minifer version to 0.3.2 2024-11-10 16:32:22 +01:00
config.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
core.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
error.rs Fix clippy lints 2024-08-29 12:14:41 +02:00
externalfiles.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fold.rs de-rc external traits 2024-09-25 23:45:57 +02:00
lib.rs switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0 2024-12-03 08:56:33 +00:00
lint.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
markdown.rs rustdoc: Document markdown module. 2024-10-19 13:37:40 +00:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
rinja.toml Replace askama with rinja 2024-07-23 11:19:55 +02:00
scrape_examples.rs Fix file formatting 2024-11-07 17:13:00 +01:00
theme.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
visit.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
visit_ast.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
visit_lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00

For more information about how librustdoc works, see the rustc dev guide.