rust/src/librustdoc
bors b416e3892d Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez
rustdoc: use Type::def_id() instead of Type::def_id_no_primitives()

For: #90187

r? `@jyn514`
2021-11-13 20:11:58 +00:00
..
clean Use computed visibility in rustdoc 2021-11-09 19:10:34 -08:00
doctest Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
formats Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez 2021-11-13 20:11:58 +00:00
html Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez 2021-11-13 20:11:58 +00:00
json rustdoc: Use ty::ImplPolarity instead of custom enum 2021-11-07 08:57:33 -08:00
passes Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez 2021-11-13 20:11:58 +00: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 Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkov 2021-11-11 22:00:53 +00:00
docfs.rs rustdoc: Remove a single-use macro 2021-10-28 18:39:32 -07:00
doctest.rs Use has_errors_or_lint_errors in rustdoc instead of abort_if_errors() 2021-11-08 01:22:28 +00:00
doctree.rs Teach tools that macros are now HIR items 2021-08-28 00:24:39 -07:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs heading_level: u32 -> heading_offset: HeadingOffset 2021-10-04 22:28:04 -04:00
fold.rs rustdoc: Use conditional for _stripped fold 2021-11-04 09:43:13 -07:00
lib.rs Auto merge of #90489 - jyn514:load-all-extern-crates, r=petrochenkov 2021-11-11 22:00:53 +00: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 Use computed visibility in rustdoc 2021-11-09 19:10:34 -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.