| Age | Commit message (Expand) | Author | Lines |
| 2024-07-14 | Merge Apple `std::os` extensions modules into `std::os::darwin` | Mads Marquart | -797/+86 |
| 2024-07-14 | Rollup merge of #127704 - workingjubilee:fixup-better-than, r=ChrisDenton | Matthias Krüger | -2/+2 |
| 2024-07-14 | Auto merge of #127706 - workingjubilee:rollup-d07ij30, r=workingjubilee | bors | -7/+17 |
| 2024-07-13 | Rollup merge of #127659 - saethlin:manually-drop-bufwriter, r=joboet | Jubilee | -7/+17 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -0/+3 |
| 2024-07-13 | Rollup merge of #127370 - ChrisDenton:win-sys, r=Mark-Simulacrum | Jubilee | -67/+77 |
| 2024-07-13 | Fix minor typos in std::process doc on Win argv | Jubilee Young | -2/+2 |
| 2024-07-13 | std::unix::fs: removing, now useless, layers predating macOs 10.10. | David Carlier | -59/+1 |
| 2024-07-13 | Auto merge of #127674 - jhpratt:rollup-0dxy3k7, r=jhpratt | bors | -12/+4 |
| 2024-07-13 | Rollup merge of #127661 - eduardosm:stabilize-io_slice_advance, r=cuviper | Jacob Pratt | -12/+4 |
| 2024-07-13 | Auto merge of #127397 - jyn514:multi-thread-panic-hook, r=workingjubilee | bors | -30/+31 |
| 2024-07-13 | Auto merge of #126606 - zachs18:patch-2, r=joboet | bors | -0/+77 |
| 2024-07-12 | Use ManuallyDrop in BufWriter::into_parts | Ben Kimock | -7/+17 |
| 2024-07-12 | Stabilize io_slice_advance | Eduardo Sánchez Muñoz | -12/+4 |
| 2024-07-12 | fix interleaved panic output | jyn | -30/+31 |
| 2024-07-12 | Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee | Matthias Krüger | -6/+131 |
| 2024-07-11 | [library/std/src/process.rs] `PartialEq` & `Eq` for `ExitCode` | Samuel Marks | -1/+1 |
| 2024-07-11 | Rollup merge of #127599 - tgross35:lazy_cell_consume-rename, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-07-11 | Rename `lazy_cell_consume` to `lazy_cell_into_inner` | Trevor Gross | -2/+2 |
| 2024-07-10 | Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows. | Zachary S | -3/+3 |
| 2024-07-10 | Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods. | Zachary S | -0/+4 |
| 2024-07-10 | Don't mark `DEBUG_EVENT` struct as `repr(packed)` | Tobias Bucher | -1/+1 |
| 2024-07-09 | Fixed doc links | Andres Olivares | -2/+2 |
| 2024-07-09 | Few changes to doc comments. Added tracking issue number. | Andres Olivares | -4/+5 |
| 2024-07-09 | Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con... | Andres Olivares | -0/+22 |
| 2024-07-08 | Rollup merge of #127460 - Borgerr:clarify-drop-comment, r=jhpratt | Matthias Krüger | -0/+5 |
| 2024-07-08 | Attempt to fix CI | zachs18 | -3/+12 |
| 2024-07-08 | Reset sigpipe not supported for vxworks | B I Mohammed Abbas | -0/+1 |
| 2024-07-07 | Move/change declaration of `mod exit_guard;` | zachs18 | -1/+1 |
| 2024-07-07 | clarify `sys::unix::fd::FileDesc::drop` comment (#66876) | Ashton Hunt | -0/+5 |
| 2024-07-07 | Rollup merge of #127447 - RalfJung:once_lock_miri, r=joboet | Matthias Krüger | -6/+13 |
| 2024-07-07 | Rollup merge of #127297 - the8472:path-new-hash, r=Nilstrieb | Matthias Krüger | -4/+44 |
| 2024-07-07 | once_lock: make test not take as long in Miri | Ralf Jung | -6/+13 |
| 2024-07-06 | Remove non-focused memory leak in `std` doctest for Miri. | Zachary S | -0/+3 |
| 2024-07-05 | Rollup merge of #123600 - tisonkun:path_with_extension, r=dtolnay | Michael Goulet | -0/+168 |
| 2024-07-05 | Attempt to fix CI | Zachary S | -0/+2 |
| 2024-07-05 | Move exit guard from sys::common::exit_guard to sys::exit_guard. | Zachary S | -4/+3 |
| 2024-07-05 | Update library/std/src/sys/pal/common/exit_guard.rs | zachs18 | -3/+5 |
| 2024-07-05 | add unit tests for extra extension feature | tison | -0/+74 |
| 2024-07-05 | update comments | tison | -4/+1 |
| 2024-07-05 | Add experimental raw-dylib feature to std | Chris Denton | -0/+13 |
| 2024-07-05 | Use windows_targets macro for alloc | Chris Denton | -67/+64 |
| 2024-07-05 | Rollup merge of #127320 - ChrisDenton:win-sys, r=Mark-Simulacrum | Guillaume Gomez | -851/+162 |
| 2024-07-04 | Add comments to windows_targets.rs | Chris Denton | -0/+9 |
| 2024-07-04 | Update windows-bindgen to 0.58.0 | Chris Denton | -851/+153 |
| 2024-07-04 | Rollup merge of #127195 - biabbas:vxworks_cleanup, r=jhpratt | Jacob Pratt | -2/+4 |
| 2024-07-04 | Rollup merge of #126792 - wooden-worm:master, r=Mark-Simulacrum | Jacob Pratt | -10/+16 |
| 2024-07-03 | impl PathBuf::add_extension and Path::with_added_extension | tison | -0/+97 |
| 2024-07-04 | stir the hash state a little to avoid prefix collisions | The 8472 | -4/+9 |
| 2024-07-03 | Add more test cases for path comparisons | Zanie Blue | -0/+28 |