| Age | Commit message (Expand) | Author | Lines |
| 2025-03-10 | Format after patches have been applied | Nicole LeGare | -7/+6 |
| 2025-03-10 | Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch | Nicole LeGare | -0/+163 |
| 2025-03-10 | Remove stack overflow handler for cygwin | 王宇逸 | -8/+3 |
| 2025-03-10 | Use __xpg_strerror_r on cygwin | 王宇逸 | -1/+6 |
| 2025-03-10 | Readd os::cygwin::raw as pub(crate) | 王宇逸 | -1/+0 |
| 2025-03-10 | Unify cygwin & horizon random impl | 王宇逸 | -15/+4 |
| 2025-03-10 | Impl cygwin rand with getrandom | 王宇逸 | -11/+13 |
| 2025-03-10 | Fix code style | 王宇逸 | -4/+14 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -5/+13 |
| 2025-03-10 | Fix `std::sys::unix::set_linger` for Cygwin | Ookiineko | -0/+11 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -5/+37 |
| 2025-03-10 | Add comments for #[no_sanitize(cfi)] in stdlib | Bastian Kersting | -1/+11 |
| 2025-03-10 | Disable CFI for weakly linked syscalls | Bastian Kersting | -0/+27 |
| 2025-03-10 | Rollup merge of #138074 - thaliaarchi:hermit-seek, r=ChrisDenton | Matthias Krüger | -5/+22 |
| 2025-03-10 | Implement read_buf and vectored read/write for SGX stdio | Thalia Archibald | -3/+49 |
| 2025-03-10 | Copy from userspace to MaybeUninit | Jethro Beekman | -3/+42 |
| 2025-03-10 | uefi: fs: Partially implement FileAttr | Ayush Singh | -15/+11 |
| 2025-03-10 | uefi: fs: Implement FileType | Ayush Singh | -30/+10 |
| 2025-03-10 | uefi: fs: Implement FilePermission | Ayush Singh | -21/+16 |
| 2025-03-09 | std: move stdio to `sys` | joboet | -150/+77 |
| 2025-03-09 | Support File::seek for Hermit | Thalia Archibald | -5/+22 |
| 2025-03-09 | Rollup merge of #138276 - bdbai:fix-uwp-ntopenfile, r=ChrisDenton | Matthias Krüger | -0/+11 |
| 2025-03-09 | Lazy load NtOpenFile for UWP | bdbai | -0/+11 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -45/+121 |
| 2025-03-07 | Return OutOfMemoryError and update docs | Chris Denton | -2/+2 |
| 2025-03-07 | Windows: Use MoveFileEx by default in `fs:rename` | Chris Denton | -123/+56 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -121/+101 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -121/+101 |
| 2025-03-07 | Rollup merge of #137777 - thaliaarchi:os_string-push-str, r=joboet | Matthias Krüger | -0/+10 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -121/+101 |
| 2025-03-05 | Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -1/+60 |
| 2025-03-05 | Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+16 |
| 2025-03-04 | Fix some typos | fuyangpengqi | -1/+1 |
| 2025-03-03 | uefi: helpers: Add DevicePathNode abstractions | Ayush Singh | -0/+179 |
| 2025-03-02 | uefi: Add Service Binding Protocol abstraction | Ayush Singh | -1/+60 |
| 2025-03-01 | Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc | Matthias Krüger | -70/+70 |
| 2025-02-28 | Specialize OsString::push for strings | Thalia Archibald | -0/+10 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -70/+70 |
| 2025-02-28 | Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2025-02-26 | Rollup merge of #137620 - SergioGasquez:fix/espidf-maybeunit, r=ChrisDenton | León Orell Valerian Liehr | -1/+1 |
| 2025-02-26 | Fix Windows `Command` search path bug | Chris Denton | -1/+2 |
| 2025-02-26 | Rollup merge of #137154 - thaliaarchi:wtf8-fast-paths, r=ChrisDenton | León Orell Valerian Liehr | -2/+2 |
| 2025-02-25 | fix: attr cast for espidf | Sergio Gasquez | -1/+1 |
| 2025-02-24 | Rollup merge of #137349 - thaliaarchi:io-optional-methods/zkvm, r=Noratrieb | Trevor Gross | -1/+9 |
| 2025-02-23 | libstd: init(): dup() subsequent /dev/nulls instead of opening them again | наб | -24/+24 |
| 2025-02-23 | Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na... | Dennis Duda | -25/+11 |
| 2025-02-23 | Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc | Jacob Pratt | -26/+45 |
| 2025-02-23 | [illumos] attempt to use posix_spawn to spawn processes | Rain | -1/+16 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -2/+2 |
| 2025-02-21 | Rollup merge of #137353 - thaliaarchi:io-optional-methods/wasi-stdin, r=alexc... | Matthias Krüger | -1/+6 |