rust/src/librustdoc
bors d1d8145dff Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez
rustdoc: reduce number of copies when using parallel IO

This is Windows-only for now; I was getting really bad slowdowns from this on linux for some reason.

Helps with https://github.com/rust-lang/rust/issues/82741. Follow-up to https://github.com/rust-lang/rust/pull/60971.
2021-09-16 13:47:55 +00:00
..
clean Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 2021-09-12 03:44:58 -07:00
doctest Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
formats Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 2021-09-12 03:44:58 -07:00
html Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez 2021-09-16 13:47:55 +00:00
json Fix broken handling of primitive items 2021-09-12 02:30:24 +00:00
passes Auto merge of #87915 - estebank:fancy-spans, r=oli-obk 2021-09-13 16:31:12 +00:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
config.rs Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
core.rs Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
docfs.rs Remove unnecessary copies when using parallel IO 2021-08-26 17:06:52 +00:00
doctest.rs Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02: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 Use Tera templates for rustdoc. 2021-06-20 23:07:28 -07:00
fold.rs Use the correct type for Enum variant tuples 2021-08-29 16:00:48 +02:00
lib.rs Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +02:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Rename --display-warnings to --display-doctest-warnings 2021-09-14 10:49:56 +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
theme.rs Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
visit_ast.rs Teach tools that macros are now HIR items 2021-08-28 00:24:39 -07:00
visit_lib.rs rustc: Remove local variable IDs from Exports 2021-09-10 23:41:48 +03:00

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