| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -409/+1 |
| 2023-03-10 | Move __thread_local_inner to sys | Ayush Singh | -194/+0 |
| 2023-02-19 | Rollup merge of #104659 - tshepang:reflow, r=workingjubilee | Dylan DPC | -2/+4 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -2/+1 |
| 2023-01-12 | Rollup merge of #106638 - RalfJung:realstd, r=thomcc | Matthias Krüger | -7/+15 |
| 2023-01-09 | std tests: use __OsLocalKeyInner from realstd | Ralf Jung | -7/+15 |
| 2023-01-09 | std test: better type name, clarifying comment | Ralf Jung | -11/+11 |
| 2022-12-30 | Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se | Michael Goulet | -2/+2 |
| 2022-12-30 | Auto merge of #106296 - matthiaskrgr:rollup-ukdbqwx, r=matthiaskrgr | bors | -1/+1 |
| 2022-12-30 | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-29 | std: unify id-based thread parking implementations | joboet | -1/+1 |
| 2022-12-28 | Catch panics in destruction of TLS values | Florian Bartels | -7/+14 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-11-24 | Revert "Forbid inlining `thread_local!`'s `__getit` function on Windows" | Thom Chiovoloni | -16/+9 |
| 2022-11-23 | Rollup merge of #101368 - thomcc:wintls-noinline, r=ChrisDenton | Yuki Okushi | -9/+16 |
| 2022-11-22 | Forbid inlining `thread_local!`'s `__getit` function on Windows | Thom Chiovoloni | -9/+16 |
| 2022-11-21 | reflow the stack size story | Tshepang Mbambo | -2/+4 |
| 2022-11-20 | Improve documentation of Stack size | Fabian Hintringer | -3/+2 |
| 2022-11-12 | avoid using channels in thread-local tests | Ibraheem Ahmed | -22/+44 |
| 2022-10-23 | Only test pthread_getname_np on linux-gnu | Josh Stone | -1/+7 |
| 2022-10-21 | Move truncation next to other thread tests for tidy | Josh Stone | -0/+25 |
| 2022-10-15 | Auto merge of #100579 - joboet:sync_mutex_everywhere, r=thomcc | bors | -15/+12 |
| 2022-10-15 | Rollup merge of #102773 - joboet:apple_parker, r=thomcc | Dylan DPC | -0/+22 |
| 2022-10-14 | Auto merge of #102783 - RalfJung:tls, r=thomcc | bors | -12/+25 |
| 2022-10-13 | smarter way to avoid 'unused' warning when building for tests | Ralf Jung | -9/+2 |
| 2022-10-13 | sync thread_local key conditions exactly with what the macro uses | Ralf Jung | -10/+30 |
| 2022-10-13 | std: use `sync::Mutex` for internal statics | joboet | -15/+12 |
| 2022-10-11 | Rollup merge of #102589 - RalfJung:scoped-threads-dangling, r=m-ou-se | Yuki Okushi | -0/+33 |
| 2022-10-11 | Rollup merge of #102412 - joboet:dont_panic, r=m-ou-se | Yuki Okushi | -2/+20 |
| 2022-10-06 | std: add thread parking tests | joboet | -0/+22 |
| 2022-10-03 | scoped threads: pass closure through MaybeUninit to avoid invalid dangling re... | Ralf Jung | -0/+33 |
| 2022-10-02 | Rollup merge of #102313 - anirudh24seven:update_sleep_ms_doc, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-09-28 | std: never panic in `thread::park` and `thread::park_timeout` | joboet | -2/+20 |
| 2022-09-27 | Address feedback | mejrs | -1/+1 |
| 2022-09-27 | Wrapper suggestions | mejrs | -0/+1 |
| 2022-09-26 | Update docs so that deprecated method points to relevant method | Anirudh | -0/+2 |
| 2022-09-09 | doc: fix minor typo | Akhilesh Singhania | -1/+1 |
| 2022-08-22 | update and extend some comments, and cfg-out some unused code | Ralf Jung | -7/+10 |
| 2022-08-22 | std: use realstd fast key when building tests | Ralf Jung | -0/+10 |