| Age | Commit message (Expand) | Author | Lines |
| 2023-12-03 | library: use c string literals | klensy | -2/+2 |
| 2023-11-24 | Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc | Matthias Krüger | -0/+2 |
| 2023-11-22 | manual_slice_size_calculation | Chris Denton | -1/+1 |
| 2023-11-22 | allow clippy style in windows/c.rs | Chris Denton | -0/+1 |
| 2023-11-17 | Define `INVALID_HANDLE_VALUE` ourselves | Chris Denton | -0/+2 |
| 2023-10-06 | Remove libc | Chris Denton | -0/+4 |
| 2023-08-28 | Update windows ffi bindings | Chris Denton | -5/+1 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -2/+2 |
| 2023-06-25 | Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc | bors | -0/+44 |
| 2023-06-24 | Remove unnecessary `path` attribute | Chris Denton | -1/+0 |
| 2023-06-24 | Move arm32 shim to c.rs | Chris Denton | -0/+44 |
| 2023-06-10 | Keep uwp specific code in sync with windows-sys | bdbai | -5/+2 |
| 2023-06-10 | Lazy load ntdll functions on UWP | bdbai | -0/+58 |
| 2023-05-31 | use c literals in library | klensy | -2/+2 |
| 2023-05-05 | Generate windows-sys bindings | Chris Denton | -1162/+153 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -47/+40 |
| 2023-02-27 | Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton | Matthias Krüger | -2/+30 |
| 2023-02-25 | [stdio][windows] Use MBTWC and WCTMB | Nicole Mazzuca | -2/+30 |
| 2023-02-23 | Fix `is_terminal`'s handling of long paths on Windows. | Dan Gohman | -8/+0 |
| 2023-02-20 | Distribute libntdll.a with windows-gnu toolchains | Chris Denton | -47/+40 |
| 2023-02-14 | Revert to using `RtlGenRandom` | Chris Denton | -9/+4 |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -1/+1 |
| 2022-10-27 | Use stdio in UWP apps | Chris Denton | -30/+27 |
| 2022-10-21 | Reduce false positives in msys2 detection | Chris Denton | -0/+3 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+8 |
| 2022-10-13 | Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton | bors | -0/+17 |
| 2022-10-08 | std: optimize TLS on Windows | joboet | -0/+17 |
| 2022-09-20 | Remove `RtlGenRandom` (take two) | Chris Denton | -5/+1 |
| 2022-09-06 | Open a BCrypt algorithm handle | Chris Denton | -2/+12 |
| 2022-09-03 | Rollup merge of #101325 - ChrisDenton:BCRYPT_RNG_ALG_HANDLE, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-02 | Use `BCRYPT_RNG_ALG_HANDLE` by default | Chris Denton | -1/+1 |
| 2022-09-01 | Use `FILE_ATTRIBUTE_TAG_INFO` to get reparse tag | Chris Denton | -0/+6 |
| 2022-08-31 | Rollup merge of #101171 - thomcc:fix-winfs-ub, r=ChrisDenton | Matthias Krüger | -0/+6 |
| 2022-08-29 | Fix some possible UB in std::sys::windows | Thom Chiovoloni | -0/+6 |
| 2022-08-28 | Reinstate preloading of some dll imports | Chris Denton | -3/+0 |
| 2022-08-18 | Windows: Load synch functions together | Chris Denton | -14/+12 |
| 2022-08-04 | Update after code review | Chris Denton | -0/+6 |
| 2022-08-04 | Remove Windows function preloading | Chris Denton | -11/+7 |
| 2022-08-01 | Auto merge of #98246 - joshtriplett:times, r=m-ou-se | bors | -1/+7 |
| 2022-07-26 | Rewrite Windows `compat_fn` macro | Chris Denton | -13/+10 |
| 2022-07-15 | Support setting file accessed/modified timestamps | Josh Triplett | -1/+7 |
| 2022-07-06 | Windows: Fallback for overlapped I/O | Chris Denton | -1/+13 |
| 2022-06-07 | Windows: No panic if function not (yet) available | Chris Denton | -4/+5 |
| 2022-05-19 | Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-se | Yuki Okushi | -6/+0 |
| 2022-05-17 | Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" | Mark Rousskov | -6/+0 |
| 2022-05-10 | Make HashMap fall back to RtlGenRandom if BCryptGenRandom fails | Chris Martin | -0/+4 |
| 2022-04-26 | Windows: Make stdin pipes synchronous | Chris Denton | -0/+6 |
| 2022-04-16 | Use a single ReentrantMutex implementation on all platforms. | Mara Bos | -14/+0 |
| 2022-04-05 | Make `synchronous_write` safe to call | Chris Denton | -7/+0 |