rust/src/librustdoc
Dylan DPC affdcd6cef
Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name, r=GuillaumeGomez
rustdoc: avoid inlining items with duplicate `(type, name)`

Fixes #99221
2022-07-18 21:14:46 +05:30
..
clean Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name, r=GuillaumeGomez 2022-07-18 21:14:46 +05:30
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats rustdoc: reference function signature types from the p array 2022-06-24 18:16:33 -07:00
html Fix auto-expand of trees in source code page sidebar 2022-07-17 14:11:45 +02:00
json Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
passes Correctly handle usage of private items in public API for JSON output format 2022-07-16 13:39:38 +02:00
theme Update minifier version to 0.2.1 2022-06-07 11:38:51 +02:00
askama.toml Move back templates into html folder 2022-01-19 11:13:24 +01:00
Cargo.toml Update smallvec to 1.8.1. 2022-06-27 08:48:55 +10:00
config.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
core.rs Correctly handle usage of private items in public API for JSON output format 2022-07-16 13:39:38 +02:00
docfs.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
doctest.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
fold.rs Remove fields_stripped fields (and equivalents) 2022-05-21 13:21:12 +02:00
lib.rs Stabilize let_chains 2022-07-16 20:17:58 -03:00
lint.rs Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
markdown.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
scrape_examples.rs Reword comments and rename HIR visiting methods. 2022-07-07 16:01:43 +02:00
theme.rs Update minifier version to 0.2.1 2022-06-07 11:38:51 +02:00
visit.rs fix simple clippy lints 2022-05-24 12:24:41 -04:00
visit_ast.rs Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
visit_lib.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00

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