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
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
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-4
/
+7
2022-03-03
Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings.
Dan Gohman
-3
/
+4
2022-02-08
Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisa
Matthias Krüger
-3
/
+8
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-4
/
+4
2022-01-25
Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett
Matthias Krüger
-1
/
+1
2022-01-24
Use `NtCreateFile` instead of `NtOpenFile` to open a file
Chris Denton
-3
/
+8
2022-01-19
Fix CVE-2022-21658 for Windows
Chris Denton
-17
/
+305
2021-11-02
more efficent File::read_buf impl for windows and unix
DrMeepster
-1
/
+5
2021-10-30
Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay
bors
-13
/
+14
2021-10-09
Apply clippy suggestions
Clemens Wasser
-2
/
+2
2021-10-03
Automatically convert paths to verbatim
Chris Denton
-13
/
+14
2021-09-09
Fix Windows compilation errors.
Dan Gohman
-1
/
+1
2021-09-09
Add a `try_clone()` function to `OwnedFd`.
Dan Gohman
-1
/
+1
2021-09-02
I/O safety for WinUWP
bdbai
-2
/
+2
2021-08-19
I/O safety.
Dan Gohman
-22
/
+51
2021-06-15
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
-1
/
+1
2021-06-15
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
-4
/
+3
2021-05-19
Windows implementation of `fs::try_exists`
Chris Denton
-1
/
+29
2021-05-19
Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca...
Chris Denton
-0
/
+1
2021-04-18
Rename `NotSupported` to `Unsupported`
Christiaan Dirkx
-1
/
+4
[next]