| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Return OutOfMemoryError and update docs | Chris Denton | -2/+2 |
| 2025-03-12 | Windows: Use MoveFileEx by default in `fs:rename` | Chris Denton | -125/+60 |
| 2025-01-25 | Remove test panic from File::open | Chris Denton | -3/+0 |
| 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-27 | Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxu | bors | -2/+27 |
| 2024-12-27 | Rollup merge of #134819 - ChrisDenton:trunc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-27 | Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+26 |
| 2024-12-27 | Auto merge of #134786 - ChrisDenton:fix-rename-symlink, r=tgross35 | bors | -7/+10 |
| 2024-12-27 | Fix renaming symlinks on Windows | Chris Denton | -7/+10 |
| 2024-12-27 | Fix mistake in windows file open | Chris Denton | -1/+1 |
| 2024-12-26 | Rollup merge of #134649 - SUPERCILEX:statx-remember, r=thomcc | Jacob Pratt | -1/+5 |
| 2024-12-24 | Fix compilation issues on other unixes | Alex Saveau | -44/+53 |
| 2024-12-24 | Windows: Use FILE_ALLOCATION_INFO for truncation | Chris Denton | -8/+20 |
| 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 | Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe... | Matthias Krüger | -1/+153 |
| 2024-12-21 | Unify fs::copy and io::copy | Alex Saveau | -19/+1 |
| 2024-12-21 | Windows: Use WriteFile to write to a UTF-8 console | Chris Denton | -1/+26 |
| 2024-12-21 | Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr... | Matthias Krüger | -90/+13 |
| 2024-12-20 | mri: add track_caller to thread spawning methods for better backtraces | Ralf Jung | -0/+2 |
| 2024-12-17 | Use field init shorthand where possible | Josh Triplett | -4/+4 |
| 2024-12-15 | Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviper | Stuart Cook | -0/+1 |
| 2024-12-13 | Fix building `std` for Hermit after `c_char` change | Martin Kröning | -6/+6 |
| 2024-12-10 | Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ... | León Orell Valerian Liehr | -70/+105 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -4/+4 |
| 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/+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 |