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
/
pal
/
windows
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-21
Remove test panic from File::open
Chris Denton
-3
/
+0
2024-12-27
Auto merge of #134822 - jieyouxu:rollup-5xuaq82, r=jieyouxu
bors
-1
/
+1
2024-12-27
Fix renaming symlinks on Windows
Chris Denton
-7
/
+10
2024-12-27
Fix mistake in windows file open
Chris Denton
-1
/
+1
2024-12-24
Windows: Use FILE_ALLOCATION_INFO for truncation
Chris Denton
-8
/
+20
2024-12-21
Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...
Matthias Krüger
-1
/
+134
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-12
/
+8
2024-11-11
Rollup merge of #130999 - cberner:flock_pr, r=joboet
Matthias Krüger
-0
/
+114
2024-11-08
Address review comments
Christopher Berner
-32
/
+24
2024-11-08
Update library/std/src/sys/pal/windows/fs.rs
Christopher Berner
-6
/
+4
2024-10-29
Win: rename: Use offset_of! in struct size calculation
George Tokmaji
-4
/
+7
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-1
/
+1
2024-10-20
fix docs
klensy
-6
/
+6
2024-10-20
replace FindFirstFileW with FindFirstFileExW and apply optimization
klensy
-4
/
+25
2024-10-19
Support lock() and lock_shared() on async IO Files
Christopher Berner
-13
/
+49
2024-10-17
Win: Remove special casing of the win7 target for `std::fs::rename`
George Tokmaji
-14
/
+1
2024-10-13
Implement file_lock feature
Christopher Berner
-0
/
+88
2024-09-30
Win: Use `FILE_RENAME_FLAG_POSIX_SEMANTICS` for `std::fs::rename` if available
George Tokmaji
-1
/
+144
2024-09-25
Use `&raw` in the standard library
Josh Stone
-20
/
+16
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-31
Move remove_dir_all impl into a module
Chris Denton
-168
/
+43
2024-08-22
fix: fs::remove_dir_all: treat ENOENT as success
binarycat
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+5
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-07-25
fix: compilation issue w/ refactored type
Julius Liu
-2
/
+2
2024-07-17
feat: adding ext that returns change_time for Windows
Julius Liu
-0
/
+11
2024-07-15
Deny more windows unsafe_op_in_unsafe_fn
Chris Denton
-9
/
+14
2024-07-15
Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubilee
Jubilee
-0
/
+1
2024-07-15
Make pal/windows default to deny unsafe in unsafe
Chris Denton
-0
/
+1
2024-07-15
Remove DWORD
Chris Denton
-29
/
+28
2024-07-15
Remove LPSECURITY_ATTRIBUTES
Chris Denton
-2
/
+2
2024-07-15
Remove LPCVOID
Chris Denton
-1
/
+1
2024-07-15
Remove LARGE_INTEGER
Chris Denton
-5
/
+5
2024-06-22
Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu
Matthias Krüger
-1
/
+1
2024-06-11
Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists
Eduardo Sánchez Muñoz
-1
/
+1
2024-06-09
Migrate more things to WinError
Chris Denton
-15
/
+15
2024-02-27
Implement junction_point
Chris Denton
-63
/
+69
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-4
/
+4
2024-02-08
std: move path into `sys`
joboet
-1
/
+1
2024-01-27
add extra check for invalid handle in ReadDir::next
HTGAzureX1212.
-1
/
+8
2024-01-27
make modifications as per reviews
HTGAzureX1212.
-21
/
+25
2024-01-26
fix
HTGAzureX1212.
-2
/
+2
2024-01-26
remove redundant call to Error::last_os_error
HTGAzureX1212.
-1
/
+1
2024-01-26
fix issue 120040
HTGAzureX1212.
-0
/
+21
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+1528