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
/
fd
Age
Commit message (
Expand
)
Author
Lines
2025-04-09
replace version placeholder
Boxy
-12
/
+12
2025-03-23
Trusty: Fix build for anonymous pipes and std::sys::process
Thalia Archibald
-4
/
+14
2025-03-14
Mv os-specific trait impl of `Pipe*` into `std::os::*`
Jiahao XU
-1
/
+87
2025-03-10
Format after patches have been applied
Nicole LeGare
-6
/
+11
2025-03-10
Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patch
Nicole LeGare
-5
/
+29
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+0
2025-02-14
Add safe new to NotAllOnes
Kornel
-8
/
+4
2025-02-02
std: move network code into `sys`
joboet
-2
/
+2
2025-01-14
remove unnecessary rustc_allowed_through_unstable_modules
Ralf Jung
-5
/
+0
2025-01-09
Update a bunch of library types for MCP807
Scott McMurray
-20
/
+14
2024-12-15
Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratrieb
bors
-0
/
+16
2024-11-22
library: update comment around close()
Ralf Jung
-10
/
+11
2024-11-19
UniqueRc: platform-specific AsFd/Handle/etc impls to mirror Rc
Zachary S
-0
/
+16
2024-08-03
Rollup merge of #127586 - zachs18:more-must-use, r=cuviper
Matthias Krüger
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+5
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-07-24
Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu
Matthias Krüger
-4
/
+2
2024-07-17
Mention how you can go from `BorrowedFd` to `OwnedFd` and back
Tobias Bucher
-0
/
+5
2024-07-17
Make language around `ToOwned` for `BorrowedFd` more precise
Tobias Bucher
-3
/
+5
2024-07-15
lib: replace some `mem::forget`'s with `ManuallyDrop`
Pavel Grigorenko
-4
/
+2
2024-07-10
Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods.
Zachary S
-0
/
+1
2024-07-07
clarify `sys::unix::fd::FileDesc::drop` comment (#66876)
Ashton Hunt
-0
/
+5
2024-04-28
put FD validity behind late debug_asserts checking
The 8472
-11
/
+3
2024-04-20
Abort a process when FD ownership is violated
The 8472
-1
/
+14
2024-04-11
Factor some common `io::Error` constants
Benoît du Garreau
-4
/
+1
2024-03-09
Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnay
Guillaume Boisseau
-5
/
+5
2024-02-04
Document various I/O handle conversions
Ryan Lowe
-0
/
+6
2024-01-28
Make `impl<Fd: AsFd>` impl take `?Sized`
Gary Guo
-5
/
+5
2023-10-17
Updated libc and doc for Vita target
Nikolay Arhipov
-3
/
+3
2023-08-14
typos
Ralf Jung
-1
/
+1
2023-08-14
sync the various FromRawFd trait docs, and remove 'valid'
Ralf Jung
-1
/
+1
2023-08-13
add more explicit I/O safety documentation
Ralf Jung
-5
/
+12
2023-04-28
replace version placeholders
Pietro Albini
-1
/
+1
2023-04-10
Stabilize IsTerminal
Josh Triplett
-1
/
+1
2023-04-02
Fix typo in std/src/os/fd/owned.rs
Taiki Endo
-1
/
+1
2023-03-15
Bump version placeholders
Mark Rousskov
-2
/
+2
2023-02-24
avoid the usage of libc during the creation of documentation
Stefan Lankes
-9
/
+7
2023-02-24
remove code duplications
Stefan Lankes
-9
/
+24
2023-01-26
Implement `AsFd` and `AsRawFd` for `Rc`
Ian Douglas Scott
-0
/
+16
2023-01-15
Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r...
Matthias Krüger
-3
/
+3
2023-01-14
Fix the stability attributes for `std::os::fd`.
Dan Gohman
-3
/
+3
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-1
/
+1
2022-10-15
Add `IsTerminal` trait to determine if a descriptor or handle is a terminal
Josh Triplett
-0
/
+17
2022-10-10
Consolidate AsFd instances for stdio types into `library/std/src/os/fd/owned.rs`
Josh Triplett
-0
/
+52
2022-09-29
Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett
Yuki Okushi
-18
/
+19
2022-09-04
Don't duplicate file descriptors into stdio fds
beetrees
-1
/
+2
2022-09-02
Fix compilation of the doc tests on Windows.
Dan Gohman
-0
/
+4
2022-08-29
Re-introduce `unstable` attributes.
Dan Gohman
-2
/
+2
2022-08-29
Clarify that the `fd` module is supported on Unix and WASI.
Dan Gohman
-3
/
+2
2022-08-29
Make `std::os::fd` public.
Dan Gohman
-18
/
+16
[next]