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
/
fs
Age
Commit message (
Expand
)
Author
Lines
2023-05-03
Correctly convert an NT path to a Win32 path
Chris Denton
-1
/
+5
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-1
/
+19
2023-03-02
Make std tests pass on newer Android
Peter Collingbourne
-0
/
+2
2023-02-21
Move `rename_directory` from ui-fulldeps to std
Chris Denton
-0
/
+16
2023-01-28
Replace libc::{type} with crate::ffi::{type}
Ayush Singh
-2
/
+2
2023-01-04
Update rand in the stdlib tests, and remove the getrandom feature from it
Thom Chiovoloni
-3
/
+3
2022-12-14
fs/tests: Fail fast on duplicate errors rather than looping indefinitely
Tavian Barnes
-2
/
+2
2022-12-14
fs/tests: Explicitly kill the zombie rather than sleeping until it dies
Tavian Barnes
-7
/
+9
2022-12-12
fs: Fix #50619 (again) and add a regression test
Tavian Barnes
-0
/
+26
2022-11-30
Add test for regression for FileType equality
Arthur Carcano
-0
/
+16
2022-07-18
Ignore `hiberfil_sys` test in CI
Chris Denton
-1
/
+4
2022-07-05
Test if `[try_]exists` can find `hiberfil.sys`
Chris Denton
-2
/
+4
2022-07-05
Add comment and simplify `hiberfil_sys` test
Chris Denton
-5
/
+6
2022-07-05
Windows: Use `FindFirstFileW` if `metadata` fails
Chris Denton
-0
/
+11
2022-04-07
Use gender neutral terms
James 'zofrex' Sanderson
-3
/
+3
2022-03-20
Add a testcase.
Dan Gohman
-0
/
+6
2022-03-11
Rollup merge of #93283 - m1guelperez:master, r=Mark-Simulacrum
Dylan DPC
-1
/
+9
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-5
/
+5
2022-03-08
Fix for issue #93283
Miguel Perez
-1
/
+9
2022-01-29
fs: Add a regression test for #93384
Tavian Barnes
-0
/
+16
2022-01-19
Fix CVE-2022-21658 for UNIX-like
Hans Kratz
-0
/
+70
2021-12-18
Update stdlib to the 2021 edition
Lucas Kent
-5
/
+4
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-11-19
Rollup merge of #90942 - JohnTitor:should-os-error-3, r=m-ou-se
Yuki Okushi
-0
/
+4
2021-11-17
windows: Return the "Not Found" error when a path is empty
Yuki Okushi
-0
/
+4
2021-11-11
compare between Path instead of str
tamaron
-12
/
+3
2021-10-23
Make sure `CreateDirectoryW` works for path lengths > 247
Chris Denton
-0
/
+29
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-10
Make tests pass on old macos
Aris Merchant
-0
/
+18
2021-06-15
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
-1
/
+2
2021-06-15
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
-1
/
+1
2021-04-18
Fix test `metadata_access_times` to also check for `Unsupported`
Christiaan Dirkx
-1
/
+3
2020-11-16
std: Fix test `got_symlink_permission` on Windows
Vadim Petrochenkov
-0
/
+3
2020-11-09
Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnay
Dylan DPC
-0
/
+51
2020-10-16
Define `fs::hard_link` to not follow symlinks.
Dan Gohman
-0
/
+51
2020-10-13
Join map operators
wcampbell
-2
/
+1
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+1339
[prev]