| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-24 | Fix compilation issues on other unixes | Alex Saveau | -44/+53 |
| 2024-12-21 | Fix forgetting to save statx availability on success | Alex Saveau | -1/+5 |
| 2024-12-21 | Eliminate redundant statx syscalls | Alex Saveau | -9/+64 |
| 2024-12-21 | Unify fs::copy and io::copy | Alex Saveau | -19/+1 |
| 2024-12-20 | mri: add track_caller to thread spawning methods for better backtraces | Ralf Jung | -0/+1 |
| 2024-12-15 | Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviper | Stuart Cook | -0/+1 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -1/+1 |
| 2024-12-01 | Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDenton | Matthias Krüger | -0/+2 |
| 2024-12-01 | Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubilee | Matthias Krüger | -0/+324 |
| 2024-11-30 | std: clarify comments about initialization | joboet | -9/+11 |
| 2024-11-30 | fix: hurd build, stat64.st_fsid was renamed to st_dev | Steve Lau | -0/+2 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -41/+40 |
| 2024-11-23 | Rollup merge of #131505 - madsmtm:darwin_user_temp_dir, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -4/+99 |
| 2024-11-22 | Don't try to use confstr in Miri | Mads Marquart | -4/+6 |
| 2024-11-14 | Rollup merge of #132984 - sunshowers:pipe2, r=tgross35 | Jubilee | -0/+1 |
| 2024-11-14 | Rollup merge of #132977 - cberner:fix_solaris, r=tgross35 | Jubilee | -0/+80 |