| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-05 | Complete reads and writes synchronously or abort | Chris Denton | -0/+35 |
| 2022-04-05 | Correct definition of `IO_STATUS_BLOCK` | Chris Denton | -5/+11 |
| 2022-04-04 | Rollup merge of #95467 - ChrisDenton:async-read-pipe, r=joshtriplett | Dylan DPC | -0/+21 |
| 2022-04-04 | Correct calling convention | Chris Denton | -1/+1 |
| 2022-03-30 | Synchronize asynchronous pipe reads and writes | Chris Denton | -0/+21 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -1/+1 |
| 2022-03-03 | Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings. | Dan Gohman | -4/+5 |
| 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 |