| Age | Commit message (Expand) | Author | Lines |
| 2022-01-25 | make Windows abort_internal Miri-compatible | Ralf Jung | -0/+1 |
| 2022-01-25 | Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett | Matthias Krüger | -76/+9 |
| 2022-01-19 | Fix CVE-2022-21658 for Windows | Chris Denton | -27/+419 |
| 2022-01-05 | Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnay | Matthias Krüger | -33/+37 |
| 2022-01-04 | Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma... | Matthias Krüger | -18/+54 |
| 2022-01-03 | Explicitly pass `PATH` to the Windows exe resolver | Chris Denton | -33/+37 |
| 2021-12-28 | Fix windows build | Xuanwo | -0/+9 |
| 2021-12-23 | Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnay | Matthias Krüger | -0/+16 |
| 2021-12-22 | Fix tests | Chris Denton | -0/+4 |
| 2021-12-16 | Quote bat script command line | Chris Denton | -0/+16 |
| 2021-12-15 | Modifications to buffer UTF-16 internally so that there is no longer a 4-byte... | PFPoitras | -18/+54 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -2/+2 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -2/+2 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -3/+3 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -2/+39 |
| 2021-12-09 | Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se | Matthias Krüger | -1/+7 |
| 2021-11-20 | Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahc | bors | -29/+216 |
| 2021-11-17 | windows: Return the "Not Found" error when a path is empty | Yuki Okushi | -4/+3 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -2/+39 |
| 2021-11-01 | Run destructors from existing tls callback | Chris Denton | -23/+14 |
| 2021-10-31 | Windows: Resolve Command program without using the current directory | Chris Denton | -29/+216 |
| 2021-10-31 | Windows thread-local keyless drop | Chris Denton | -1/+36 |
| 2021-10-30 | Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay | bors | -13/+174 |
| 2021-10-26 | Clarify platform availability of GetTempPath2 | Eugene Talagrand | -1/+1 |
| 2021-10-23 | Fix typo | Chris Denton | -1/+1 |
| 2021-10-23 | Make sure `CreateDirectoryW` works for path lengths > 247 | Chris Denton | -1/+12 |
| 2021-10-22 | Add comment documenting why we can't use a simpler solution | Steven | -0/+4 |
| 2021-10-18 | Update std::env::temp_dir to use GetTempPath2 on Windows when available. | Eugene Talagrand | -1/+7 |
| 2021-10-15 | Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay | bors | -27/+14 |
| 2021-10-15 | Use BCryptGenRandom instead of RtlGenRandom on Windows. | Mara Bos | -27/+14 |
| 2021-10-14 | Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett | Matthias Krüger | -9/+19 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -6/+6 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -1/+1 |
| 2021-10-03 | Automatically convert paths to verbatim | Chris Denton | -13/+163 |
| 2021-10-02 | Run the #85441 regression test on MSVC only | Simonas Kazlauskas | -3/+3 |
| 2021-10-02 | Only register `WSACleanup` if `WSAStartup` is actually ever called | Christiaan Dirkx | -6/+11 |
| 2021-10-01 | Fix ctrl-c causing reads of stdin to return empty on Windows. | Arlo Siemsen | -9/+19 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -1/+1 |
| 2021-09-23 | Auto merge of #88587 - bdbai:fix/uwpio, r=joshtriplett | bors | -4/+7 |
| 2021-09-23 | Reason safety for unsafe blocks for uwp stdin | bdbai | -0/+2 |
| 2021-09-09 | Fix more Windows compilation errors. | Dan Gohman | -15/+6 |
| 2021-09-09 | Fix Windows compilation errors. | Dan Gohman | -2/+2 |
| 2021-09-09 | Add a `try_clone()` function to `OwnedFd`. | Dan Gohman | -61/+3 |
| 2021-09-02 | Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-se | bors | -123/+200 |
| 2021-09-02 | I/O safety for WinUWP | bdbai | -4/+5 |
| 2021-09-02 | Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-se | bors | -14/+90 |
| 2021-08-30 | clean up `c::linger` conversion | ibraheemdev | -1/+1 |
| 2021-08-30 | add `TcpStream::set_linger` and `TcpStream::linger` | ibraheemdev | -1/+24 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-19 | Use the correct `into_*` on Windows to avoid dropping a stdio handle. | Dan Gohman | -2/+2 |