about summary refs log tree commit diff
path: root/library/std/src/sys/fs
AgeCommit message (Expand)AuthorLines
2025-09-08Rust build fails on OpenBSD after using file_lock featureSebastien Marie-0/+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
2025-03-18Windows: fix FileType PartialEq implementationChris Denton-18/+15
2025-03-18std: uefi: fs: Implement mkdirAyush Singh-4/+30
2025-03-18Rollup merge of #138301 - thaliaarchi:io-optional-methods/hermit, r=tgross35Matthias Krüger-1/+1
2025-03-18Auto merge of #135368 - Ayush1325:uefi-fs-2, r=jhpratt,nicholasbishopbors-2/+138
2025-03-18uefi: fs: Implement existsAyush Singh-2/+138
2025-03-17Implement read_buf for HermitThalia Archibald-1/+1
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-1/+10
2025-03-12Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboetMatthias Krüger-64/+35
2025-03-11Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalleMatthias Krüger-0/+14
2025-03-10Fix code style王宇逸-1/+6
2025-03-10Initial STD support for Cygwin王宇逸-1/+5
2025-03-10Add comments for #[no_sanitize(cfi)] in stdlibBastian Kersting-0/+2
2025-03-10Disable CFI for weakly linked syscallsBastian Kersting-0/+12
2025-03-10uefi: fs: Partially implement FileAttrAyush Singh-15/+11
2025-03-10uefi: fs: Implement FileTypeAyush Singh-30/+10
2025-03-10uefi: fs: Implement FilePermissionAyush Singh-21/+16