| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2025-02-14 | Rollup merge of #136052 - no1wudi:fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-02-13 | std: Apply fixes for tail drop expressions | Eric Huss | -2/+2 |
| 2025-02-13 | Consistently using as_mut_ptr() and as_ptr() in thread | xizheyin | -8/+11 |
| 2025-02-13 | Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in unix | xizheyin | -8/+20 |
| 2025-02-12 | expect EINVAL for pthread_mutex_destroy for aix | Henry Jiang | -3/+3 |
| 2025-02-10 | Fix &&str and trailing commas in io::const_error! | Thalia Archibald | -10/+7 |
| 2025-02-10 | Use io::const_error! when possible over io::Error::new | Thalia Archibald | -1/+1 |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -27/+27 |
| 2025-02-09 | Mark link_section attr with unsafe | Michael Goulet | -1/+1 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -1/+17 |
| 2025-02-09 | Rollup merge of #136213 - erickt:fs, r=Mark-Simulacrum | Urgau | -1/+17 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -2/+2 |
| 2025-02-07 | std: move `io` module out of `pal` | joboet | -88/+0 |
| 2025-02-05 | Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton | 许杰友 Jieyou Xu (Joe) | -1221/+0 |
| 2025-02-03 | std::fs: further simplify dirent64 handling | Ralf Jung | -8/+6 |
| 2025-02-02 | std: move network code into `sys` | joboet | -1221/+0 |
| 2025-01-28 | Allow Rust to use a number of libc filesystem calls | Erick Tryzelaar | -1/+17 |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -10/+3 |
| 2025-01-25 | Correct comment for FreeBSD and DragonFly BSD in unix/thread | Huang Qi | -1/+1 |
| 2025-01-24 | Fix set_name in thread mod for NuttX | Huang Qi | -3/+8 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -11/+3 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -3/+4 |
| 2025-01-18 | Fix import of pipe in kernel_copy.rs | Jiahao XU | -3/+2 |
| 2025-01-15 | Rollup merge of #132654 - joboet:lazy_main, r=ChrisDenton | Guillaume Gomez | -4/+5 |
| 2025-01-14 | Update ReadDir::next in std::sys::pal::unix::fs to use `&raw const (*ptr).fie... | Zachary S | -23/+13 |
| 2025-01-14 | std: lazily allocate the main thread handle | joboet | -4/+5 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -17/+16 |
| 2025-01-10 | Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35 | Jacob Pratt | -11/+13 |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -17/+16 |
| 2025-01-09 | Used pthread name functions returning result for FreeBSD and DragonFly | Yoh Deadfall | -11/+13 |
| 2025-01-01 | std::fs::DirEntry.metadata(): prefer use of lstat() on Emscripten | Kleis Auke Wolthuizen | -8/+1 |
| 2025-01-01 | Avoid use of LFS64 symbols on Emscripten | Kleis Auke Wolthuizen | -6/+1 |
| 2024-12-28 | Auto merge of #134547 - SUPERCILEX:unify-copy, r=thomcc | bors | -24/+70 |