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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
os
/
fd
Age
Commit message (
Expand
)
Author
Lines
2022-04-19
Make `BorrowedFd::borrow_raw` a const fn.
Dan Gohman
-2
/
+2
2022-04-11
Fix documentation for wasm32-unknown-unknown
O01eg
-4
/
+4
2022-03-03
Rollup merge of #93562 - sunfishcode:sunfishcode/io-docs, r=joshtriplett
Matthias Krüger
-14
/
+28
2022-03-03
Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett
Dylan DPC
-2
/
+39
2022-03-03
Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,...
Dylan DPC
-0
/
+4
2022-03-02
Fix a broken doc link on Windows.
Dan Gohman
-3
/
+1
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
x.py fmt
Dan Gohman
-4
/
+4
2022-02-04
Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`.
Dan Gohman
-2
/
+39
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
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
/
+5
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-0
/
+553