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
2025-05-28
Test(fs): Fix test_eq_windows_file_type for Windows 7
Paul Mabileau
-1
/
+23
2025-05-27
Rollup merge of #141312 - cberner:filelock_from, r=joshtriplett
Matthias Krüger
-0
/
+22
2025-05-20
Remove unnecessary handling of ERROR_IO_PENDING
Christopher Berner
-0
/
+22
2025-05-07
[win][arm64] Disable FS tests that require symlinks
Daniel Paoliello
-0
/
+16
2025-05-01
Change signature of File::try_lock and File::try_lock_shared
Christopher Berner
-10
/
+26
2025-03-18
Test windows file type equality
Chris Denton
-0
/
+17
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-02-24
std: Fix another new symlink test on Windows
Vadim Petrochenkov
-0
/
+4
2025-02-21
Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Windows 7
Paul Mabileau
-0
/
+4
2025-02-19
Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se
Matthias Krüger
-3
/
+4
2025-02-16
add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants
HTGAzureX1212
-3
/
+4
2025-02-09
Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau
bors
-1
/
+1
2025-02-07
std: get rid of `sys_common::io`
joboet
-1
/
+1
2025-01-26
Windows: remove readonly files
Chris Denton
-1
/
+1
2024-12-27
Fix renaming symlinks on Windows
Chris Denton
-0
/
+29
2024-12-21
Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...
Matthias Krüger
-0
/
+41
2024-11-13
Fix compilation error on Solaris due to flock usage
Christopher Berner
-0
/
+28
2024-10-19
Support lock() and lock_shared() on async IO Files
Christopher Berner
-0
/
+38
2024-10-13
Implement file_lock feature
Christopher Berner
-0
/
+80
2024-09-30
Win: Add test cases for renaming a directory while the target file is opened ...
George Tokmaji
-0
/
+41
2024-09-25
Use `&raw` in the standard library
Josh Stone
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-07
Remove now redundant check in symlink_hard_link test
Mads Marquart
-18
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-14
/
+12
2024-07-19
Avoid ref when using format! for perf
Yuri Astrakhan
-1
/
+1
2024-07-14
Auto merge of #125935 - madsmtm:merge-os-apple, r=workingjubilee
bors
-20
/
+3
2024-07-14
Merge Apple `std::os` extensions modules into `std::os::darwin`
Mads Marquart
-20
/
+3
2024-06-24
Replace `MaybeUninit::uninit_array()` with array repeat expression.
Kevin Reid
-1
/
+1
2024-05-28
Make more of the test suite run on Mac Catalyst
Mads Marquart
-1
/
+1
2024-04-28
Use `target_vendor = "apple"` instead of `target_os = "..."`
Mads Marquart
-31
/
+4
2024-04-14
Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip...
Guillaume Gomez
-24
/
+24
2024-03-18
Support for visionOS
Adam Gastineau
-3
/
+14
2024-03-12
Convert [u8] to [i8] in test
Chris Denton
-0
/
+1
2024-02-27
Implement junction_point
Chris Denton
-7
/
+5
2024-02-11
std: use `stream_position` where applicable
João Marcos P. Bezerra
-24
/
+24
2024-01-06
library: Fix a symlink test failing on Windows
Vadim Petrochenkov
-2
/
+4
2023-12-13
Auto merge of #116438 - ChrisDenton:truncate, r=thomcc
bors
-1
/
+26
2023-12-01
Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-se
bors
-1
/
+1
2023-10-31
Add support for pre-unix-epoch file dates on Apple platforms (#108277)
Sebastian Thiel
-0
/
+42
2023-10-26
Error if symlinks not supported in CI
Chris Denton
-1
/
+1
2023-10-20
Skip test if Unix sockets are unsupported
Chris Denton
-2
/
+11
2023-10-15
Make File::create work on Windows hidden files
Chris Denton
-1
/
+26
2023-10-13
Test that unix sockets exist on Windows
Chris Denton
-0
/
+35
2023-07-26
Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee
bors
-0
/
+2
2023-06-21
Update tvOS support elsewhere in the stdlib
Thom Chiovoloni
-3
/
+25
2023-05-15
Add test for `FileTimes`
beetrees
-2
/
+52
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
[next]