| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Rollup merge of #138457 - bjorn3:redox_scheme_paths, r=Noratrieb | Jacob Pratt | -14/+8 |
| 2025-03-14 | Rollup merge of #137870 - karolzwolak:lazylock-const-hashmaps-137566, r=cuviper | Jacob Pratt | -7/+19 |
| 2025-03-14 | Rollup merge of #136001 - hkBst:patch-21, r=cuviper | Jacob Pratt | -49/+75 |
| 2025-03-13 | Remove has_redox_scheme | bjorn3 | -11/+2 |
| 2025-03-13 | Rollup merge of #138425 - cuviper:remove-hash_raw_entry, r=jhpratt | Matthias Krüger | -564/+0 |
| 2025-03-13 | Remove usage of legacy scheme paths on RedoxOS | bjorn3 | -3/+6 |
| 2025-03-14 | Mv os-specific trait impl of `Pipe*` into `std::os::*` | Jiahao XU | -208/+278 |
| 2025-03-14 | Stablize feature `anonymous_pipe` | Jiahao XU | -43/+40 |
| 2025-03-13 | Rollup merge of #138370 - cuviper:try_oom_error, r=jhpratt | Matthias Krüger | -6/+10 |
| 2025-03-13 | Rollup merge of #138162 - ehuss:library-2024, r=cuviper | Matthias Krüger | -2/+2 |
| 2025-03-13 | Rollup merge of #137355 - thaliaarchi:io-optional-methods/sgx, r=ChrisDenton | Matthias Krüger | -19/+97 |
| 2025-03-13 | Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDenton | Matthias Krüger | -10/+173 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -2/+2 |
| 2025-03-12 | Remove `feature = "hash_raw_entry"` | Josh Stone | -564/+0 |
| 2025-03-12 | Rollup merge of #134076 - GrigorenkoPV:InvalidFilename, r=joboet | Manish Goregaokar | -2/+2 |
| 2025-03-12 | Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet | Matthias Krüger | -64/+35 |
| 2025-03-12 | Fix panic handler for cygwin | Berrysoft | -1/+4 |
| 2025-03-11 | Fix `UserRef<[T]>::copy_to_enclave_vec` | Thalia Archibald | -13/+6 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -0/+37 |
| 2025-03-11 | Deduplicate platform stdio types | Thalia Archibald | -126/+31 |
| 2025-03-11 | Simulate OOM for the `try_oom_error` test | Josh Stone | -6/+10 |
| 2025-03-11 | Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle | Matthias Krüger | -0/+37 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -0/+10 |
| 2025-03-11 | Migrate std to Rust 2024 | Eric Huss | -2/+2 |
| 2025-03-11 | Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubilee | Jakub Beránek | -4/+19 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+10 |
| 2025-03-11 | Stabilize `std::io::ErrorKind::InvalidFilename` | Pavel Grigorenko | -2/+2 |
| 2025-03-10 | Remove unused file | Nicole L | -4/+0 |
| 2025-03-10 | Update Trusty support to account for recent libstd reorganization | Nicole L | -7/+3 |
| 2025-03-10 | Remove custom TLS implementation for Trusty targets | Nicole LeGare | -39/+2 |
| 2025-03-10 | Disable unsupported tests | Nicole LeGare | -4/+8 |
| 2025-03-10 | Format after patches have been applied | Nicole LeGare | -13/+17 |
| 2025-03-10 | Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patch | Nicole LeGare | -6/+43 |
| 2025-03-10 | Apply rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch | Nicole LeGare | -0/+163 |
| 2025-03-10 | Mark some std tests as requiring `panic = "unwind"` | Paul Menage | -0/+5 |
| 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/+5 |
| 2025-03-10 | Unify cygwin & horizon random impl | 王宇逸 | -16/+5 |
| 2025-03-10 | Impl cygwin rand with getrandom | 王宇逸 | -11/+13 |
| 2025-03-10 | Remove std::os::cygwin::raw | 王宇逸 | -91/+0 |
| 2025-03-10 | Fix code style | 王宇逸 | -4/+14 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -5/+14 |
| 2025-03-10 | Fix `std::sys::unix::set_linger` for Cygwin | Ookiineko | -0/+11 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -7/+244 |
| 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 | Implement default methods for io::Empty and io::Sink | Thalia Archibald | -11/+216 |
| 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 |