about summary refs log tree commit diff
path: root/compiler/rustc_thread_pool/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
This was done in #145740 and #145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth.
2025-08-28Add `scoped-tls` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `libc` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-04Drop `rust-version` from `rustc_thread_pool`Josh Stone-1/+0
The current `rust-version = "1.63"` was inherited from rayon, but it doesn't make sense to limit this in the compiler workspace. Having any setting at all has effects on tools like `cargo info` that try to infer the MSRV when the workspace itself doesn't specify it. Since we are the compiler, our only MSRV is whatever bootstrapping requires.
2025-06-28Restore to HashSetywxt-1/+0
Co-authored-by: Zoxc <zoxc32@gmail.com>
2025-06-28Only work-steal in the main loop for rustc_thread_poolywxt-2/+6
Co-authored-by: Zoxc <zoxc32@gmail.com>
2025-06-11Use `rustc_thread_pool` instead of `rustc-rayon-core`Celina G. Val-10/+4
2025-06-11Move rayon-core to rustc_thread_pool files as isCelina G. Val-0/+56
This commit literally copied the directory rayon-core from revision `5fadf44`. Link: https://github.com/rust-lang/rustc-rayon/tree/5fadf44/rayon-core