| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -16225/+0 |
| 2023-12-17 | Use FileEndOfFileInfo, not FileAllocationInfo | Chris Denton | -6/+8 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -7/+7 |
| 2023-12-13 | Auto merge of #116438 - ChrisDenton:truncate, r=thomcc | bors | -6/+27 |
| 2023-12-06 | library: fix comment about const assert in win api | klensy | -1/+1 |
| 2023-12-03 | library: use c string literals | klensy | -7/+7 |
| 2023-11-24 | Rollup merge of #118060 - ChrisDenton:abs-device-path, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-11-24 | Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc | Matthias Krüger | -7/+8 |
| 2023-11-22 | x fmt library/std | Chris Denton | -3/+2 |
| 2023-11-22 | redundant_slicing | Chris Denton | -1/+1 |
| 2023-11-22 | cmp_null | Chris Denton | -2/+2 |
| 2023-11-22 | manual_range_contains | Chris Denton | -2/+2 |
| 2023-11-22 | op_ref | Chris Denton | -1/+1 |
| 2023-11-22 | manual_map | Chris Denton | -5/+3 |
| 2023-11-22 | unnecessary_lazy_evaluations | Chris Denton | -1/+1 |
| 2023-11-22 | redundant_closure | Chris Denton | -4/+4 |
| 2023-11-22 | duration_subsec | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_cast | Chris Denton | -9/+9 |
| 2023-11-22 | needless_borrow | Chris Denton | -8/+8 |
| 2023-11-22 | needless_borrows_for_generic_args | Chris Denton | -2/+2 |
| 2023-11-22 | manual_slice_size_calculation | Chris Denton | -1/+1 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -2/+2 |
| 2023-11-22 | needless_return | Chris Denton | -1/+1 |
| 2023-11-22 | allow clippy style in windows/c.rs | Chris Denton | -0/+1 |
| 2023-11-19 | Use an absolute path to the NUL device | Chris Denton | -1/+1 |
| 2023-11-17 | Update windows-bindgen | Chris Denton | -5/+5 |
| 2023-11-17 | Define `INVALID_HANDLE_VALUE` ourselves | Chris Denton | -2/+3 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -1/+3 |
| 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-15 | Make File::create work on Windows hidden files | Chris Denton | -6/+38 |
| 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 |