| Age | Commit message (Expand) | Author | Lines |
| 2025-04-21 | Deduplicate unsupported env items | Thalia Archibald | -42/+8 |
| 2025-04-21 | Fix `unsafe_op_in_unsafe_fn` for Unix env | Thalia Archibald | -6/+4 |
| 2025-04-21 | Move zkVM constants into `sys::env_consts` | Thalia Archibald | -9/+11 |
| 2025-04-21 | Move `sys::pal::os::Env` into `sys::env` | Thalia Archibald | -1192/+1222 |
| 2025-04-21 | Rollup merge of #139795 - jethrogb:jb/sgx-linkage-comments, r=joboet | Chris Denton | -6/+14 |
| 2025-04-21 | Rollup merge of #139711 - thaliaarchi:hermit-args, r=jhpratt | Chris Denton | -40/+9 |
| 2025-04-20 | Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDenton | bors | -186/+191 |
| 2025-04-19 | Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboet | Chris Denton | -186/+191 |
| 2025-04-18 | Handle unsupported fallback | Thalia Archibald | -1/+28 |
| 2025-04-18 | Combine env consts into std::sys::env_consts | Thalia Archibald | -94/+70 |
| 2025-04-18 | Sort Unix env constants alphabetically by target_os | Thalia Archibald | -98/+100 |
| 2025-04-18 | std: Use fstatat() on illumos | Patrick Mooney | -3/+6 |
| 2025-04-17 | Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se | Matthias Krüger | -40/+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-15 | Rollup merge of #139517 - Ayush1325:uefi-cmd-stdin-null, r=joboet | Stuart Cook | -7/+120 |
| 2025-04-14 | Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix | 0x79de | -0/+1 |
| 2025-04-14 | Clarify why SGX code specifies linkage/symbol names for certain statics | Jethro Beekman | -6/+14 |
| 2025-04-13 | Hermit: Unify std::env::args with Unix | Thalia Archibald | -40/+9 |
| 2025-04-13 | std: sys: process: uefi: Allow specifying Stdin | Ayush Singh | -3/+6 |
| 2025-04-13 | std: sys: stdio: uefi: Tread UNSUPPORTED Status as read(0) | Ayush Singh | -2/+6 |
| 2025-04-13 | std: sys: process: uefi: Use NULL stdin by default | Ayush Singh | -3/+109 |
| 2025-04-13 | std/thread: Use default stack size from menuconfig for NuttX | Huang Qi | -6/+11 |
| 2025-04-13 | Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboet | Chris Denton | -315/+171 |
| 2025-04-13 | Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboet | Chris Denton | -47/+86 |
| 2025-04-13 | Rollup merge of #138972 - thaliaarchi:nuttx-build, r=Mark-Simulacrum | Chris Denton | -0/+3 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -59/+59 |
| 2025-04-13 | Rollup merge of #139107 - joboet:safe_cmath, r=ibraheemdev | Chris Denton | -59/+59 |
| 2025-04-12 | https://github.com/rust-lang/rust/pull/139717#issuecomment-2799036117 🥴 | наб | -2/+2 |
| 2025-04-12 | Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-Simulacrum | Chris Denton | -28/+285 |
| 2025-04-12 | Unify owned Args types between platforms | Thalia Archibald | -222/+77 |
| 2025-04-12 | Use unsupported args for espidf and vita | Thalia Archibald | -14/+3 |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -41/+53 |
| 2025-04-11 | Use with_native_path for Windows | Chris Denton | -47/+86 |
| 2025-04-11 | cfi: Remove #[no_sanitize(cfi)] for extern weak functions | Bastian Kersting | -40/+0 |
| 2025-04-10 | Use posix_spawn on cygwin | Berrysoft | -2/+6 |
| 2025-04-09 | Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35 | Matthias Krüger | -4/+83 |
| 2025-04-09 | Avoid verbatim paths in Command::current_dir | Chris Denton | -4/+83 |
| 2025-04-06 | Rollup merge of #138876 - thaliaarchi:trusty-stdio, r=Noratrieb | Guillaume Gomez | -38/+49 |
| 2025-04-05 | std: Fix build for NuttX targets | Thalia Archibald | -0/+3 |
| 2025-04-05 | Rollup merge of #139121 - thaliaarchi:rename-thread_local-statik, r=Noratrieb | Matthias Krüger | -3/+3 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -31/+53 |
| 2025-04-04 | Rename internal module from statik to no_threads | Thalia Archibald | -3/+3 |
| 2025-04-04 | Fix unsafe_op_in_unsafe_fn for Unix fd and weak | Thalia Archibald | -10/+14 |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -23/+41 |
| 2025-04-05 | Rollup merge of #137897 - xTachyon:tls-fix, r=thomcc,jieyouxu | Stuart Cook | -0/+1 |
| 2025-04-04 | Update windows-bindgen to 0.61.0 | Chris Denton | -28/+285 |
| 2025-04-02 | Remove creation of duplicate AnonPipe | Jake Wharton | -1/+0 |
| 2025-04-01 | Auto merge of #138928 - ChrisDenton:fix-uwp, r=tgross35 | bors | -1/+1 |
| 2025-04-01 | std: use the address of `errno` to identify threads in `unique_thread_exit` | joboet | -24/+21 |