about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-10-29 15:31:37 +0000
committerbors <bors@rust-lang.org>2021-10-29 15:31:37 +0000
commitdeb45729231561effe503e8be0d0e62ec01a8c1d (patch)
tree18748612971c3df65f37b128596e4c4ffb65b1e7 /compiler/rustc_codegen_llvm/src
parent9ed5b94b28e758996db395d472e0345d0ffe612d (diff)
parent581dc7588808e9df11de199ffaddc0f3157720c3 (diff)
downloadrust-deb45729231561effe503e8be0d0e62ec01a8c1d.tar.gz
rust-deb45729231561effe503e8be0d0e62ec01a8c1d.zip
Auto merge of #90389 - camelid:rustdoc-rayon, r=jyn514
rustdoc: Switch to mainline rayon

The rustc fork of rayon integrates with Cargo's jobserver to limit the
amount of parallelism. However, rustdoc's use case is concurrent I/O,
which is not CPU-heavy, so it should be able to use mainline rayon.

See [this discussion][1] for more details.

[1]: https://github.com/rust-lang/rust/issues/90227#issuecomment-952468618

Note: I chose rayon 1.3.1 so that the rayon version used elsewhere in
the workspace does not change.

r? `@Mark-Simulacrum`
cc `@jyn514`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions