| Age | Commit message (Expand) | Author | Lines |
| 2024-12-01 | Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubilee | Matthias Krüger | -0/+332 |
| 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-30 | Abstract `ProcThreadAttributeList` into its own struct | Michael van Straten | -90/+13 |
| 2024-11-30 | Rollup merge of #133496 - rust-wasi-web:wasi-available-parallelism, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -3/+13 |
| 2024-11-30 | Rollup merge of #132515 - kornelski:home_fix, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-11-27 | Implement code review | Sebastian Urban | -2/+1 |
| 2024-11-26 | chore: Improve doc comments | Piotr Osiewicz | -2/+3 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -207/+176 |
| 2024-11-26 | thread::available_parallelism for wasm32-wasip1-threads | Sebastian Urban | -3/+14 |
| 2024-11-26 | Refactor ReadDir into a state machine | Piotr Osiewicz | -70/+101 |
| 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-20 | Rollup merge of #129838 - Ayush1325:uefi-process-args, r=joboet | Matthias Krüger | -12/+56 |
| 2024-11-18 | wasi/fs: Improve stopping condition for <ReadDir as Iterator>::next | Piotr Osiewicz | -14/+17 |
| 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 | -6/+36 |
| 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/+240 |
| 2024-11-09 | Add as_slice/into_slice for IoSlice/IoSliceMut. | Alona Enraght-Moony | -6/+36 |
| 2024-11-08 | Address review comments | Christopher Berner | -32/+24 |
| 2024-11-08 | Update library/std/src/sys/pal/windows/fs.rs | Christopher Berner | -6/+4 |
| 2024-11-04 | Fix and undeprecate home_dir() | Kornel | -2/+2 |
| 2024-11-02 | Fix type reference in documents which was being confused with html tags. | Houtamelo | -1/+1 |
| 2024-10-29 | Win: rename: Use offset_of! in struct size calculation | George Tokmaji | -4/+7 |
| 2024-10-28 | std: refactor `pthread`-based synchronization | joboet | -0/+330 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -8/+8 |
| 2024-10-23 | [musl] use posix_spawn if a directory change was requested | Rain | -11/+43 |
| 2024-10-20 | fix docs | klensy | -6/+6 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and apply optimization | klensy | -4/+25 |
| 2024-10-20 | replace FindFirstFileW with FindFirstFileExW and regenerate bindings | klensy | -3/+9 |
| 2024-10-19 | Support lock() and lock_shared() on async IO Files | Christopher Berner | -13/+49 |
| 2024-10-19 | Rollup merge of #131921 - klensy:statx_all, r=ChrisDenton | Matthias Krüger | -5/+5 |
| 2024-10-19 | Rollup merge of #127462 - Ayush1325:uefi-env, r=joboet | Matthias Krüger | -42/+125 |
| 2024-10-19 | replace STATX_ALL with (STATX_BASIC_STATS | STATX_BTIME) as former is deprecated | klensy | -5/+5 |
| 2024-10-18 | std: uefi: Use common function for UEFI shell | Ayush Singh | -36/+2 |
| 2024-10-18 | std: uefi: Add basic Env variables | Ayush Singh | -15/+132 |
| 2024-10-18 | Auto merge of #131895 - jieyouxu:rollup-jyt3pic, r=jieyouxu | bors | -3/+1 |
| 2024-10-18 | Rollup merge of #126207 - devnexen:stack_overflow_libc_upd, r=joboet | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2024-10-18 | Auto merge of #131841 - paulmenage:futex-abstraction, r=joboet | bors | -21/+41 |
| 2024-10-18 | Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc | Matthias Krüger | -32/+507 |
| 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 | -21/+41 |
| 2024-10-17 | Win: Remove special casing of the win7 target for `std::fs::rename` | George Tokmaji | -14/+1 |
| 2024-10-15 | Rollup merge of #129794 - Ayush1325:uefi-os-expand, r=joboet | Michael Goulet | -14/+73 |
| 2024-10-14 | Fix two const-hacks | George Bateman | -15/+4 |
| 2024-10-14 | uefi: Implement getcwd and chdir | Ayush Singh | -14/+73 |
| 2024-10-14 | Rollup merge of #128967 - devnexen:get_path_fbsd_upd, r=joboet | Matthias Krüger | -2/+2 |