about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/net.rs
AgeCommit message (Expand)AuthorLines
2025-02-02std: move network code into `sys`joboet-574/+0
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+7
2024-07-30Insert some blank lines.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+5
2024-07-15Windows: move BSD socket shims to netcChris Denton-13/+99
2024-07-15Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubileeJubilee-2/+2
2024-07-15Make pal/windows default to deny unsafe in unsafeChris Denton-2/+2
2024-07-15Remove DWORDChris Denton-3/+3
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-8/+2
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-1/+1
2024-01-12update paths in commentsjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+497