| Age | Commit message (Expand) | Author | Lines |
| 2023-08-28 | Remove old bindings that have been moved | Chris Denton | -7/+1 |
| 2023-08-28 | Add GetActiveProcessorCount and process attributes | Chris Denton | -0/+7 |
| 2023-08-28 | Abstract over internal `SOCKET` type | Chris Denton | -16/+22 |
| 2023-08-28 | Update windows ffi bindings | Chris Denton | -98/+82 |
| 2023-08-28 | Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDenton | bors | -2/+152 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -0/+5 |
| 2023-08-25 | Added option to set ProcThreadAttributes for Windows processes | Michael van Straten | -2/+152 |
| 2023-08-19 | Usage zero as language id for FormatMessageW() | Charles Lew | -6/+2 |
| 2023-08-12 | Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu | Matthias Krüger | -5/+49 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -1/+5 |
| 2023-08-08 | Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnay | Matthias Krüger | -1/+1 |
| 2023-08-07 | Better Debug for Vars and VarsOs | Tamir Duberstein | -5/+49 |
| 2023-08-07 | impl Default for ExitStatus | Ian Jackson | -1/+1 |
| 2023-08-07 | std::process (windows): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -0/+14 |
| 2023-08-07 | std::process (windows): refactor Stdio::to_handle slightly | Ian Jackson | -10/+11 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -1/+5 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -4/+1 |
| 2023-07-22 | Rollup merge of #113442 - epage:osstring, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-07-20 | Minor improvements to Windows TLS dtors | Chris Denton | -28/+49 |
| 2023-07-07 | Allow limited access to `OsString` bytes | Ed Page | -0/+10 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -7/+7 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -7/+7 |
| 2023-07-05 | Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieu | bors | -1/+10 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -1/+10 |
| 2023-06-25 | Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc | bors | -49/+44 |
| 2023-06-24 | Remove unnecessary `path` attribute | Chris Denton | -1/+0 |
| 2023-06-24 | Move arm32 shim to c.rs | Chris Denton | -49/+44 |
| 2023-06-18 | Fix windows `Socket::connect_timeout` overflow | Eval EXEC | -1/+1 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -1/+1 |
| 2023-06-12 | Add comment for arm_shim in generate-windows-sys | bdbai | -0/+3 |
| 2023-06-12 | Add windows_sys typedef for Win ARM32 | bdbai | -0/+17 |
| 2023-06-12 | Implement `TryFrom<&OsStr>` for `&str` | aticu | -1/+1 |
| 2023-06-10 | Keep uwp specific code in sync with windows-sys | bdbai | -5/+4 |
| 2023-06-10 | Lazy load ntdll functions on UWP | bdbai | -2/+61 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -7/+7 |
| 2023-05-31 | Fix bug in utf16_to_utf8 for zero length strings | Shane Murphy | -0/+13 |
| 2023-05-31 | use c literals in library | klensy | -7/+7 |
| 2023-05-30 | add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err | Vincent Thiberville | -1/+7 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -4/+18 |
| 2023-05-13 | refactor: Remove bespoke from_os_str_bytes_unchecked | Ed Page | -13/+7 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -16/+18 |
| 2023-05-05 | Sort windows_sys.lst alphabetically | Chris Denton | -614/+617 |
| 2023-05-05 | Use new bindings | Chris Denton | -52/+69 |
| 2023-05-05 | Generate windows-sys bindings | Chris Denton | -3045/+7016 |
| 2023-05-03 | Use `from_wide_to_user_path` in `read_link` | Chris Denton | -4/+7 |
| 2023-05-03 | Correctly convert an NT path to a Win32 path | Chris Denton | -11/+16 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+4 |
| 2023-04-28 | remove_dir_all: delete directory with fewer perms | Chris Denton | -19/+22 |
| 2023-04-16 | Windows: map a few more error codes to ErrorKind | Chris Denton | -3/+6 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |