| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -1/+1 |
| 2022-02-14 | Maintain broken symlink behaviour for the Windows exe resolver | Chris Denton | -0/+2 |
| 2022-01-24 | Use `NtCreateFile` instead of `NtOpenFile` to open a file | Chris Denton | -3/+9 |
| 2022-01-19 | Fix CVE-2022-21658 for Windows | Chris Denton | -10/+114 |
| 2021-12-09 | Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se | Matthias Krüger | -0/+6 |
| 2021-10-31 | Windows: Resolve Command program without using the current directory | Chris Denton | -0/+2 |
| 2021-10-30 | Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay | bors | -0/+6 |
| 2021-10-26 | Clarify platform availability of GetTempPath2 | Eugene Talagrand | -1/+1 |
| 2021-10-18 | Update std::env::temp_dir to use GetTempPath2 on Windows when available. | Eugene Talagrand | -0/+6 |
| 2021-10-15 | Use BCryptGenRandom instead of RtlGenRandom on Windows. | Mara Bos | -15/+14 |
| 2021-10-03 | Automatically convert paths to verbatim | Chris Denton | -0/+6 |
| 2021-09-02 | Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-se | bors | -1/+1 |
| 2021-08-30 | add `TcpStream::set_linger` and `TcpStream::linger` | ibraheemdev | -0/+8 |
| 2021-08-08 | Implement modern Windows arg parsing | Chris Denton | -1/+1 |
| 2021-07-04 | Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-se | bors | -0/+12 |
| 2021-07-03 | Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett | bors | -49/+4 |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -0/+18 |
| 2021-06-18 | Windows error codes: Move to a separate module | Ian Jackson | -49/+4 |
| 2021-06-18 | windows errors: Change type name for ERROR_SHARING_VIOLATION | Ian Jackson | -1/+1 |
| 2021-05-28 | Refactor windows sockets impl methods | Michael | -0/+1 |
| 2021-05-23 | Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay | Dylan DPC | -152/+168 |
| 2021-05-19 | Windows implementation of `fs::try_exists` | Chris Denton | -0/+1 |
| 2021-05-19 | Windows `Command` environment variables are case-preserving | Chris Denton | -0/+12 |
| 2021-05-10 | windows: provide NonZeroDWORD | Ian Jackson | -0/+2 |
| 2021-05-06 | Use the proper import library names | Chris Denton | -154/+167 |
| 2021-05-06 | Add `#[link]` attributes to dll imports | Chris Denton | -0/+3 |
| 2021-05-02 | Use ErrorKind::OutOfMemory in unix, windows, and wasi | Kornel | -0/+2 |
| 2021-03-26 | Rework `std::sys::windows::alloc` | Christiaan Dirkx | -7/+0 |
| 2021-02-14 | Fix typo in link to CreateSymbolicLinkW documentation. | Mara Bos | -1/+1 |
| 2021-01-29 | Resolve DLL imports at CRT startup, not on demand | Arlie Davis | -0/+1 |
| 2021-01-22 | Remove delay-binding for Win XP and Vista | Arlie Davis | -53/+63 |
| 2020-12-14 | Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu | bors | -0/+47 |
| 2020-10-09 | Remove some dead code in windows-gnu std | Mateusz Mikuła | -11/+0 |
| 2020-10-06 | Add Keyed Events API to sys::windows::c. | Mara Bos | -0/+32 |
| 2020-10-06 | Add WaitOnAddress/WakeByAddress API to sys::windows::c. | Mara Bos | -0/+15 |
| 2020-10-01 | Improve std::sys::windows::compat. | Mara Bos | -1/+1 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+1098 |