| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -18/+9 |
| 2024-07-26 | Fix doc nits | John Arundel | -3/+3 |
| 2024-07-24 | Rollup merge of #128135 - joboet:reduplicate_tls, r=tgross35 | Matthias Krüger | -16/+8 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -5/+4 |
| 2024-07-24 | std: use duplicate thread local state in tests | joboet | -16/+8 |
| 2024-07-20 | Rollup merge of #127918 - ChrisDenton:thread-name-string, r=joboet | Matthias Krüger | -23/+51 |
| 2024-07-18 | Move ThreadName conversions to &cstr/&str | Chris Denton | -6/+19 |
| 2024-07-18 | Style change | Chris Denton | -3/+3 |
| 2024-07-18 | Make `Thread::new_inner` a safe function | Chris Denton | -6/+4 |
| 2024-07-18 | Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboet | Matthias Krüger | -3/+29 |
| 2024-07-18 | Update `ReentrantLock` implementation, add `CURRENT_ID` thread local. | Markus Everling | -3/+29 |
| 2024-07-18 | Safely enforce thread name requirements | Chris Denton | -11/+28 |
| 2024-07-15 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -5/+4 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -1/+1 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -1/+1 |
| 2024-06-05 | Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=... | Matthias Krüger | -2/+3 |
| 2024-06-04 | Pass function for `Thread` as `Send` to `Thread::imp` | Raoul Strackx | -2/+3 |
| 2024-05-25 | std: make TLS accessors closures that return pointers | joboet | -8/+4 |
| 2024-05-23 | std: rewrite native thread-local storage | joboet | -1/+1 |
| 2024-05-04 | Rollup merge of #124159 - joboet:move_pal_thread_parking, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2024-05-04 | Rollup merge of #123356 - joboet:set_current_size, r=ChrisDenton | Matthias Krüger | -2/+7 |
| 2024-05-02 | std: move thread parking to `sys::sync` | joboet | -1/+1 |
| 2024-04-28 | Use `target_vendor = "apple"` instead of `target_os = "..."` | Mads Marquart | -5/+1 |
| 2024-04-14 | Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-Simulacrum | Matthias Krüger | -13/+20 |
| 2024-04-14 | Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-04-13 | Add missing `unsafe` to internal `std::thread::Thread` creation functions | beetrees | -13/+20 |
| 2024-04-12 | Rollup merge of #123807 - joboet:sys_common_thread, r=jhpratt | Matthias Krüger | -5/+22 |
| 2024-04-11 | Move rare overflow error to a cold function | Kornel | -2/+8 |
| 2024-04-11 | std: remove `sys_common::thread` | joboet | -5/+22 |
| 2024-04-08 | Change method calls to using the method directly | Trevor Gross | -3/+3 |
| 2024-04-08 | Add `SAFETY` comments to the thread local implementation | Trevor Gross | -10/+12 |
| 2024-04-08 | Update thread local docs with idiomatic cell type use | Trevor Gross | -15/+17 |
| 2024-04-08 | std: update abort message in `thread::set_current` | joboet | -1/+1 |
| 2024-04-06 | Auto merge of #123433 - GnomedDev:remove-threadname-alloc, r=joboet | bors | -3/+26 |
| 2024-04-05 | Rollup merge of #123505 - ChrisDenton:revert-121666, r=workingjubilee | Guillaume Gomez | -23/+1 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -1/+2 |
| 2024-04-05 | Revert #121666 | Chris Denton | -23/+1 |
| 2024-04-04 | Remove rt::init allocation for thread name | David Thomas | -3/+26 |
| 2024-04-03 | std: add comment about abort motivation | joboet | -0/+2 |
| 2024-04-02 | std: reduce code size of `set_current` | joboet | -2/+5 |
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -8/+24 |
| 2024-03-20 | SeqCst->Relaxed in thread local test. | Mara Bos | -8/+11 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -1/+2 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -0/+1 |
| 2024-03-06 | Document and test minimal stack size on Windows | Chris Denton | -0/+13 |
| 2024-03-06 | Note why we're using a new thread in a test | Chris Denton | -0/+1 |
| 2024-03-04 | Don't run test_get_os_named_thread on win7 | roblabla | -1/+1 |
| 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 |