| Age | Commit message (Expand) | Author | Lines |
| 2025-04-25 | Rollup merge of #140210 - Berrysoft:cygwin-timedwait, r=joboet | Matthias Krüger | -1/+4 |
| 2025-04-24 | Deprecate the unstable `concat_idents!` | Trevor Gross | -0/+2 |
| 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/+63 |
| 2025-04-24 | Rollup merge of #139307 - xizheyin:issue-139296, r=joboet | Matthias Krüger | -0/+3 |
| 2025-04-24 | Work around cygwin issue on timeout | 王宇逸 | -1/+4 |
| 2025-04-23 | Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDenton | bors | -7/+17 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -1/+63 |
| 2025-04-23 | Document breaking out of a named code block | Artur Roos | -0/+27 |
| 2025-04-22 | Rollup merge of #139617 - Berrysoft:cygwin-posix-spawn, r=joboet | Chris Denton | -2/+6 |
| 2025-04-22 | Validate extension in `PathBuf::add_extension` | Thalia Archibald | -7/+17 |
| 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 | -1198/+1228 |
| 2025-04-21 | Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDenton | bors | -47/+24 |
| 2025-04-21 | Rollup merge of #140111 - jogru0:redundant_pattern, r=compiler-errors | Chris Denton | -1/+1 |
| 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-21 | Rollup merge of #140009 - ShE3py:tls-abort, r=thomcc | Chris Denton | -2/+6 |
| 2025-04-21 | Rollup merge of #139982 - coolreader18:time-doc-tweak, r=jhpratt | Chris Denton | -2/+3 |
| 2025-04-21 | cleanup redundant pattern instances | Jonathan Gruner | -1/+1 |
| 2025-04-20 | Use `currently` for futher improvement | xizheyin | -1/+1 |
| 2025-04-20 | std: mention `remove_dir_all` can emit `DirectoryNotEmpty` when concurrently ... | xizheyin | -0/+2 |
| 2025-04-20 | Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDenton | bors | -187/+192 |
| 2025-04-19 | Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboet | Chris Denton | -187/+192 |
| 2025-04-18 | Handle unsupported fallback | Thalia Archibald | -1/+28 |
| 2025-04-18 | Combine env consts into std::sys::env_consts | Thalia Archibald | -95/+71 |
| 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-18 | rtprintpanic: clarify that the error is aborting the process | Lieselotte | -1/+1 |
| 2025-04-18 | LocalKey<T>: document that the dtor should not panic | Lieselotte | -1/+5 |
| 2025-04-18 | Rollup merge of #139553 - petrosagg:channel-double-free, r=RalfJung,tgross35 | Matthias Krüger | -1/+12 |
| 2025-04-17 | Be more specific about the error in the SystemTime example | Noa | -2/+2 |
| 2025-04-17 | Point UNIX_EPOCH to associated constant in SystemTime docs | Noa | -0/+1 |
| 2025-04-17 | Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se | Matthias Krüger | -41/+0 |
| 2025-04-16 | Also remove the no_sanitize feature for std | Bastian Kersting | -1/+0 |
| 2025-04-15 | Add warning comment to `Take::get_ref` and `Chain::get_ref` | Josh Triplett | -0/+8 |
| 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 #139554 - lolbinarycat:std-output-exit_ok, r=tgross35 | Stuart Cook | -0/+34 |
| 2025-04-15 | Rollup merge of #139517 - Ayush1325:uefi-cmd-stdin-null, r=joboet | Stuart Cook | -7/+120 |
| 2025-04-14 | std: add Output::exit_ok | binarycat | -0/+34 |
| 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 |