| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Make TLS __getit #[inline(always)] on non-Windows | Erik Desjardins | -2/+2 |
| 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/+382 |
| 2022-01-22 | Add test for thread::Scope invariance. | Mara Bos | -0/+13 |
| 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-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+1 |
| 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-06 | Add diagnostic items for macros | Alex Macleod | -0/+1 |
| 2022-01-05 | Mention *scoped* thread in panic message. | Mara Bos | -1/+1 |
| 2022-01-05 | Note the invariance over 'env in Scope<'env>. | Mara Bos | -0/+2 |
| 2022-01-05 | Fix missing .load() in Scope's Debug impl. | Mara Bos | -1/+1 |
| 2022-01-05 | Rename n_running_threads to num_running_threads. | Mara Bos | -11/+11 |
| 2022-01-04 | Fix typo in Scope::spawn docs. | Mara Bos | -1/+1 |
| 2022-01-04 | Fix typo in is_running() docs. | Mara Bos | -2/+2 |
| 2022-01-04 | Fix typo in documentation. | Mara Bos | -1/+1 |
| 2022-01-04 | Use > rather than == for overflow check in scoped threads. | Mara Bos | -1/+1 |
| 2022-01-04 | Fix variance of thread::Scope. | Mara Bos | -1/+1 |
| 2022-01-04 | Formatting. | Mara Bos | -1/+3 |
| 2022-01-04 | Simplify panicking mechanism of thread::scope. | Mara Bos | -31/+22 |
| 2022-01-04 | Add documentation for scoped threads. | Mara Bos | -11/+175 |
| 2022-01-04 | Add ScopedJoinHandle::is_running(). | Mara Bos | -1/+10 |
| 2022-01-04 | Implement RFC 3151: Scoped threads. | Mara Bos | -26/+202 |
| 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-12-18 | Update stdlib to the 2021 edition | Lucas Kent | -7/+8 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -2/+2 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -8/+0 |
| 2021-12-02 | Document Windows TLS drop behaviour | Chris Denton | -0/+14 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -8/+0 |
| 2021-11-19 | Expand available_parallelism docs in anticipation of cgroup quotas | The8472 | -3/+6 |
| 2021-11-18 | Auto merge of #90774 - alexcrichton:tweak-const, r=m-ou-se | bors | -6/+6 |
| 2021-11-10 | std: Tweak expansion of thread-local const | Alex Crichton | -6/+6 |
| 2021-11-10 | Review comments | Alex Crichton | -1/+1 |
| 2021-11-10 | Use `target_family = "wasm"` | Alex Crichton | -17/+8 |
| 2021-11-10 | std: Get the standard library compiling for wasm64 | Alex Crichton | -9/+18 |
| 2021-11-02 | Auto merge of #90439 - m-ou-se:thread-is-running, r=Mark-Simulacrum | bors | -1/+44 |
| 2021-11-01 | Add tracking issue for thread_is_running. | Mara Bos | -1/+1 |
| 2021-10-31 | Add test for JoinHandle::is_running. | Mara Bos | -1/+35 |
| 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 |