| Age | Commit message (Expand) | Author | Lines |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -10/+3 |
| 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 |
| 2024-11-14 | Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper | Jubilee | -1/+6 |
| 2024-11-13 | Fix compilation error on Solaris due to flock usage | Christopher Berner | -0/+80 |
| 2024-11-13 | [illumos] use pipe2 to create anonymous pipes | Rain | -0/+1 |
| 2024-11-11 | Rollup merge of #130999 - cberner:flock_pr, r=joboet | Matthias Krüger | -0/+37 |
| 2024-11-09 | Add as_slice/into_slice for IoSlice/IoSliceMut. | Alona Enraght-Moony | -1/+6 |
| 2024-10-28 | std: refactor `pthread`-based synchronization | joboet | -0/+322 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-23 | [musl] use posix_spawn if a directory change was requested | Rain | -11/+43 |
| 2024-10-19 | Rollup merge of #131921 - klensy:statx_all, r=ChrisDenton | Matthias Krüger | -5/+5 |
| 2024-10-19 | replace STATX_ALL with (STATX_BASIC_STATS | STATX_BTIME) as former is deprecated | klensy | -5/+5 |
| 2024-10-18 | Auto merge of #131895 - jieyouxu:rollup-jyt3pic, r=jieyouxu | bors | -3/+1 |
| 2024-10-17 | std::unix::stack_overflow::drop_handler addressing todo through libc update | David Carlier | -3/+1 |
| 2024-10-17 | Abstract the state type for futexes | Paul Menage | -2/+7 |
| 2024-10-14 | Rollup merge of #128967 - devnexen:get_path_fbsd_upd, r=joboet | Matthias Krüger | -2/+2 |
| 2024-10-13 | Implement file_lock feature | Christopher Berner | -0/+37 |
| 2024-10-13 | sys/unix: add comments for some Miri fallbacks | Ralf Jung | -1/+1 |
| 2024-10-10 | Use with_capacity(0) because we're reading the capacity later on | Mads Marquart | -1/+1 |
| 2024-10-10 | Prefer `target_vendor = "apple"` on confstr | Mads Marquart | -3/+3 |