rust/compiler/rustc_thread_pool/src
Samuel Tardieu d082ff4c04
Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu
Improve formatting of doc code blocks

We don't currently apply automatic formatting to doc comment code blocks. As a
result, it has built up various idiosyncracies, which make such automatic
formatting difficult. Some of those idiosyncracies also make things harder for
human readers or other tools.

This PR makes a few improvements to doc code formatting, in the hopes of making
future automatic formatting easier, as well as in many cases providing net
readability improvements.

I would suggest reading each commit separately, as each commit contains one
class of changes.
2025-08-02 11:24:24 +02: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 Improve and regularize comment placement in doc code 2025-07-25 22:02:09 -07:00
sleep fix up issues with internal compiler docs revealed by stricter lint 2025-07-24 12:37:46 -05:00
spawn Add FIXMEs for those ignored tests. 2025-06-28 17:58:21 +08:00
thread_pool Add FIXMEs for those ignored tests. 2025-06-28 17:58:21 +08:00
job.rs Only work-steal in the main loop for rustc_thread_pool 2025-06-28 17:58:20 +08:00
latch.rs Only work-steal in the main loop for rustc_thread_pool 2025-06-28 17:58:20 +08:00
lib.rs Another round of tidy / warning fixes 2025-06-11 16:56:01 -07:00
private.rs Fix format and tidy for code moved from rayon 2025-06-11 11:12:32 -07:00
registry.rs Correct comments. 2025-06-28 17:58:21 +08: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 Fix format and tidy for code moved from rayon 2025-06-11 11:12:32 -07:00