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
/
raw.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-09
replace version placeholder
Boxy
-6
/
+6
2025-03-23
Trusty: Fix build for anonymous pipes and std::sys::process
Thalia Archibald
-2
/
+7
2025-03-14
Mv os-specific trait impl of `Pipe*` into `std::os::*`
Jiahao XU
-0
/
+43
2025-03-10
Format after patches have been applied
Nicole LeGare
-3
/
+3
2025-03-10
Apply rustc-0054-Add-std-os-fd-support-for-Trusty.patch
Nicole LeGare
-1
/
+9
2025-01-14
remove unnecessary rustc_allowed_through_unstable_modules
Ralf Jung
-5
/
+0
2024-11-19
UniqueRc: platform-specific AsFd/Handle/etc impls to mirror Rc
Zachary S
-0
/
+8
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
-4
/
+4
2024-07-10
Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods.
Zachary S
-0
/
+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
-1
/
+4
2023-03-15
Bump version placeholders
Mark Rousskov
-1
/
+1
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
-6
/
+18
2023-01-26
Implement `AsFd` and `AsRawFd` for `Rc`
Ian Douglas Scott
-0
/
+8
2022-09-02
Fix compilation of the doc tests on Windows.
Dan Gohman
-0
/
+3
2022-08-29
Make `std::os::fd` public.
Dan Gohman
-12
/
+3
2022-08-12
Adjust cfgs
Mark Rousskov
-4
/
+4
2022-07-27
Allow using stable os::fd::raw items through unstable os::wasi module
bstrie
-0
/
+4
2022-07-06
Fix typo in file descriptor docs
Florian Spieß
-1
/
+1
2022-06-21
`impl<T: AsFd> AsFd for {Arc,Box}<T>`
Joshua Nelson
-3
/
+2
2022-06-21
`impl<T: AsRawFd> for {Arc,Box}<T>`
Joshua Nelson
-0
/
+32
2022-04-11
Fix documentation for wasm32-unknown-unknown
O01eg
-1
/
+1
2022-03-02
Fix a broken doc link on Windows.
Dan Gohman
-3
/
+1
2022-02-01
x.py fmt
Dan Gohman
-2
/
+2
2022-02-01
Use `From`/`Into` rather than the traits they replaced.
Dan Gohman
-6
/
+8
2022-02-01
Fix errors.
Dan Gohman
-2
/
+2
2022-02-01
Fix unresolved doc links.
Dan Gohman
-0
/
+4
2022-02-01
Fix two copy+pastos.
Dan Gohman
-1
/
+1
2022-02-01
Update the documentation for `{As,Into,From}Raw{Fd,Handle,Socket}`.
Dan Gohman
-14
/
+24
2021-08-19
Fix doc test failures on Windows.
Dan Gohman
-0
/
+4
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-0
/
+206