| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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-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-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 | 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 |
| 2024-07-03 | Add test case demonstrating equality of paths "foo/bar" and "foobar" | Zanie Blue | -0/+7 |
| 2024-07-03 | Move unique_thread_exit call to lang_start_internal so it is not in a generic... | Zachary S | -3/+4 |
| 2024-07-03 | Remove Miri special-case | Zachary S | -9/+1 |
| 2024-07-03 | Use pthread_t instead of numeric thread id | Zachary S | -45/+12 |
| 2024-07-03 | Use libc::pause instead of std::thread::park in wait-for-exit loop | Zachary S | -7/+10 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -1/+0 |
| 2024-07-03 | Fall back on remove dir implementation for vxworks | B I Mohammed Abbas | -1/+3 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -3/+3 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -3/+3 |
| 2024-07-01 | Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2024-07-01 | Remove unqualified import io:: Error for vxworks as all Error references are ... | B I Mohammed Abbas | -1/+1 |
| 2024-06-29 | Rollup merge of #126953 - joboet:lazy_key, r=jhpratt | Matthias Krüger | -128/+115 |
| 2024-06-28 | std: add safety comments | joboet | -4/+16 |
| 2024-06-27 | Rollup merge of #126980 - Borgerr:fix-extendfromslice-check, r=workingjubilee | Jacob Pratt | -1/+25 |
| 2024-06-26 | Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrum | bors | -90/+1198 |
| 2024-06-25 | std: test a variety of ways to extend a Wtf8Buf | Jubilee Young | -0/+24 |