about summary refs log tree commit diff
path: root/library/std/src/os/windows/fs.rs
AgeCommit message (Expand)AuthorLines
2022-06-27Seal Windows `FileTypeExt` extension trait to allow adding future methodsJosh Triplett-1/+5
2022-06-27Stabilize Windows `FileTypeExt` with `is_symlink_dir` and `is_symlink_file`Josh Triplett-4/+4
2022-03-04Add #![allow(unexpected_cfgs)] in preparation of global --check-cfgLoïc BRANSTETT-0/+3
2021-11-20Add a caveat to std::os::windows::fs::symlink_fileMichael Diamond-0/+20
2021-09-17modify std::os docs to be more consistentSachin Cherian-1/+3
2021-09-04Document when to use Windows' `symlink_dir` vs. `symlink_file`Chris Denton-2/+20
2021-05-03Move `std::sys::windows::ext` to `std::os::windows`Christiaan Dirkx-0/+558