summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/fs.rs
AgeCommit message (Expand)AuthorLines
2024-07-17feat: adding ext that returns change_time for WindowsJulius Liu-0/+11
2024-07-15Deny more windows unsafe_op_in_unsafe_fnChris Denton-9/+14
2024-07-15Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubileeJubilee-0/+1
2024-07-15Make pal/windows default to deny unsafe in unsafeChris Denton-0/+1
2024-07-15Remove DWORDChris Denton-29/+28
2024-07-15Remove LPSECURITY_ATTRIBUTESChris Denton-2/+2
2024-07-15Remove LPCVOIDChris Denton-1/+1
2024-07-15Remove LARGE_INTEGERChris Denton-5/+5
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-1/+1
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-1/+1
2024-06-09Migrate more things to WinErrorChris Denton-15/+15
2024-02-27Implement junction_pointChris Denton-63/+69
2024-02-24library: use `addr_of!`Pavel Grigorenko-4/+4
2024-02-08std: move path into `sys`joboet-1/+1
2024-01-27add extra check for invalid handle in ReadDir::nextHTGAzureX1212.-1/+8
2024-01-27make modifications as per reviewsHTGAzureX1212.-21/+25
2024-01-26fixHTGAzureX1212.-2/+2
2024-01-26remove redundant call to Error::last_os_errorHTGAzureX1212.-1/+1
2024-01-26fix issue 120040HTGAzureX1212.-0/+21
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+1528