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
/
pal
/
wasi
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-08
Move fs into sys
Thalia Archibald
-872
/
+0
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-02-17
Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDenton
Matthias Krüger
-0
/
+4
2025-02-17
Use tell for <File as Seek>::stream_position
Thalia Archibald
-0
/
+4
2025-02-17
Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton
Matthias Krüger
-3
/
+2
2025-02-13
std: Apply rust_2024_incompatible_pat
Eric Huss
-2
/
+2
2025-02-10
Fix &&str and trailing commas in io::const_error!
Thalia Archibald
-1
/
+1
2025-02-10
Use io::const_error! when possible over io::Error::new
Thalia Archibald
-2
/
+1
2025-02-09
Mark extern blocks as unsafe
Michael Goulet
-1
/
+1
2024-12-10
Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ...
León Orell Valerian Liehr
-70
/
+105
2024-11-26
chore: Improve doc comments
Piotr Osiewicz
-2
/
+3
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-4
/
+3
2024-11-26
Refactor ReadDir into a state machine
Piotr Osiewicz
-70
/
+101
2024-11-18
wasi/fs: Improve stopping condition for <ReadDir as Iterator>::next
Piotr Osiewicz
-14
/
+17
2024-10-13
Implement file_lock feature
Christopher Berner
-0
/
+20
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-08
Remove needless returns detected by clippy in libraries
Eduardo Sánchez Muñoz
-2
/
+2
2024-08-23
Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu
Matthias Krüger
-6
/
+14
2024-08-22
fix: fs::remove_dir_all: treat ENOENT as success
binarycat
-6
/
+14
2024-08-05
WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys}
Georgii Rylov
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+2
2024-06-11
Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists
Eduardo Sánchez Muñoz
-1
/
+1
2024-02-18
Dyn erase at call site
David Thomas
-1
/
+1
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+810