| Age | Commit message (Expand) | Author | Lines |
| 2024-03-02 | Rollup merge of #121758 - joboet:move_pal_thread_local, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2024-02-28 | std: move thread local implementation to `sys` | joboet | -1/+1 |
| 2024-02-27 | Test getting the OS thread name | Chris Denton | -0/+19 |
| 2024-02-24 | Rollup merge of #121530 - wgslr:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-02-24 | Fix incorrect doc of ScopedJoinHandle::is_finished | Wojciech Geisler | -1/+1 |
| 2024-02-23 | Auto merge of #121303 - GrigorenkoPV:static_mut_refs, r=oli-obk,RalfJung | bors | -2/+0 |
| 2024-02-23 | Get rid of some `#[allow(static_mut_refs)]` | Pavel Grigorenko | -2/+0 |
| 2024-02-23 | Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnay | bors | -3/+3 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+2 |
| 2024-02-22 | Use generic `NonZero` everywhere in `std`. | Markus Reiter | -3/+3 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -2/+2 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -2/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -5/+4 |
| 2024-02-12 | Auto merge of #110211 - joboet:queue_lock, r=Amanieu | bors | -1/+10 |
| 2024-02-09 | adjust code documentation | joboet | -2/+2 |
| 2024-02-09 | std: replace pthread `RwLock` with custom implementation inspired by usync | joboet | -1/+10 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+1 |
| 2024-01-20 | Revert example change from PR 116392 | David Tolnay | -4/+1 |
| 2024-01-20 | Allow any expression blocks in `thread_local!` | Nikolai Vazquez | -3/+6 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -0/+2 |
| 2024-01-02 | Update `thread_local` examples to use `local_key_cell_methods` | Trevor Gross | -18/+32 |
| 2023-12-07 | add teeos std impl | 袁浩 | -0/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -4/+0 |
| 2023-10-27 | std::thread: add SAFETY comment | Ralf Jung | -0/+2 |
| 2023-10-27 | replace transmute by raw pointer cast | Ralf Jung | -8/+8 |
| 2023-09-26 | std: broaden the allowed behaviour for recursive TLS initialization | joboet | -3/+3 |
| 2023-09-17 | Auto merge of #113753 - dvdsk:master, r=dtolnay | bors | -1/+81 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -9/+9 |
| 2023-08-10 | Stabilize thread local cell methods. | Mara Bos | -18/+9 |
| 2023-07-16 | adds crate attribute to examples so they compile | dvdsk | -0/+2 |
| 2023-07-16 | fix examples add tracking issue | dvdsk | -9/+16 |
| 2023-07-16 | fixes sleep_until examples | dvdsk | -2/+7 |
| 2023-07-15 | Adds thread::sleep_until, tracking issue TODO | dvdsk | -0/+66 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -0/+1 |
| 2023-06-21 | Rollup merge of #99587 - ibraheemdev:park-orderings, r=m-ou-se | Guillaume Gomez | -11/+21 |
| 2023-06-21 | "Memory Orderings" -> "Memory Ordering" | Mara Bos | -1/+1 |
| 2023-06-20 | relaxed orderings in `thread::park` example | Ibraheem Ahmed | -3/+4 |
| 2023-06-13 | Fix typo in mod.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2023-06-04 | Avoid unwind across `extern "C"` in `thread_local::fast_local.rs` | Thom Chiovoloni | -1/+1 |
| 2023-05-15 | Rollup merge of #110049 - SkiFire13:localkey-with-docs-fix, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -1/+3 |
| 2023-04-28 | avoid duplicating TLS state between test std and realstd | Ralf Jung | -16/+16 |
| 2023-04-27 | Document `const {}` syntax for `std::thread_local`. | Nilstrieb | -2/+20 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -6/+9 |
| 2023-04-26 | Restructure and rename thread local things in std. | Mara Bos | -6/+9 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-11 | clarify wording around spurious wakeups from `thread::park` | Ibraheem Ahmed | -2/+2 |
| 2023-04-07 | Don't claim LocalKey::with prevents a reference to be sent across threads | Giacomo Stevanato | -2/+2 |
| 2023-03-17 | Update mod.rs | Sean Linsley | -2/+2 |
| 2023-03-16 | Clarify that RUST_MIN_STACK is internally cached | Sean Linsley | -1/+2 |