rust/library/std/src/net
Matthias Krüger a488cf8a70
Rollup merge of #136842 - randomPoison:trusty-libstd-v3, r=ChrisDenton
Add libstd support for Trusty targets

This PR adds support for `alloc` and `std` for the Trusty targets based on the internal patches used in Android. The original patches can be seen [here](https://android.googlesource.com/toolchain/android_rust/+/refs/heads/main/patches/development/rustc-0023-Add-Trusty-OS-support-to-Rust-std.patch) and [here](https://android.googlesource.com/toolchain/android_rust/+/refs/heads/main/patches/development/rustc-0054-Add-std-os-fd-support-for-Trusty.patch). Please let me know if there's any additional context I need to add.
2025-03-13 10:58:17 +01:00
..
ip_addr Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
socket_addr Fix SocketAddrV6: Display tests 2023-06-14 15:21:15 -04:00
tcp Fix std tests for wasm32-wasip2 target 2024-09-29 04:48:13 +02:00
udp Fix test hangs on AIX 2025-03-04 10:06:28 -05:00
ip_addr.rs std: replace the FromInner implementation for addresses with private conversion functions 2025-02-12 14:13:35 +01:00
mod.rs std: update internal uses of io::const_error! 2024-11-26 18:38:24 +01:00
socket_addr.rs std: replace the FromInner implementation for addresses with private conversion functions 2025-02-12 14:13:35 +01:00
tcp.rs Disable unsupported tests 2025-03-10 10:00:25 -07:00
test.rs Fix test hangs on AIX 2025-03-04 10:06:28 -05:00
udp.rs Disable unsupported tests 2025-03-10 10:00:25 -07:00