summary refs log tree commit diff
path: root/library/std/src/sys/fs
AgeCommit message (Expand)AuthorLines
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
2025-03-09Support File::seek for HermitThalia Archibald-3/+3
2025-03-08Move fs into sysThalia Archibald-0/+7124