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
/
os
/
unix
/
fs.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-03
Add `read_buf` equivalents for positioned reads
Niklas Fiekas
-0
/
+89
2025-06-28
"set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![...
наб
-7
/
+5
2025-04-23
Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`
Jiahao XU
-0
/
+36
2025-01-27
Overhaul examples for PermissionsExt
Marijn Schouten
-49
/
+75
2024-11-28
Rollup merge of #129409 - grinapo:patch-1, r=Amanieu
Guillaume Gomez
-0
/
+5
2024-11-14
Remove one stray space.
Peter Gervai
-1
/
+1
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-1
/
+1
2024-09-19
[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...
GnomedDev
-0
/
+1
2024-08-22
Update chown help with a link and adding cap warning
Peter Gervai
-1
/
+2
2024-08-22
Expand std::os::unix::fs::chown() doc with a warning
Peter Gervai
-0
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2024-07-24
Add chroot unsupported implementation for VxWorks
B I Mohammed Abbas
-1
/
+1
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-9
/
+2
2024-02-18
By tracking import use types to check whether it is scope uses or the other s...
surechen
-1
/
+0
2023-12-24
Fix doc typo for read_exact_at
AlexBuz
-1
/
+1
2023-09-16
Rollup merge of #115329 - xzmeng:fix-std-doc, r=dtolnay
Matthias Krüger
-1
/
+1
2023-09-03
Use std::io::Error::is_interrupted everywhere
Ben Kimock
-2
/
+2
2023-08-29
fix a doc typo at std::os::unix::fs::FileExt::write_at
Meng Xiangzhuo
-1
/
+1
2023-08-22
Replace version placeholders with 1.73.0
Mark Rousskov
-3
/
+3
2023-07-22
Rollup merge of #113876 - darklyspaced:master, r=cuviper
Matthias Krüger
-1
/
+30
2023-07-20
added a problematic example
darklyspaced
-3
/
+25
2023-07-20
fix docs & example for FileExt::write_at
darklyspaced
-1
/
+8
2023-06-25
Stabilize chown functions (`unix_chown`)
Yuki Okushi
-6
/
+3
2023-05-07
enable `rust_2018_idioms` for doctests
ozkanonur
-1
/
+1
2023-03-02
Add basic tests
Benoît du Garreau
-0
/
+4
2023-03-02
Take shared references as parameter
Benoît du Garreau
-12
/
+4
2023-02-27
Add vectored positioned I/O on Unix
Benoît du Garreau
-0
/
+34
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-02-10
Implement `AsFd` for `&T` and `&mut T`.
Dan Gohman
-1
/
+1
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-3
/
+3
2021-09-19
Rollup merge of #89051 - schctl:master, r=jyn514
Yuki Okushi
-1
/
+3
2021-09-17
modify std::os docs to be more consistent
Sachin Cherian
-1
/
+3
2021-09-15
Add tracking issue for unix_chown
Josh Triplett
-3
/
+3
2021-09-14
Add chown functions to std::os::unix::fs to change the owner and group of files
Josh Triplett
-0
/
+70
2021-08-19
Stabilize std::os::unix::fs::chroot
Josh Triplett
-2
/
+1
2021-07-06
Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se
Yuki Okushi
-0
/
+39
2021-07-05
Enable dir_entry_ext2 feature in doc test.
Mara Bos
-0
/
+1
2021-05-21
Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr
Aaron Rennow
-0
/
+38
2021-05-20
Not implement `os::unix::fs::chroot` for `vxworks`
Christiaan Dirkx
-1
/
+1
2021-05-03
Move `std::sys::unix::ext` to `std::os::unix`
Christiaan Dirkx
-0
/
+912