about summary refs log tree commit diff
path: root/library/std/src/sys/fs
AgeCommit message (Expand)AuthorLines
2025-09-24std: add support for armv7a-vex-v5 targetTropical-0/+619
2025-09-17std: Fix WASI implementation of `remove_dir_all`Alex Crichton-1/+8
2025-09-14On FreeBSD, use readdir instead of readdir_rAlan Somers-57/+63
2025-09-07feat(std): emulate flock for solaris via fcntlWeihang Lo-0/+66
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-0/+8
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-0/+8
2025-08-30std: clarify `OpenOptions` error for create without write accessVladimir Petrzhikovskii-6/+44
2025-08-23Fix STD build failing for target_os = espidfivmarkov-2/+11
2025-08-21Add flock support for cygwin王宇逸-0/+10
2025-08-19Auto merge of #145600 - jieyouxu:rollup-jw0bpnt, r=jieyouxubors-0/+10
2025-08-19Rollup merge of #145511 - semarie:push-rnytptsoxrxn, r=joshtriplett许杰友 Jieyou Xu (Joe)-0/+10
2025-08-19Rollup merge of #142938 - lolbinarycat:std-set_permissions_nofollow, r=ibrahe...许杰友 Jieyou Xu (Joe)-0/+15
2025-08-18implement std::fs::set_permissions_nofollow on unixbinarycat-0/+15
2025-08-17Rust build fails on OpenBSD after using file_lock featureSebastien Marie-0/+10
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-22/+34
2025-08-12Add cast_init and cast_uninit methods for pointersltdk-1/+1
2025-08-09Replace unsafe function with safe alternativeChris Denton-5/+10
2025-07-09Fix VxWorks build errorsB I Mohammed Abbas-1/+0
2025-06-28Workaround for mem safety in third party dllsChris Denton-9/+10
2025-06-13Windows: make read_dir stop iterating on errorChris Denton-0/+1
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-0/+37
2025-05-27Rollup merge of #141312 - cberner:filelock_from, r=joshtriplettMatthias Krüger-8/+2
2025-05-20Remove unnecessary handling of ERROR_IO_PENDINGChristopher Berner-8/+2
2025-05-14Fix settimes for vxworksB I Mohammed Abbas-2/+1
2025-05-03Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubileeMatthias Krüger-41/+58
2025-05-01Change signature of File::try_lock and File::try_lock_sharedChristopher Berner-41/+58
2025-04-27use generic Atomic type where possibleChristopher Durham-4/+4
2025-04-24Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35Matthias Krüger-1/+7
2025-04-23Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`Jiahao XU-1/+7
2025-04-18std: Use fstatat() on illumosPatrick Mooney-3/+6
2025-04-17Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-seMatthias Krüger-14/+0
2025-04-13Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboetChris Denton-47/+52
2025-04-12Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-SimulacrumChris Denton-1/+1
2025-04-11Use with_native_path for WindowsChris Denton-47/+52
2025-04-11cfi: Remove #[no_sanitize(cfi)] for extern weak functionsBastian Kersting-14/+0
2025-04-05Rollup merge of #139092 - thaliaarchi:move-fd-pal, r=joboetMatthias Krüger-1/+1
2025-04-04Move fd into sysThalia Archibald-1/+1
2025-04-04Update windows-bindgen to 0.61.0Chris Denton-1/+1
2025-04-01Auto merge of #138928 - ChrisDenton:fix-uwp, r=tgross35bors-1/+1
2025-03-29Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboetMatthias Krüger-107/+173
2025-03-29Start using with_native_path in std::sys::fsChris Denton-107/+173
2025-03-26Change the syntax of the internal `weak!` macroMads Marquart-6/+10
2025-03-25Fix UWP reparse point checkChris Denton-1/+1
2025-03-24Rollup merge of #138662 - Ayush1325:uefi-fs-1, r=nicholasbishop,petrochenkovMatthias Krüger-12/+62
2025-03-24std: fs: uefi: Implement OpenOptionsAyush Singh-8/+58
2025-03-24std: fs: uefi: Make lstat call statAyush Singh-2/+2
2025-03-24std: fs: uefi: Implement canonicalizeAyush Singh-2/+2
2025-03-23Rollup merge of #138671 - ChrisDenton:filetype, r=joshtriplettJacob Pratt-18/+15
2025-03-23Rollup merge of #138667 - Ayush1325:uefi-mkdir, r=joboetMichael Goulet-4/+30
2025-03-19Auto merge of #138653 - matthiaskrgr:rollup-fwwqmr7, r=matthiaskrgrbors-1/+1