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
/
src
/
tools
/
miri
/
tests
/
pass
/
shims
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-29
unix read/write: fix zero-size handling
Ralf Jung
-1
/
+3
2025-07-19
non-deterministically truncate reads/writes
Ralf Jung
-1
/
+27
2025-07-19
don't halt execution when we write to a read-only file
Ralf Jung
-0
/
+4
2025-06-15
Stabilize "file_lock" feature
Christopher Berner
-1
/
+0
2025-06-06
use File::lock to implement flock, and add a test for File::lock
Ralf Jung
-3
/
+30
2025-05-22
Implement file cloning on Windows
Rune Tynan
-1
/
+1
2025-05-22
Implement file read/write on Windows
Rune Tynan
-5
/
+5
2025-04-11
Implement DeleteFileW
Rune Tynan
-1
/
+1
2025-04-08
Implement trivial file operations - opening and closing handles. Just enough ...
Rune Tynan
-17
/
+19
2024-12-12
solarish stat following-up, supports for readdir.
David Carlier
-6
/
+8
2024-11-26
filesystem support for solarish.
David Carlier
-2
/
+5
2024-09-25
avoid using HashMap in fs test
Ralf Jung
-3
/
+3
2024-09-21
fmt (with a huge diff for some reason)
Ralf Jung
-2
/
+2
2024-09-16
Bump ui test
Oli Scherer
-1
/
+1
2024-07-22
Add `pread` and `pwrite` shims
Артём Павлов [Artyom Pavlov]
-0
/
+41
2024-07-06
Mark format! with must_use hint
lukas
-2
/
+2
2024-05-09
do not run symlink tests on Windows hosts
Ralf Jung
-73
/
+15
2024-04-15
Windows: add basic support for FormatMessageW
Ralf Jung
-1
/
+1
2024-03-09
compiletest: create fresh tempdir for tests to use
Ralf Jung
-1
/
+1
2024-03-06
Add advice for failing `shims/fs.rs` miri test
Maybe Waffle
-0
/
+4
2023-07-30
refactor tests/utils a bit, and move some FS functions there
Ralf Jung
-32
/
+7
2023-04-14
Auto merge of #2843 - jsoref:spelling, r=RalfJung
bors
-1
/
+1
2023-04-14
Fix spelling
Josh Soref
-1
/
+1
2023-04-10
Stabilize IsTerminal
Josh Triplett
-1
/
+0
2023-02-24
Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path`
LevitatingLion
-2
/
+6
2022-12-12
make unix path handling on Windows hosts preserve absoluteness
Ralf Jung
-5
/
+9
2022-12-12
More host/target path conversion tests:
Ralf Jung
-0
/
+7
2022-12-12
expose host-to-target path conversion to interpreted program
Ralf Jung
-14
/
+17
2022-10-21
test is_terminal
Ralf Jung
-1
/
+4
2022-10-21
split libc tests from stdlib tests
Ralf Jung
-0
/
+364