index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
windows
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-1528
/
+0
2023-12-17
Use FileEndOfFileInfo, not FileAllocationInfo
Chris Denton
-6
/
+8
2023-12-13
Auto merge of #116438 - ChrisDenton:truncate, r=thomcc
bors
-6
/
+27
2023-11-22
needless_borrow
Chris Denton
-4
/
+4
2023-11-22
needless_borrows_for_generic_args
Chris Denton
-1
/
+1
2023-11-22
unnecessary_mut_passed
Chris Denton
-2
/
+2
2023-10-28
Rollup merge of #116816 - ChrisDenton:api.rs, r=workingjubilee
Jubilee
-46
/
+10
2023-10-23
Auto merge of #116606 - ChrisDenton:empty, r=dtolnay
bors
-0
/
+8
2023-10-16
Create `windows/api.rs` for safer FFI
Chris Denton
-46
/
+10
2023-10-15
Make File::create work on Windows hidden files
Chris Denton
-6
/
+27
2023-10-13
Make try_exists return Ok(true) for Windows UDS
Chris Denton
-0
/
+7
2023-10-10
On Windows make readdir error on the empty path
Chris Denton
-0
/
+8
2023-10-06
Remove libc
Chris Denton
-3
/
+5
2023-05-15
Add creation time support to `FileTimes` on apple and windows
beetrees
-4
/
+18
2023-05-05
Use new bindings
Chris Denton
-13
/
+26
2023-05-03
Use `from_wide_to_user_path` in `read_link`
Chris Denton
-2
/
+4
2023-05-03
Correctly convert an NT path to a Win32 path
Chris Denton
-11
/
+16
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+1
2023-04-28
remove_dir_all: delete directory with fewer perms
Chris Denton
-19
/
+22
2023-04-05
Fix buffer overrun in (test-only) symlink_junction
Thom Chiovoloni
-9
/
+25
2023-03-17
Modify code style as per comments
NagaChaitanya Vellanki
-7
/
+5
2023-03-16
run rustfmt on changes
NagaChaitanya Vellanki
-1
/
+1
2023-03-16
fallback to lstat when stat fails on Windows
NagaChaitanya Vellanki
-1
/
+13
2023-02-13
Add another error to Windows file open fallback
alesito85
-1
/
+6
2023-02-10
Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` header
Chris Denton
-0
/
+2
2022-11-18
Handle the case that even the filename array is unaligned.
Thom Chiovoloni
-5
/
+14
2022-11-17
Don't assume `FILE_ID_BOTH_DIR_INFO` will be aligned
Thom Chiovoloni
-5
/
+9
2022-10-01
`SetFileTime` doesn't allow setting the file time to `0xFFFF_FFFF_FFFF_FFFF`
beetrees
-0
/
+8
2022-09-06
Fix compile errors for uwp-windows-msvc targets
Chris Denton
-1
/
+1
2022-09-01
Use `FILE_ATTRIBUTE_TAG_INFO` to get reparse tag
Chris Denton
-8
/
+18
2022-08-31
Avoid needless buffer zeroing in `std::sys::windows::fs`
Thom Chiovoloni
-14
/
+24
2022-08-30
Fix UB in Windows `DirBuffIter` (provenance and alignment)
Thom Chiovoloni
-7
/
+10
2022-08-30
Replace `AlignedAs` with a more specific `Align8` type
Thom Chiovoloni
-13
/
+14
2022-08-30
Fix UWP and use `AlignedReparseBuf` in `symlink_junction_inner`
Thom Chiovoloni
-5
/
+6
2022-08-29
Fix some possible UB in std::sys::windows
Thom Chiovoloni
-16
/
+24
2022-08-28
Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum
Matthias Krüger
-3
/
+3
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-3
/
+3
2022-08-18
Address reviewer comments
Nick Cameron
-1
/
+1
2022-08-05
non-linux platforms
Nick Cameron
-3
/
+3
2022-08-01
Auto merge of #98246 - joshtriplett:times, r=m-ou-se
bors
-0
/
+31
2022-07-30
Reset directory iteration in remove_dir_all
Chris Denton
-1
/
+3
2022-07-15
Return an error if trying to set a file timestamp to 0 on Windows
Josh Triplett
-5
/
+12
2022-07-15
Support setting file accessed/modified timestamps
Josh Triplett
-0
/
+24
2022-07-05
Windows: Use `FindFirstFileW` if `metadata` fails
Chris Denton
-10
/
+61
2022-07-05
`impl From<c::WIN32_FIND_DATAW> for FileAttr`
Chris Denton
-16
/
+21
2022-06-25
Rollup merge of #96412 - ChrisDenton:remove-dir-all, r=thomcc
Matthias Krüger
-75
/
+81
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-04-28
Yield the thread when waiting to delete a file
Chris Denton
-0
/
+3
2022-04-26
Retry deleting a directory
Chris Denton
-2
/
+15
2022-04-26
Windows: Iterative `remove_dir_all`
Chris Denton
-77
/
+67
[next]