| Age | Commit message (Expand) | Author | Lines |
| 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 | Delete architecture-specific memchr code in std::sys | Arthur Carcano | -231/+8 |
| 2024-02-20 | Rollup merge of #121310 - GrigorenkoPV:doc-smallfix, r=Nilstrieb | Nilstrieb | -4/+2 |
| 2024-02-19 | Remove an old hack for rustdoc | Pavel Grigorenko | -4/+2 |
| 2024-02-19 | Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDenton | bors | -164/+141 |
| 2024-02-19 | Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-02-19 | Auto merge of #105917 - a1phyr:read_chain_more_impls, r=workingjubilee | bors | -3/+66 |
| 2024-02-18 | Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstrieb | bors | -58/+61 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -3/+3 |
| 2024-02-18 | Dyn erase at call site | David Thomas | -60/+51 |