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
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
2021-04-18
Add and insta-stabilize `std::io::ErrorKind::NotSupported`
Christiaan Dirkx
-1
/
+1
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-3
/
+3
2020-11-14
Disambiguate symlink argument names
David Tolnay
-17
/
+22
2020-07-27
mv std libs to library/
mark
-0
/
+938