| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 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 | -1/+1 |
| 2022-01-12 | Use the correct `cvt` for converting socket errors on Windows. | Dan Gohman | -1/+2 |
| 2021-09-09 | Fix another Windows compilation error. | Dan Gohman | -1/+1 |
| 2021-09-09 | Fix more Windows compilation errors. | Dan Gohman | -2/+15 |
| 2021-09-09 | Fix Windows compilation errors. | Dan Gohman | -2/+9 |
| 2021-09-09 | Add a `try_clone()` function to `OwnedFd`. | Dan Gohman | -0/+54 |
| 2021-08-19 | Add Safety comments to the `As*` for `Owned*` implementations. | Dan Gohman | -0/+3 |
| 2021-08-19 | Rename `OwnedFd`'s private field to match it's debug output. | Dan Gohman | -17/+18 |
| 2021-08-19 | Update library/std/src/os/windows/io/socket.rs | Dan Gohman | -1/+1 |
| 2021-08-19 | I/O safety. | Dan Gohman | -0/+212 |
