about summary refs log tree commit diff
path: root/library/std/src/os/windows/fs.rs
AgeCommit message (Expand)AuthorLines
2024-09-11Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDentonJubilee-10/+14
2024-09-11chore: remove struct detailsJulius Liu-2/+2
2024-09-11docs: remove struct infoJulius Liu-1/+1
2024-09-09chore: removing supporting links in favor of existing doc-comment styleJulius Liu-13/+6
2024-09-09maint: update docs for change_time ext and doc linksJulius Liu-9/+20
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-07-17feat: adding ext that returns change_time for WindowsJulius Liu-0/+10
2024-02-27Implement junction_pointChris Denton-0/+12
2024-01-28std: Update documentation of seek_write on WindowsAlex Crichton-1/+1
2023-11-15Substitute version placeholdersMark Rousskov-3/+3
2023-10-31Stabilize `file_set_times`Josh Triplett-3/+3
2023-05-15Add creation time support to `FileTimes` on apple and windowsbeetrees-1/+18
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