| Age | Commit message (Expand) | Author | Lines |
| 2025-09-02 | improve process::abort rendering in Miri backtraces | Ralf Jung | -0/+1 |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -5/+15 |
| 2025-08-29 | Rollup merge of #146017 - maurer:pipe2, r=Mark-Simulacrum | Trevor Gross | -0/+1 |
| 2025-08-29 | Rollup merge of #145991 - GrigorenkoPV:haiku, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-08-29 | std: use a TAIT to define `SplitPaths` on UNIX | joboet | -29/+7 |
| 2025-08-29 | std: haiku: fix `B_FIND_PATH_IMAGE_PATH` | Pavel Grigorenko | -1/+1 |
| 2025-08-29 | Rollup merge of #145793 - he32:netbsd-libexecinfo-fix, r=Mark-Simulacrum | Stuart Cook | -0/+1 |
| 2025-08-29 | Mark pipe2 supported in Android | Matthew Maurer | -0/+1 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -7/+1 |
| 2025-08-23 | std library: use execinfo library also on NetBSD. | Havard Eidnes | -0/+1 |
| 2025-08-21 | Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-Simulacrum | Jacob Pratt | -24/+26 |
| 2025-08-18 | Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieu | bors | -62/+80 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -62/+80 |
| 2025-08-14 | std: thread: Return error if setting thread stack size fails | Jens Reidel | -1/+12 |
| 2025-08-12 | Constify SystemTime methods | ltdk | -9/+21 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -2/+60 |
| 2025-07-29 | Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDenton | Stuart Cook | -17/+30 |
| 2025-07-28 | thread name in stack overflow message | joboet | -17/+30 |
| 2025-07-26 | Rollup merge of #141840 - ChrisDenton:noempty, r=ChrisDenton | Jacob Pratt | -1/+4 |
| 2025-07-09 | Fix VxWorks build errors | B I Mohammed Abbas | -1/+1 |
| 2025-07-06 | sleep_until: add clock_nanosleep support to Miri | dvdsk | -0/+1 |
| 2025-07-06 | sleep_until: use clock_nanosleep where possible | dvdsk | -6/+83 |
| 2025-06-20 | Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr... | Trevor Gross | -1/+5 |
| 2025-06-18 | add ChildExt(::send_signal) | Jeremy Smart | -1/+5 |
| 2025-06-05 | Fix AIX build | Thalia Archibald | -1/+1 |
| 2025-05-31 | If HOME is empty, use the fallback instead | Chris Denton | -1/+4 |
| 2025-05-18 | Rollup merge of #140628 - joboet:async_signal_safe, r=Mark-Simulacrum | León Orell Valerian Liehr | -58/+215 |
| 2025-05-16 | disable the stack overflow handler on miri | joboet | -29/+41 |
| 2025-05-14 | Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM... | B I Mohammed Abbas | -10/+2 |
| 2025-05-05 | std: stop using TLS in signal handler | joboet | -38/+183 |
| 2025-05-05 | collect all Fuchsia bindings into the `fuchsia` module | joboet | -277/+117 |
| 2025-05-02 | Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -49/+58 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -169/+4 |
| 2025-04-24 | Work around cygwin issue on timeout | 王宇逸 | -1/+4 |
| 2025-04-21 | Move `sys::pal::os::Env` into `sys::env` | Thalia Archibald | -169/+4 |
| 2025-04-19 | Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboet | Chris Denton | -308/+0 |
| 2025-04-18 | Combine env consts into std::sys::env_consts | Thalia Archibald | -310/+0 |
| 2025-04-18 | Sort Unix env constants alphabetically by target_os | Thalia Archibald | -98/+100 |
| 2025-04-17 | Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se | Matthias Krüger | -17/+0 |
| 2025-04-15 | Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnay | Stuart Cook | -0/+1 |
| 2025-04-15 | Rollup merge of #139750 - no1wudi:fix, r=tgross35 | Stuart Cook | -6/+11 |
| 2025-04-14 | Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix | 0x79de | -0/+1 |
| 2025-04-13 | std/thread: Use default stack size from menuconfig for NuttX | Huang Qi | -6/+11 |
| 2025-04-12 | https://github.com/rust-lang/rust/pull/139717#issuecomment-2799036117 🥴 | наб | -2/+2 |
| 2025-04-12 | Use unsupported args for espidf and vita | Thalia Archibald | -0/+2 |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -245/+1 |
| 2025-04-11 | cfi: Remove #[no_sanitize(cfi)] for extern weak functions | Bastian Kersting | -17/+0 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -694/+13 |
| 2025-04-04 | Fix unsafe_op_in_unsafe_fn for Unix fd and weak | Thalia Archibald | -7/+12 |