rust/compiler/rustc_thread_pool/src
ron 11e4873b96 Fix typos and grammar in compiler and build documentation
- compiler/rustc_codegen_llvm/src/debuginfo/doc.md: fix 5 issues
  (adaption → adaptation, "allow to" → "allow V-ing" x3, later → latter + plural)
- compiler/rustc_thread_pool/src/sleep/README.md: fix 2 issues
  (idle → active per context, then → than)
- src/bootstrap/README.md: fix 2 issues (rust → Rust, add missing article "the")
- src/ci/docker/README.md: fix 2 issues ("come form" → "come from", grammar)
2026-02-10 10:22:05 -05:00
..
broadcast Add FIXMEs for those ignored tests. 2025-06-28 17:58:21 +08:00
compile_fail Another round of tidy / warning fixes 2025-06-11 16:56:01 -07:00
join Add FIXMEs for those ignored tests. 2025-06-28 17:58:21 +08:00
scope some cleanups in compiler 2025-10-12 08:08:30 +00:00
sleep Fix typos and grammar in compiler and build documentation 2026-02-10 10:22:05 -05:00
spawn Add FIXMEs for those ignored tests. 2025-06-28 17:58:21 +08:00
thread_pool some cleanups in compiler 2025-10-12 08:08:30 +00:00
job.rs Only work-steal in the main loop for rustc_thread_pool 2025-06-28 17:58:20 +08:00
latch.rs Fix a dangling reference in rustc_thread_pool 2025-09-22 14:04:04 -07:00
lib.rs remove deprecated Error::description in impls 2025-08-26 06:36:53 +00:00
private.rs Fix format and tidy for code moved from rayon 2025-06-11 11:12:32 -07:00
registry.rs change non-canonical clone impl to {*self}, fix some doc comments 2025-12-20 13:46:22 +00:00
tests.rs Fix format and tidy for code moved from rayon 2025-06-11 11:12:32 -07:00
tlv.rs Fix format and tidy for code moved from rayon 2025-06-11 11:12:32 -07:00
unwind.rs Move rayon-core to rustc_thread_pool files as is 2025-06-11 10:43:59 -07:00
worker_local.rs some cleanups in compiler 2025-10-12 08:08:30 +00:00