| Age | Commit message (Expand) | Author | Lines |
| 2025-01-11 | Rollup merge of #135324 - Ayush1325:uefi-fs-unsupported, r=joboet | Jacob Pratt | -1/+344 |
| 2025-01-11 | Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDenton | Jacob Pratt | -25/+22 |
| 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 | -25/+22 |
| 2025-01-10 | Initial fs module for uefi | Ayush Singh | -1/+344 |
| 2025-01-09 | Used pthread name functions returning result for FreeBSD and DragonFly | Yoh Deadfall | -11/+13 |
| 2025-01-08 | Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-se | Jacob Pratt | -2/+4 |
| 2025-01-07 | Avoid naming variables `str` | Josh Triplett | -3/+3 |
| 2025-01-04 | Rollup merge of #134996 - bdbai:uwp-support, r=jieyouxu,ChrisDenton | Jubilee | -2/+3 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-03 | Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35 | bors | -3/+3 |
| 2025-01-03 | Fix UWP build | bdbai | -2/+3 |
| 2025-01-02 | Move some things to `std::sync::poison` and reexport them in `std::sync` | Pavel Grigorenko | -3/+3 |
| 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-18 | Implement Condvar::wait_timeout for targets without threads | Sebastian Urban | -2/+4 |
| 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 #133472 - rust-wasi-web:master, r=joboet | León Orell Valerian Liehr | -1/+24 |
| 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-05 | Add libc funcitons only for wasm32-wasip1-threads. | Sebastian Urban | -1/+1 |
| 2024-12-05 | Fix compilation for wasm32-wasip1 (without threads). | Sebastian Urban | -2/+4 |
| 2024-12-05 | Rollup merge of #133882 - jyn514:doc-backtraces, r=saethlin | Jacob Pratt | -14/+12 |
| 2024-12-04 | Improve comments for the default backtrace printer | jyn | -14/+12 |
| 2024-12-03 | Use UNIX thread_local implementation for WASI. | Sebastian Urban | -75/+22 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -1/+1 |
| 2024-12-01 | Rollup merge of #133622 - mkroening:exception-blog, r=cuviper | Matthias Krüger | -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 | -438/+465 |
| 2024-11-30 | Switch rtems target to panic unwind | Jan Sommer | -1/+1 |
| 2024-11-30 | std: clarify comments about initialization | joboet | -11/+13 |