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
/
owned.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-02
Fix typo in std/src/os/fd/owned.rs
Taiki Endo
-1
/
+1
2023-03-15
Bump version placeholders
Mark Rousskov
-1
/
+1
2023-02-24
remove code duplications
Stefan Lankes
-3
/
+6
2023-01-26
Implement `AsFd` and `AsRawFd` for `Rc`
Ian Douglas Scott
-0
/
+8
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
-4
/
+2
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
/
+1
2022-08-29
Make `std::os::fd` public.
Dan Gohman
-4
/
+1
2022-07-20
Fix the stable version of `AsFd for Arc<T>` and `Box<T>`
Josh Stone
-2
/
+2
2022-06-21
`impl<T: AsFd> AsFd for {Arc,Box}<T>`
Joshua Nelson
-0
/
+31
2022-06-15
Revise the documentation for `try_clone`.
Dan Gohman
-2
/
+4
2022-06-15
Add `BorrowedFd::try_clone_to_owned`.
Dan Gohman
-3
/
+12
2022-06-14
Add a stability attribute to WASI's `try_clone()`.
Dan Gohman
-0
/
+1
2022-06-14
Implement stabilization of `#[feature(io_safety)]`.
Dan Gohman
-30
/
+31
2022-05-11
Add rustc_nonnull_optimization_guaranteed to Owned/Borrowed Fd/Socket
Dan Gohman
-0
/
+2
2022-04-19
Make `BorrowedFd::borrow_raw` a const fn.
Dan Gohman
-2
/
+2
2022-04-11
Fix documentation for wasm32-unknown-unknown
O01eg
-3
/
+3
2022-03-03
Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett
Dylan DPC
-2
/
+2
2022-03-03
Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,...
Dylan DPC
-0
/
+4
2022-02-25
Fix SGX docs build
Jethro Beekman
-1
/
+1
2022-02-10
Implement `AsFd` for `&T` and `&mut T`.
Dan Gohman
-0
/
+16
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-2
/
+2
2022-02-04
Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.
Dan Gohman
-2
/
+2
2022-01-26
Add documentation about `BorrowedFd::to_owned`.
Dan Gohman
-0
/
+4
2021-10-05
Fix compilation on WASI, which doesn't yet support `dup`.
Dan Gohman
-0
/
+10
2021-09-09
Add a `try_clone()` function to `OwnedFd`.
Dan Gohman
-0
/
+23
2021-08-19
Fix doc test failures on Windows.
Dan Gohman
-0
/
+1
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-0
/
+288