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
/
fs
/
unix.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-14
On FreeBSD, use readdir instead of readdir_r
Alan Somers
-57
/
+63
2025-09-07
feat(std): emulate flock for solaris via fcntl
Weihang Lo
-0
/
+66
2025-09-04
Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35
Stuart Cook
-0
/
+4
2025-09-03
Add `read_buf` equivalents for positioned reads
Niklas Fiekas
-0
/
+4
2025-08-30
std: clarify `OpenOptions` error for create without write access
Vladimir Petrzhikovskii
-3
/
+23
2025-08-21
Add flock support for cygwin
王宇逸
-0
/
+10
2025-08-19
Rollup merge of #145511 - semarie:push-rnytptsoxrxn, r=joshtriplett
许杰友 Jieyou Xu (Joe)
-0
/
+10
2025-08-17
Rust build fails on OpenBSD after using file_lock feature
Sebastien Marie
-0
/
+10
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-14
/
+20
2025-07-09
Fix VxWorks build errors
B I Mohammed Abbas
-1
/
+0
2025-06-05
Optimize `Seek::stream_len` impl for `File`
Tobias Bucher
-0
/
+9
2025-05-14
Fix settimes for vxworks
B I Mohammed Abbas
-2
/
+1
2025-05-03
Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubilee
Matthias Krüger
-14
/
+25
2025-05-01
Change signature of File::try_lock and File::try_lock_shared
Christopher Berner
-14
/
+25
2025-04-27
use generic Atomic type where possible
Christopher Durham
-2
/
+2
2025-04-24
Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35
Matthias Krüger
-0
/
+6
2025-04-23
Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`
Jiahao XU
-0
/
+6
2025-04-18
std: Use fstatat() on illumos
Patrick Mooney
-3
/
+6
2025-04-11
cfi: Remove #[no_sanitize(cfi)] for extern weak functions
Bastian Kersting
-14
/
+0
2025-03-29
Rollup merge of #138832 - ChrisDenton:with_native_path, r=joboet
Matthias Krüger
-100
/
+79
2025-03-29
Start using with_native_path in std::sys::fs
Chris Denton
-100
/
+79
2025-03-26
Change the syntax of the internal `weak!` macro
Mads Marquart
-6
/
+10
2025-03-17
Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet
Jacob Pratt
-1
/
+10
2025-03-10
Fix code style
王宇逸
-1
/
+6
2025-03-10
Initial STD support for Cygwin
王宇逸
-1
/
+5
2025-03-10
Add comments for #[no_sanitize(cfi)] in stdlib
Bastian Kersting
-0
/
+2
2025-03-10
Disable CFI for weakly linked syscalls
Bastian Kersting
-0
/
+12
2025-03-08
Move fs into sys
Thalia Archibald
-0
/
+2319