| Age | Commit message (Expand) | Author | Lines |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -4/+0 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -29/+17 |
| 2025-05-16 | Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=... | Matthias Krüger | -0/+36 |
| 2025-05-15 | improve internal fastfail explainer | joboet | -3/+2 |
| 2025-05-15 | deduplicate abort implementations | joboet | -29/+18 |
| 2025-05-14 | wire up startupinfo methods | Federico Terzi | -0/+36 |
| 2025-05-14 | Fix settimes for vxworks | B I Mohammed Abbas | -2/+1 |
| 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-13 | Initial implementation of `core_float_math` | Trevor Gross | -4/+0 |
| 2025-05-07 | Fix regression from #140393 for espidf / horizon / nuttx / vita | ivmarkov | -0/+1 |
| 2025-05-07 | Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubilee | Jacob Pratt | -282/+122 |
| 2025-05-06 | Rollup merge of #140393 - joboet:sys_common_process, r=thomcc | Stuart Cook | -88/+242 |
| 2025-05-06 | Rollup merge of #139773 - thaliaarchi:vec-into-iter-last, r=workingjubilee | Stuart Cook | -2/+2 |
| 2025-05-05 | collect all Fuchsia bindings into the `fuchsia` module | joboet | -282/+122 |
| 2025-05-03 | Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubilee | Matthias Krüger | -41/+58 |
| 2025-05-02 | Implement Iterator::last for vec::IntoIter | Thalia Archibald | -2/+2 |
| 2025-05-02 | Rollup merge of #140159 - thaliaarchi:pathbuf-extension, r=workingjubilee | Stuart Cook | -18/+37 |
| 2025-05-02 | Rollup merge of #139847 - thaliaarchi:args/delegate-iter, r=workingjubilee | Stuart Cook | -20/+132 |
| 2025-05-02 | Rollup merge of #139206 - joboet:unique_thread_errno, r=ibraheemdev | Stuart Cook | -24/+21 |
| 2025-05-01 | Change signature of File::try_lock and File::try_lock_shared | Christopher Berner | -41/+58 |
| 2025-05-01 | Delegate to inner `vec::IntoIter` from `env::ArgsOs` | Thalia Archibald | -20/+132 |
| 2025-04-30 | Make internal `OsString::truncate` and `extend_from_slice` unsafe | Thalia Archibald | -18/+37 |
| 2025-04-28 | std: get rid of `sys_common::process` | joboet | -88/+242 |
| 2025-04-28 | Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra... | bors | -1/+1 |
| 2025-04-27 | Fix SGX library code implicit auto-ref | Urgau | -1/+1 |
| 2025-04-27 | use generic Atomic type where possible | Christopher Durham | -194/+202 |
| 2025-04-25 | Auto merge of #140282 - matthiaskrgr:rollup-g6ze4jj, r=matthiaskrgr | bors | -1212/+956 |
| 2025-04-25 | Auto merge of #140273 - matthiaskrgr:rollup-rxmuvkg, r=matthiaskrgr | bors | -1/+4 |
| 2025-04-25 | Rollup merge of #140143 - thaliaarchi:move-env-pal, r=joboet | Matthias Krüger | -1212/+956 |
| 2025-04-25 | Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboet | Matthias Krüger | -1/+4 |
| 2025-04-24 | Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboet | Matthias Krüger | -9/+11 |
| 2025-04-24 | Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35 | Matthias Krüger | -1/+7 |
| 2025-04-24 | Work around cygwin issue on timeout | 王宇逸 | -1/+4 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -1/+7 |
| 2025-04-22 | Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboet | Chris Denton | -2/+6 |
| 2025-04-21 | Unify owned `Env` types between platforms | Thalia Archibald | -348/+98 |
| 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 |