about summary refs log tree commit diff
path: root/library/std/src/sys
AgeCommit message (Expand)AuthorLines
2025-01-18Fix import of pipe in kernel_copy.rsJiahao XU-3/+2
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-6/+4
2025-01-16uefi: Implement pathAyush Singh-5/+158
2025-01-15Rollup merge of #132654 - joboet:lazy_main, r=ChrisDentonGuillaume Gomez-8/+9
2025-01-14Update ReadDir::next in std::sys::pal::unix::fs to use `&raw const (*ptr).fie...Zachary S-23/+13
2025-01-14std: lazily allocate the main thread handlejoboet-8/+9
2025-01-14Auto merge of #135465 - jhpratt:rollup-7p93bct, r=jhprattbors-7/+16
2025-01-13Rollup merge of #135393 - Ayush1325:uefi-helper-path, r=thomccJacob Pratt-7/+16
2025-01-13uefi: helpers: Introduce OwnedDevicePathAyush Singh-7/+16
2025-01-13Rollup merge of #135405 - Ayush1325:path-is-absolute, r=tgross35Matthias Krüger-0/+23
2025-01-13path: Move is_absolute check to sys::pathAyush Singh-0/+23
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-4/+4
2025-01-11Rollup merge of #135324 - Ayush1325:uefi-fs-unsupported, r=joboetJacob Pratt-1/+344
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-25/+22
2025-01-10Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35Jacob Pratt-11/+13
2025-01-09Update a bunch of library types for MCP807Scott McMurray-25/+22
2025-01-10Initial fs module for uefiAyush Singh-1/+344
2025-01-09Used pthread name functions returning result for FreeBSD and DragonFlyYoh Deadfall-11/+13
2025-01-08Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-seJacob Pratt-2/+4
2025-01-07Avoid naming variables `str`Josh Triplett-3/+3
2025-01-04Rollup merge of #134996 - bdbai:uwp-support, r=jieyouxu,ChrisDentonJubilee-2/+3
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-1/+1
2025-01-03Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35bors-3/+3
2025-01-03Fix UWP buildbdbai-2/+3
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-3/+3
2025-01-01std::fs::DirEntry.metadata(): prefer use of lstat() on EmscriptenKleis Auke Wolthuizen-8/+1
2025-01-01Avoid use of LFS64 symbols on EmscriptenKleis Auke Wolthuizen-6/+1
2024-12-28Auto merge of #134547 - SUPERCILEX:unify-copy, r=thomccbors-24/+70
2024-12-27Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxubors-2/+27
2024-12-27Rollup merge of #134819 - ChrisDenton:trunc, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+1
2024-12-27Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+26
2024-12-27Auto merge of #134786 - ChrisDenton:fix-rename-symlink, r=tgross35bors-7/+10
2024-12-27Fix renaming symlinks on WindowsChris Denton-7/+10
2024-12-27Fix mistake in windows file openChris Denton-1/+1
2024-12-26Rollup merge of #134649 - SUPERCILEX:statx-remember, r=thomccJacob Pratt-1/+5
2024-12-24Fix compilation issues on other unixesAlex Saveau-44/+53
2024-12-24Windows: Use FILE_ALLOCATION_INFO for truncationChris Denton-8/+20
2024-12-21Fix forgetting to save statx availability on successAlex Saveau-1/+5
2024-12-21Eliminate redundant statx syscallsAlex Saveau-9/+64
2024-12-21Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...Matthias Krüger-1/+153
2024-12-21Unify fs::copy and io::copyAlex Saveau-19/+1
2024-12-21Windows: Use WriteFile to write to a UTF-8 consoleChris Denton-1/+26
2024-12-21Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr...Matthias Krüger-90/+13
2024-12-20mri: add track_caller to thread spawning methods for better backtracesRalf Jung-0/+2
2024-12-18Implement Condvar::wait_timeout for targets without threadsSebastian Urban-2/+4
2024-12-17Use field init shorthand where possibleJosh Triplett-4/+4
2024-12-15Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviperStuart Cook-0/+1
2024-12-13Fix building `std` for Hermit after `c_char` changeMartin Kröning-6/+6
2024-12-10Rollup merge of #133472 - rust-wasi-web:master, r=joboetLeón Orell Valerian Liehr-1/+24
2024-12-10Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ...León Orell Valerian Liehr-70/+105