| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-se | Matthias Krüger | -17/+0 |
| 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-14 | Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix | 0x79de | -0/+1 |
| 2025-04-13 | std/thread: Use default stack size from menuconfig for NuttX | Huang Qi | -6/+11 |
| 2025-04-12 | https://github.com/rust-lang/rust/pull/139717#issuecomment-2799036117 🥴 | наб | -2/+2 |
| 2025-04-12 | Use unsupported args for espidf and vita | Thalia Archibald | -0/+2 |
| 2025-04-12 | Move args into std::sys | Thalia Archibald | -245/+1 |
| 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 | -694/+13 |
| 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 | -687/+1 |
| 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-28 | std: deduplicate `errno` accesses | joboet | -0/+8 |
| 2025-03-26 | Change the syntax of the internal `weak!` macro | Mads Marquart | -50/+108 |
| 2025-03-26 | #[allow(dead_code)] | наб | -3/+5 |
| 2025-03-23 | Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrum | bors | -3025/+3 |
| 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 | -3025/+3 |
| 2025-03-21 | Fix Thread::set_name on cygwin | 王宇逸 | -2/+3 |
| 2025-03-18 | Add stack overflow handler for cygwin | Berrysoft | -0/+87 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -0/+6 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -4/+31 |
| 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/+6 |
| 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 |
| 2025-03-10 | Disable CFI for weakly linked syscalls | Bastian Kersting | -0/+15 |
| 2025-03-09 | std: move stdio to `sys` | joboet | -100/+0 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -2387/+0 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -18/+15 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -18/+15 |
| 2025-03-05 | Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+16 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -8/+8 |
| 2025-02-25 | fix: attr cast for espidf | Sergio Gasquez | -1/+1 |
| 2025-02-23 | libstd: init(): dup() subsequent /dev/nulls instead of opening them again | наб | -24/+24 |
| 2025-02-23 | Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc | Jacob Pratt | -21/+34 |
| 2025-02-23 | [illumos] attempt to use posix_spawn to spawn processes | Rain | -1/+16 |
| 2025-02-19 | fix by comments | xizheyin | -21/+17 |
| 2025-02-19 | remove assume_init in stack_overflow | xizheyin | -7/+9 |
| 2025-02-17 | Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2025-02-17 | Use tell for <File as Seek>::stream_position | Thalia Archibald | -0/+4 |
| 2025-02-17 | Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton | Matthias Krüger | -11/+8 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -2/+2 |