| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-29 | Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor | Matthias Krüger | -0/+9 | |
| Disable `linux_ext` in wasm32 and fortanix rustdoc builds. The `std::os::unix` module is stubbed out when building docs for these target platforms. The introduction of Linux-specific extension traits caused `std::os::net` to depend on sub-modules of `std::os::unix`, which broke rustdoc for the `wasm32-unknown-unknown` target. Adding an additional `#[cfg]` guard solves that rustdoc failure by not declaring `linux_ext` on targets with a stubbed `std::os::unix`. Fixes #105467 | ||||
| 2023-01-09 | Disable `linux_ext` in wasm32 and fortanix rustdoc builds. | John Millikin | -0/+9 | |
| The `std::os::unix` module is stubbed out when building docs for these target platforms. The introduction of Linux-specific extension traits caused `std::os::net` to depend on sub-modules of `std::os::unix`, which broke rustdoc for the `wasm32-unknown-unknown` target. Adding an additional `#[cfg]` guard solves that rustdoc failure by not declaring `linux_ext` on targets with a stubbed `std::os::unix`. | ||||
| 2023-01-04 | relax reference requirement on from_abstract_name | mllken | -1/+1 | |
| 2022-09-18 | Move `unix_socket_abstract` feature API to `SocketAddrExt`. | John Millikin | -0/+67 | |
| 2022-09-18 | Adjust `tcp_quickack` feature to allow other `os::linux::net` features. | John Millikin | -8/+13 | |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -0/+106 | |
| for linux and android | ||||
