| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inline AsInner implementations | Konrad Borowski | 2023-05-01 | 2 | -0/+3 |
| * | fix(tcp): remove redundant `format!` macro call | Sergei Belokon | 2023-04-08 | 1 | -1/+1 |
| * | chore(tcp): change the hardcoded port number to `port` var | Sergei Belokon | 2023-04-06 | 1 | -1/+1 |
| * | Implement read_buf for a few more types | Tomasz Miąsko | 2023-03-06 | 2 | -2/+36 |
| * | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | 2023-03-02 | 2 | -2/+8 |
| |\ |
|
| | * | Add QNX Neutrino support to libstd | Florian Bartels | 2023-02-28 | 2 | -2/+8 |
| * | | Move IpAddr and SocketAddr to core | Linus Färnstrand | 2023-02-26 | 7 | -4468/+26 |
| |/ |
|
| * | Replace unwrap with ? in TcpListener doc | Daniel Chmielewski | 2023-01-31 | 1 | -1/+1 |
| * | Stabilize the const_socketaddr feature | Linus Färnstrand | 2023-01-25 | 1 | -13/+13 |
| * | Remove unnecessary `&format!` | Nikolai Vazquez | 2023-01-21 | 2 | -8/+8 |
| * | Rollup merge of #104182 - gabhijit:ipv6-in6addr-any-doc-fix, r=m-ou-se | Matthias Krüger | 2022-12-30 | 1 | -0/+9 |
| |\ |
|
| | * | `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` documentation. | Abhijit Gadgil | 2022-11-09 | 1 | -0/+9 |
| * | | Remove unused diagnostic items | Maybe Waffle | 2022-11-13 | 1 | -2/+0 |
| |/ |
|
| * | Update mod.rs | tyggja | 2022-10-31 | 1 | -1/+1 |
| * | Simplify `clippy` fix. | Markus Reiter | 2022-09-12 | 1 | -2/+0 |
| * | Add `rustc_diagnostic_item` for IP addresses. | Markus Reiter | 2022-09-12 | 1 | -0/+5 |
| * | Flatten `net` module again. | Markus Reiter | 2022-09-12 | 9 | -9/+7 |
| * | Move `net::parser` into `net::addr` module. | Markus Reiter | 2022-09-12 | 4 | -3/+3 |
| * | Add tests for `SockAddr` `Display`. | Markus Reiter | 2022-09-12 | 1 | -0/+69 |
| * | Use `DisplayBuffer` for socket addresses. | Markus Reiter | 2022-09-12 | 7 | -46/+34 |
| * | Rollup merge of #94890 - marmeladema:ip-addr-try-from-bytes, r=joshtriplett | Matthias Krüger | 2022-08-29 | 1 | -13/+125 |
| |\ |
|
| | * | Support parsing IP addresses from a byte string | marmeladema | 2022-08-26 | 1 | -13/+125 |
| * | | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | 2022-08-28 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | created tcpstream quickack trait | Berend-Jan Lange | 2022-08-13 | 1 | -1/+1 |
| * | | Rollup merge of #99957 - chotchki:ip-globally-reachable_rebase, r=Mark-Simula... | Dylan DPC | 2022-08-22 | 2 | -85/+217 |
| |\ \ |
|
| | * | | Original branch seems to have missed excluding the benchmark range from the g... | Christopher Hotchkiss | 2022-07-30 | 2 | -8/+3 |
| | * | | Reincorporated changes from #87689 | Christopher Hotchkiss | 2022-07-30 | 1 | -7/+2 |
| | * | | Change `Ipv4Addr::is_global` to be in line with `Ipv6Addr::is_global` | Christiaan Dirkx | 2022-07-30 | 1 | -59/+60 |
| | * | | Fix `Ipv6Addr::is_global` to check for global reachability rather than global... | Christiaan Dirkx | 2022-07-30 | 2 | -27/+168 |
| * | | | Simplify `IpDisplayBuffer` API. | Markus Reiter | 2022-08-16 | 2 | -6/+10 |
| * | | | Use `MaybeUninit<u8>` for `IpDisplayBuffer`. | Markus Reiter | 2022-08-16 | 1 | -6/+12 |
| * | | | Move `IpDisplayBuffer` into submodule. | Markus Reiter | 2022-08-16 | 2 | -32/+36 |
| * | | | Add `IpDisplayBuffer` helper struct. | Markus Reiter | 2022-08-16 | 1 | -31/+48 |
| | |/
|/| |
|
| * | | Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett | bors | 2022-07-31 | 4 | -224/+120 |
| |\ \
| |/
|/| |
|
| | * | Move SocketAddrCRepr to sys_common | Linus Färnstrand | 2022-07-17 | 1 | -31/+0 |
| | * | Remove invalid doc comment on the size of an IP struct | Linus Färnstrand | 2022-06-23 | 1 | -9/+0 |
| | * | Assign issue number to the new const_socketaddr | Linus Färnstrand | 2022-06-23 | 1 | -3/+3 |
| | * | Add IP structural_match tests | Linus Färnstrand | 2022-06-23 | 1 | -0/+23 |
| | * | Remove ntohs/htons in favor of to_be/from_be | Linus Färnstrand | 2022-06-23 | 2 | -14/+5 |
| | * | Implement IpV{4,6}Addr structs with native Rust encoding | Linus Färnstrand | 2022-06-23 | 2 | -111/+38 |
| | * | Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding | Linus Färnstrand | 2022-06-23 | 1 | -91/+86 |
| * | | Rollup merge of #97300 - ChayimFriedman2:patch-1, r=dtolnay | Dylan DPC | 2022-07-05 | 1 | -0/+7 |
| |\ \
| |/
|/| |
|
| | * | Bump std::net::Incoming FusedIterator impl to Rust 1.64 | David Tolnay | 2022-07-02 | 1 | -1/+1 |
| | * | Implement `FusedIterator` for `std::net::[Into]Incoming` | Chayim Refael Friedman | 2022-05-23 | 1 | -0/+7 |
| * | | Fix stabilization version of `Ipv6Addr::to_ipv4_mapped` | Tobias Bucher | 2022-05-24 | 1 | -1/+1 |
| * | | Auto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped, r=dtolnay | bors | 2022-05-23 | 1 | -5/+5 |
| |\ \
| |/
|/| |
|
| | * | Recommend `Ipv6Addr::to_ipv4_mapped` over `Ipv6Addr::to_ipv4` | Tobias Bucher | 2022-05-10 | 1 | -2/+4 |
| | * | Stabilize `Ipv6Addr::to_ipv4_mapped` | Tobias Bucher | 2022-05-10 | 1 | -3/+1 |
| * | | Use Rust 2021 prelude in std itself. | Mara Bos | 2022-05-09 | 2 | -2/+0 |
| |/ |
|
| * | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | 2022-05-09 | 1 | -8/+2 |
| |\ |
|