| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Rollup merge of #98503 - RalfJung:scope-race, r=m-ou-se | Matthias Krüger | -6/+11 |
| 2022-06-20 | Improve docs for `is_running` to explain use case | Josh Triplett | -3/+4 |
| 2022-06-11 | Stabilize scoped threads. | Mara Bos | -2/+2 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -2/+2 |
| 2022-05-01 | Fix some links in the standard library | Vadim Petrochenkov | -0/+1 |
| 2022-04-25 | std: directly use pthread in UNIX parker implementation | joboet | -5/+27 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -2/+2 |
| 2022-03-19 | Stabilize thread::is_finished | Jubilee Young | -1/+1 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -3/+3 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2022-03-09 | Properly abort when thread result panics on drop. | Mara Bos | -19/+21 |
| 2022-03-09 | Fix soundness issue in scoped threads. | Mara Bos | -0/+17 |
| 2022-03-04 | Rollup merge of #94549 - m-ou-se:thread-is-finished, r=yaahc | Matthias Krüger | -4/+9 |
| 2022-03-03 | Rename JoinHandle::is_running to is_finished and update docs. | Mara Bos | -4/+9 |
| 2022-03-03 | update available_parallelism docs since cgroups and sched_getaffinity are now... | The 8472 | -1/+4 |
| 2022-02-22 | Fix typo. | NyantasticUwU | -1/+1 |
| 2022-01-23 | Rollup merge of #92555 - m-ou-se:scoped-threads, r=Amanieu | Matthias Krüger | -27/+66 |
| 2022-01-22 | Add tracking issue number for scoped_threads. | Mara Bos | -2/+2 |
| 2022-01-22 | Simplify Send/Sync of std::thread::Packet. | Mara Bos | -7/+5 |
| 2022-01-13 | Auto merge of #92553 - m-ou-se:thread-join-simplify, r=Mark-Simulacrum | bors | -9/+9 |
| 2022-01-07 | Stabilize `#[feature(available_parallelism)]` | Yoshua Wuyts | -2/+1 |
| 2022-01-05 | Rename n_running_threads to num_running_threads. | Mara Bos | -2/+2 |
| 2022-01-04 | Fix typo in is_running() docs. | Mara Bos | -1/+1 |
| 2022-01-04 | Simplify panicking mechanism of thread::scope. | Mara Bos | -8/+5 |
| 2022-01-04 | Implement RFC 3151: Scoped threads. | Mara Bos | -26/+70 |
| 2022-01-04 | Simpilfy thread::JoinInner. | Mara Bos | -9/+9 |
| 2022-01-01 | Rollup merge of #84083 - ltratt:threadid_doc_tweak, r=dtolnay | Matthias Krüger | -4/+7 |
| 2021-12-25 | Language tweak. | Laurence Tratt | -2/+2 |
| 2021-12-20 | JoinHandle docs: add missing 'the' | Ralf Jung | -1/+1 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -7/+0 |
| 2021-11-19 | Expand available_parallelism docs in anticipation of cgroup quotas | The8472 | -3/+6 |
| 2021-11-10 | Use `target_family = "wasm"` | Alex Crichton | -4/+1 |
| 2021-11-10 | std: Get the standard library compiling for wasm64 | Alex Crichton | -1/+4 |
| 2021-11-02 | Auto merge of #90439 - m-ou-se:thread-is-running, r=Mark-Simulacrum | bors | -0/+9 |
| 2021-11-01 | Add tracking issue for thread_is_running. | Mara Bos | -1/+1 |
| 2021-10-31 | Add JoinHandle::is_running. | Mara Bos | -0/+9 |
| 2021-10-31 | Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplett | Matthias Krüger | -0/+5 |
| 2021-10-30 | Add #[must_use] to remaining std functions (O-Z) | John Kugelman | -0/+5 |
| 2021-10-31 | Rollup merge of #89789 - jkugelman:must-use-thread-builder, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-23 | Add caveat about changing parallelism and function call overhead | The8472 | -0/+4 |
| 2021-10-13 | Rollup merge of #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplett | Matthias Krüger | -20/+57 |
| 2021-10-13 | Improve `std::thread::available_parallelism` docs | Yoshua Wuyts | -20/+57 |
| 2021-10-12 | Update library/std/src/thread/mod.rs | John Kugelman | -1/+1 |
| 2021-10-11 | Add #[must_use] to thread::Builder | John Kugelman | -0/+1 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+1 |
| 2021-10-08 | Fix minor std::thread documentation typo | Marcelo Diop-Gonzalez | -3/+3 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -5/+7 |
| 2021-10-04 | Add doc aliases to `std::thread::available_parallelism` | Yoshua Wuyts | -0/+2 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -5/+5 |
| 2021-09-16 | Remove an allocation from rt::init | bjorn3 | -7/+5 |