rust/library/std
Matthias Krüger b3d682c577
Rollup merge of #127734 - ChrisDenton:netc, r=Mark-Simulacrum
Windows: move BSD socket shims to netc

On Windows we need to alter a few types so that they can be used in the cross-platform socket code. Currently these alterations are spread throughout the `c` module with some more in the `netc` module.

Let's gather all our BSD compatibility shims in the `netc` module so it's all in one place and easier to discover.
2024-07-20 19:28:57 +02:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Rollup merge of #127734 - ChrisDenton:netc, r=Mark-Simulacrum 2024-07-20 19:28:57 +02:00
tests Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
build.rs std: Set has_reliable_f16 to false for MIPS targets in build.rs 2024-07-03 13:52:06 +02:00
Cargo.toml uefi: process: Fixes from PR 2024-07-19 17:44:27 +05:30