| Age | Commit message (Expand) | Author | Lines |
| 2025-04-12 | Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-Simulacrum | Chris Denton | -27/+284 |
| 2025-04-12 | Use unsupported args for espidf and vita | Thalia Archibald | -0/+2 |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -1315/+4 |
| 2025-04-11 | cfi: Remove #[no_sanitize(cfi)] for extern weak functions | Bastian Kersting | -17/+0 |
| 2025-04-05 | Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboet | Matthias Krüger | -1293/+14 |
| 2025-04-04 | Fix unsafe_op_in_unsafe_fn for Unix fd and weak | Thalia Archibald | -7/+12 |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -1286/+2 |
| 2025-04-04 | Update windows-bindgen to 0.61.0 | Chris Denton | -27/+284 |
| 2025-04-02 | Remove creation of duplicate AnonPipe | Jake Wharton | -1/+0 |
| 2025-04-01 | std: use the address of `errno` to identify threads in `unique_thread_exit` | joboet | -1/+1 |
| 2025-03-29 | Rollup merge of #139081 - joboet:errno_dedup, r=Noratrieb | Matthias Krüger | -0/+8 |
| 2025-03-29 | Rollup merge of #138988 - madsmtm:internal-weak-macro-syntax, r=ibraheemdev | Matthias Krüger | -50/+108 |
| 2025-03-29 | Rollup merge of #138757 - rust-wasi-web:wasi-thread-stack-size, r=alexcrichton | Matthias Krüger | -2/+2 |
| 2025-03-28 | std: deduplicate `errno` accesses | joboet | -0/+8 |
| 2025-03-27 | std: get rid of pre-Vista fallback code | joboet | -22/+6 |
| 2025-03-26 | Change the syntax of the internal `weak!` macro | Mads Marquart | -50/+108 |
| 2025-03-23 | Trusty: Fix build for anonymous pipes and std::sys::process | Thalia Archibald | -2/+0 |
| 2025-03-23 | Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkov | Michael Goulet | -38/+58 |
| 2025-03-23 | Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrum | bors | -5307/+12 |
| 2025-03-22 | Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgr | bors | -2/+3 |
| 2025-03-22 | std: move process implementations to `sys` | joboet | -5307/+12 |
| 2025-03-22 | Rollup merge of #138609 - Berrysoft:cygwin-stackoverflow, r=joboet | Matthias Krüger | -0/+87 |
| 2025-03-21 | Fix Thread::set_name on cygwin | 王宇逸 | -2/+3 |
| 2025-03-20 | wasm: increase default thread stack size to 1 MB | Sebastian Urban | -2/+2 |
| 2025-03-19 | Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgr | bors | -1/+16 |
| 2025-03-18 | Add stack overflow handler for cygwin | Berrysoft | -0/+87 |
| 2025-03-18 | Rollup merge of #138301 - thaliaarchi:io-optional-methods/hermit, r=tgross35 | Matthias Krüger | -1/+16 |
| 2025-03-18 | Auto merge of #135368 - Ayush1325:uefi-fs-2, r=jhpratt,nicholasbishop | bors | -3/+0 |
| 2025-03-18 | uefi: fs: Implement exists | Ayush Singh | -3/+0 |
| 2025-03-17 | Implement read_buf for Hermit | Thalia Archibald | -1/+16 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -0/+63 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -4/+31 |
| 2025-03-17 | uefi: Add OwnedEvent abstraction | Ayush Singh | -38/+58 |
| 2025-03-14 | Auto merge of #137424 - Ayush1325:uefi-path-node, r=nicholasbishop,cuviper | bors | -0/+179 |
| 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 | -0/+63 |
| 2025-03-13 | Rollup merge of #137355 - thaliaarchi:io-optional-methods/sgx, r=ChrisDenton | Matthias Krüger | -18/+65 |
| 2025-03-13 | Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDenton | Matthias Krüger | -0/+24 |
| 2025-03-11 | Fix `UserRef<[T]>::copy_to_enclave_vec` | Thalia Archibald | -13/+6 |
| 2025-03-11 | Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle | Matthias Krüger | -0/+23 |
| 2025-03-10 | Update Trusty support to account for recent libstd reorganization | Nicole L | -88/+0 |
| 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/+113 |
| 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 | Fix code style | 王宇逸 | -1/+2 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -3/+6 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -3/+27 |
| 2025-03-10 | Add comments for #[no_sanitize(cfi)] in stdlib | Bastian Kersting | -1/+9 |