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
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
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
[next]