| Age | Commit message (Expand) | Author | Lines |
| 2024-02-27 | Test getting the OS thread name | Chris Denton | -0/+19 |
| 2024-02-27 | Use the OS thread name by default for the current thread | Chris Denton | -3/+78 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -4/+4 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -1/+1 |
| 2024-02-26 | change std::process to drop supplementary groups based on CAP_SETGID | Elliot Roberts | -3/+18 |
| 2024-02-26 | fix race between block initialization and receiver disconnection | Ibraheem Ahmed | -2/+2 |
| 2024-02-26 | Remove _tls_used trickery unless needed | Chris Denton | -5/+2 |
| 2024-02-26 | Use volatile to make `p_thread_callback` used | Chris Denton | -17/+11 |
| 2024-02-26 | Win10: Use GetSystemTimePreciseAsFileTime directly | Chris Denton | -0/+6 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -4/+4 |
| 2024-02-26 | Fill in Read::read_buf for &Stdin | David Tolnay | -0/+3 |
| 2024-02-26 | Fix stable feature name and stabilization version of Read for &Stdin | David Tolnay | -1/+1 |
| 2024-02-26 | Auto merge of #121317 - ChrisDenton:win10-sync, r=Mark-Simulacrum | bors | -106/+154 |
| 2024-02-25 | Auto merge of #121591 - matthiaskrgr:rollup-8wfhh3v, r=matthiaskrgr | bors | -0/+0 |
| 2024-02-25 | Rollup merge of #121513 - nshyrei:fix_tests_module, r=cuviper | Matthias Krüger | -0/+0 |
| 2024-02-25 | Windows: Use ProcessPrng for random keys | Chris Denton | -44/+28 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+1 |
| 2024-02-25 | Auto merge of #117107 - zachs18:mapped-mutex-guard, r=Amanieu | bors | -4/+985 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -62/+70 |
| 2024-02-24 | Rollup merge of #121530 - wgslr:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -62/+70 |
| 2024-02-23 | Apply suggestions from code review | zachs18 | -3/+3 |
| 2024-02-24 | Fix incorrect doc of ScopedJoinHandle::is_finished | Wojciech Geisler | -1/+1 |
| 2024-02-23 | Auto merge of #119536 - Jules-Bertholet:const-barrier, r=dtolnay | bors | -1/+3 |
| 2024-02-23 | std: make `ReentrantLock` public | joboet | -207/+375 |
| 2024-02-23 | Auto merge of #121303 - GrigorenkoPV:static_mut_refs, r=oli-obk,RalfJung | bors | -5/+0 |
| 2024-02-23 | Auto merge of #121514 - matthiaskrgr:rollup-5f0vhv7, r=matthiaskrgr | bors | -2/+2 |
| 2024-02-23 | moved tests file | NikitaShyrei | -0/+0 |
| 2024-02-23 | Get rid of some `#[allow(static_mut_refs)]` | Pavel Grigorenko | -5/+0 |
| 2024-02-23 | Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnay | bors | -12/+12 |
| 2024-02-23 | Make timespec capping public to crate::sys | Florian Bartels | -2/+2 |
| 2024-02-22 | std support for wasm32 panic=unwind | Noa | -4/+4 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+9 |
| 2024-02-22 | Use generic `NonZero` everywhere in `std`. | Markus Reiter | -12/+12 |
| 2024-02-22 | remove potentially misleading sentence about libc::access | Marc Schoolderman | -2/+1 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -6/+46 |
| 2024-02-22 | Auto merge of #117174 - Ayush1325:uefi-stdio-improve, r=workingjubilee | bors | -37/+94 |
| 2024-02-21 | Always use WaitOnAddress on Win10+ | Chris Denton | -106/+154 |
| 2024-02-21 | os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`. | David Carlier | -0/+93 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -27/+44 |
| 2024-02-21 | Remove unnecessary map_err | Kornel | -9/+9 |
| 2024-02-21 | TryReserveError to ErrorKind::OutOfMemory | Kornel | -0/+22 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -20/+24 |
| 2024-05-25 | Rollup merge of #125527 - programmerjake:patch-2, r=workingjubilee | Matthias Krüger | -0/+3 |
| 2024-05-25 | Rollup merge of #125271 - RalfJung:posix_memalign, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2024-05-24 | Add manual Sync impl for ReentrantLockGuard | Jacob Lifshay | -0/+3 |
| 2024-05-19 | fix typo | Ralf Jung | -2/+2 |
| 2024-05-19 | use posix_memalign on most Unix targets | Ralf Jung | -9/+7 |
| 2024-02-20 | Delete architecture-specific memchr code in std::sys | Arthur Carcano | -231/+8 |