| Age | Commit message (Expand) | Author | Lines |
| 2023-10-28 | Rollup merge of #116816 - ChrisDenton:api.rs, r=workingjubilee | Jubilee | -53/+212 |
| 2023-10-24 | Auto merge of #116461 - ChrisDenton:sleep, r=thomcc | bors | -1/+88 |
| 2023-10-23 | Auto merge of #116606 - ChrisDenton:empty, r=dtolnay | bors | -0/+8 |
| 2023-10-19 | Auto merge of #116132 - darthunix:connect_poll, r=cuviper | bors | -5/+7 |
| 2023-10-19 | Auto merge of #116402 - joboet:global_alloc_tls_unsoundness, r=thomcc,working... | bors | -4/+15 |
| 2023-10-16 | Create `windows/api.rs` for safer FFI | Chris Denton | -53/+212 |
| 2023-10-13 | Make TCP connect() handle EINTR correctly | Denis Smirnov | -5/+7 |
| 2023-10-13 | Test that unix sockets exist on Windows | Chris Denton | -0/+14 |
| 2023-10-13 | Make try_exists return Ok(true) for Windows UDS | Chris Denton | -0/+7 |
| 2023-10-10 | On Windows make readdir error on the empty path | Chris Denton | -0/+8 |
| 2023-10-09 | std: explain unconventional choice of let-else binding over while-let loop | joboet | -0/+3 |
| 2023-10-07 | std: fix registering of Windows TLS destructors | joboet | -1/+4 |
| 2023-10-06 | Windows: Support sub-millisecond sleep | Chris Denton | -1/+88 |
| 2023-10-06 | Remove libc | Chris Denton | -13/+18 |
| 2023-10-04 | std: abort instead of panicking if the global allocator uses TLS | joboet | -1/+5 |
| 2023-10-03 | std: panic when the global allocator tries to register a TLS destructor | joboet | -4/+5 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -121/+112 |
| 2023-09-28 | Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay | bors | -1/+7 |
| 2023-09-09 | Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay | bors | -10/+25 |
| 2023-09-03 | Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz... | Fulgen301 | -1/+1 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -22/+22 |
| 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 |