rust/src/librustdoc
Mara Bos bb9542b016
Rollup merge of #82841 - hvdijk:x32, r=joshtriplett
Change x64 size checks to not apply to x32.

Rust contains various size checks conditional on target_arch = "x86_64", but these checks were never intended to apply to x86_64-unknown-linux-gnux32. Add target_pointer_width = "64" to the conditions.
2021-03-09 09:05:24 +00:00
..
clean Rollup merge of #82841 - hvdijk:x32, r=joshtriplett 2021-03-09 09:05:24 +00:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez 2021-03-09 04:33:43 +00:00
html Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez 2021-03-09 04:33:43 +00:00
json Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez 2021-03-09 04:33:43 +00:00
passes Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomez 2021-03-07 10:41:11 +09:00
theme
Cargo.toml Update minifier dependency version 2021-03-05 21:17:48 +01:00
README.md
config.rs Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez 2021-03-07 10:41:18 +09:00
core.rs Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez 2021-03-07 10:41:13 +09:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Move lint machinery into a separate file 2021-03-01 19:29:15 -05:00
doctree.rs Move StructType to clean, remove it from Unions, make JSON output whether something is a union 2021-01-20 16:46:34 -05:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs Put clean::Trait extra information into a new struct to make it more coherent 2021-02-23 21:58:16 +01:00
lib.rs Add an unstable option to print all unversioned files 2021-03-05 15:31:30 -05:00
lint.rs Address review comments 2021-03-01 19:29:15 -05:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
theme.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
visit_ast.rs Pass TyCtxt directly instead of DocContext in librustdoc::visit_ast::inherits_doc_hidden 2021-03-04 21:22:43 +01:00
visit_lib.rs Remove the dummy cache in `DocContext` 2021-03-01 00:30:30 -05:00

README.md

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