rust/src/librustdoc
Matthias Krüger 47a2f14e49
Rollup merge of #128736 - GuillaumeGomez:fix-remap-path-prefix, r=notriddle
Fix rustdoc missing handling of remap-path-prefix option

Fixes https://github.com/rust-lang/rust/issues/69264.

cc `@weihanglo`
r? `@notriddle`
2024-08-06 20:23:42 +02:00
..
clean rustdoc: Delete ReceiverTy (formerly known as SelfTy) 2024-08-04 12:49:28 -07:00
doctest Reformat use declarations. 2024-07-29 08:26:52 +10:00
formats Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid 2024-08-05 18:36:01 +02:00
html rustdoc-search: account for numeric disambiguators on impls 2024-08-06 07:36:12 -07:00
json Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoid 2024-08-05 18:36:01 +02:00
passes rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
theme rustdoc: merge theme css into rustdoc.css 2023-09-15 07:40:17 -07:00
Cargo.toml Update rinja version to 0.3.0 2024-08-04 01:08:10 +02:00
config.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
core.rs Fix rustdoc missing handling of remap-path-prefix option 2024-08-06 16:47:47 +02:00
docfs.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
doctest.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fold.rs rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
lib.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lint.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
markdown.rs Move Markdown-specific doctest code into submodule 2024-06-07 17:48:47 +02: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 Reformat use declarations. 2024-07-29 08:26:52 +10:00
theme.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
visit.rs rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
visit_ast.rs Reformat use declarations. 2024-07-29 08:26:52 +10: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.