rust/src/librustdoc/html/render
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
..
cache.rs don't use .into() to convert types to identical types (clippy::useless_conversion) 2021-08-03 10:17:57 +02:00
context.rs Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez 2021-09-16 13:47:55 +00:00
mod.rs Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 2021-09-12 03:44:58 -07:00
print_item.rs Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, r=GuillaumeGomez 2021-09-10 08:23:25 -07:00
span_map.rs Add support for primitives in "jump to definition" feature 2021-09-13 17:41:43 +02:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez 2021-09-16 13:47:55 +00:00