| Age | Commit message (Expand) | Author | Lines |
| 2022-05-29 | Use Box::new() instead of box syntax in std tests | est31 | -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/+3 |
| 2022-04-25 | std: directly use pthread in UNIX parker implementation | joboet | -5/+27 |
| 2022-04-17 | Revert "Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrum" | Erik Desjardins | -2/+2 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -2/+2 |
| 2022-04-12 | Add missing unsafe marker. | Mara Bos | -1/+1 |
| 2022-04-12 | Add #[deny(unsafe_op_in_unsafe_fn)] to thread_local!(const). | Mara Bos | -0/+1 |
| 2022-04-07 | Use gender neutral terms | James 'zofrex' Sanderson | -1/+1 |
| 2022-04-02 | Refer to u8 by absolute path in expansion of thread_local | David Tolnay | -3/+3 |
| 2022-04-01 | Fix `thread_local!` macro to be compatible with `no_implicit_prelude` | niluxv | -8/+8 |
| 2022-03-31 | Rollup merge of #95130 - workingjubilee:stably-finished, r=m-ou-se | Dylan DPC | -2/+1 |
| 2022-03-30 | Don't stabilize ScopedJoinHandle::is_finished yet. | Mara Bos | -1/+0 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -3/+3 |
| 2022-03-19 | Stabilize thread::is_finished | Jubilee Young | -2/+2 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -4/+4 |
| 2022-03-10 | Rollup merge of #94644 - m-ou-se:scoped-threads-drop-soundness, r=joshtriplett | Matthias Krüger | -7/+47 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -4/+4 |
| 2022-03-09 | Add documentation about lifetimes to thread::scope. | Mara Bos | -0/+18 |
| 2022-03-09 | Add soundness test for dropping scoped thread results before joining. | Mara Bos | -1/+24 |
| 2022-03-09 | Remove outdated comment. | Mara Bos | -2/+0 |
| 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-08 | Rollup merge of #94559 - m-ou-se:thread-scope-spawn-closure-without-arg, r=Ma... | Matthias Krüger | -21/+23 |
| 2022-03-07 | Use `f` instead of `|| f()`. | Mara Bos | -1/+1 |
| 2022-03-05 | Small fixes in thread local code. | Mara Bos | -2/+2 |
| 2022-03-05 | Update documentation in thread/local.rs. | Mara Bos | -6/+26 |
| 2022-03-05 | Add debug asserts in thread local cell set methods. | Mara Bos | -0/+4 |
| 2022-03-05 | Add tracking issue number for local_key_cell_methods. | Mara Bos | -9/+9 |
| 2022-03-05 | Rename LocalKey's with_{ref,mut} to with_borrow{,_mut}. | Mara Bos | -9/+9 |
| 2022-03-05 | Implement RFC 3184 - thread local cell methods. | Mara Bos | -10/+347 |
| 2022-03-04 | Rollup merge of #94549 - m-ou-se:thread-is-finished, r=yaahc | Matthias Krüger | -14/+22 |
| 2022-03-04 | Use '_ for irrelevant lifetimes in Debug impl. | Mara Bos | -1/+1 |
| 2022-03-03 | Remove argument from closure in thread::Scope::spawn. | Mara Bos | -21/+23 |
| 2022-03-03 | Remove unnecessary #![feature]s from doctest. | Mara Bos | -2/+0 |
| 2022-03-03 | Update test. | Mara Bos | -4/+4 |
| 2022-03-03 | Rename JoinHandle::is_running to is_finished and update docs. | Mara Bos | -8/+18 |
| 2022-03-03 | update available_parallelism docs since cgroups and sched_getaffinity are now... | The 8472 | -1/+4 |
| 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 |