rust/src/librustdoc
bors cd83a437cc Auto merge of #91099 - jsha:cleanup-undocumented, r=GuillaumeGomez
Remove styles for details.undocumented

The Rust code that generated tags with that class was deleted in
10bafe1975.

r? `@GuillaumeGomez`
2021-11-22 10:43:12 +00:00
..
clean Auto merge of #90844 - camelid:cleanup-vis, r=jyn514 2021-11-21 13:26:31 +00:00
doctest Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
formats rustdoc: Move doc-reachability visiting back to cleaning 2021-11-19 22:00:37 -05:00
html Auto merge of #91099 - jsha:cleanup-undocumented, r=GuillaumeGomez 2021-11-22 10:43:12 +00:00
json rustdoc: Use ty::ImplPolarity instead of custom enum 2021-11-07 08:57:33 -08:00
passes Use fast comparison against kw::Empty 2021-11-19 11:34:41 -05:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
Cargo.toml rustdoc: Switch to mainline rayon 2021-10-28 18:26:57 -07:00
config.rs Fix clippy lints in librustdoc 2021-10-25 11:30:09 +02:00
core.rs rustdoc: Pass DocContext to Cache::populate 2021-11-19 17:55:40 -05:00
docfs.rs rustdoc: Remove a single-use macro 2021-10-28 18:39:32 -07:00
doctest.rs rustdoc doctest: detect fn main after an unexpected semicolon 2021-11-18 16:23:18 -07:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs rustdoc: Fix some unescaped HTML tags in docs 2021-11-19 15:54:05 -05:00
fold.rs rustdoc: Use conditional for _stripped fold 2021-11-04 09:43:13 -07:00
lib.rs Delete rustdoc::doctree 2021-11-13 21:50:13 +08:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs heading_level: u32 -> heading_offset: HeadingOffset 2021-10-04 22:28:04 -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 Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomez 2021-11-07 02:17:35 +00:00
theme.rs Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
visit.rs List all cases explicitly in Doc{Folder,Visitor} 2021-11-01 16:15:46 -07:00
visit_ast.rs Delete rustdoc::doctree 2021-11-13 21:50:13 +08:00
visit_lib.rs Add ty::Visibility::is_public() 2021-11-09 18:35:00 -08:00

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