about summary refs log tree commit diff
path: root/library/std/src/sys/windows/c.rs
AgeCommit message (Expand)AuthorLines
2021-09-02Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-sebors-1/+1
2021-08-30add `TcpStream::set_linger` and `TcpStream::linger`ibraheemdev-0/+8
2021-08-08Implement modern Windows arg parsingChris Denton-1/+1
2021-07-04Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-sebors-0/+12
2021-07-03Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplettbors-49/+4
2021-06-21Move `available_concurrency` implementation to `sys`Christiaan Dirkx-0/+18
2021-06-18Windows error codes: Move to a separate moduleIan Jackson-49/+4
2021-06-18windows errors: Change type name for ERROR_SHARING_VIOLATIONIan Jackson-1/+1
2021-05-28Refactor windows sockets impl methodsMichael-0/+1
2021-05-23Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnayDylan DPC-152/+168
2021-05-19Windows implementation of `fs::try_exists`Chris Denton-0/+1
2021-05-19Windows `Command` environment variables are case-preservingChris Denton-0/+12
2021-05-10windows: provide NonZeroDWORDIan Jackson-0/+2
2021-05-06Use the proper import library namesChris Denton-154/+167
2021-05-06Add `#[link]` attributes to dll importsChris Denton-0/+3
2021-05-02Use ErrorKind::OutOfMemory in unix, windows, and wasiKornel-0/+2
2021-03-26Rework `std::sys::windows::alloc`Christiaan Dirkx-7/+0
2021-02-14Fix typo in link to CreateSymbolicLinkW documentation.Mara Bos-1/+1
2021-01-29Resolve DLL imports at CRT startup, not on demandArlie Davis-0/+1
2021-01-22Remove delay-binding for Win XP and VistaArlie Davis-53/+63
2020-12-14Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieubors-0/+47
2020-10-09Remove some dead code in windows-gnu stdMateusz MikuĊ‚a-11/+0
2020-10-06Add Keyed Events API to sys::windows::c.Mara Bos-0/+32
2020-10-06Add WaitOnAddress/WakeByAddress API to sys::windows::c.Mara Bos-0/+15
2020-10-01Improve std::sys::windows::compat.Mara Bos-1/+1
2020-07-27mv std libs to library/mark-0/+1098