| Age | Commit message (Expand) | Author | Lines |
| 2024-07-10 | Don't mark `DEBUG_EVENT` struct as `repr(packed)` | Tobias Bucher | -1/+1 |
| 2024-07-10 | Auto merge of #126690 - andyolivares:feature/show_window, r=dtolnay | bors | -0/+23 |
| 2024-07-10 | Rollup merge of #127091 - Sky9x:fused-error-sources-iter, r=dtolnay | Jacob Pratt | -0/+7 |
| 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-10 | do not run test where it cannot run | Tshepang Mbambo | -0/+1 |
| 2024-07-08 | Auto merge of #127235 - martn3:no-mips-f16, r=tgross35,scottmcm | bors | -7/+12 |
| 2024-07-08 | Rollup merge of #127460 - Borgerr:clarify-drop-comment, r=jhpratt | Matthias Krüger | -0/+5 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -24/+33 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -3/+3 |
| 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-08 | Rollup merge of #127367 - ChrisDenton:run-sync, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -6/+2 |
| 2024-07-08 | Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -400/+315 |
| 2024-07-08 | Added verification for doc comments | sayantn | -0/+40 |
| 2024-07-08 | Fix Documentation | sayantn | -133/+175 |
| 2024-07-07 | Implement missing in SSE4a and TBM | sayantn | -258/+310 |
| 2024-07-07 | Use generic simd in wasm intrinsics | Tobias Decking | -47/+17 |
| 2024-07-07 | Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgr | bors | -11/+92 |
| 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 #127354 - nicholasbishop:bishop-sized-doc, r=Nilstrieb | Matthias Krüger | -0/+14 |
| 2024-07-07 | Rollup merge of #127297 - the8472:path-new-hash, r=Nilstrieb | Matthias Krüger | -4/+44 |
| 2024-07-07 | Rollup merge of #127189 - GrigorenkoPV:linkedlist-cursor-list, r=Nilstrieb | Matthias Krüger | -0/+20 |
| 2024-07-07 | Rollup merge of #127179 - tgross35:typeid-debug-hex, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 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-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -26/+160 |
| 2024-07-06 | Mitigate focused memory leaks in `core` doctests for Miri. | Zachary S | -0/+6 |
| 2024-07-06 | Remove non-focused memory leaks in `core` doctests for Miri. | Zachary S | -0/+14 |
| 2024-07-06 | Mitigate focused memory leaks in `alloc` doctests for Miri. | Zachary S | -1/+21 |
| 2024-07-06 | Remove non-focused memory leaks in `alloc` doctests for Miri. | Zachary S | -0/+12 |
| 2024-07-06 | Stabilize const_cstr_from_ptr (CStr::from_ptr, CStr::count_bytes) | David Tolnay | -4/+4 |
| 2024-07-06 | Fix them doc examples some more | Aljoscha Meyer | -2/+2 |
| 2024-07-06 | Implemented runtime detection of `xop` target-feature | sayantn | -2/+8 |
| 2024-07-06 | Fix doc examples | Aljoscha Meyer | -2/+2 |
| 2024-07-06 | Added runtime detection | sayantn | -20/+61 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -18/+19 |
| 2024-07-06 | Run formatter on alloc/src/boxed.rs | Aljoscha Meyer | -4/+10 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -24/+33 |
| 2024-07-06 | as_simd: fix comment to be in line with 507583a (#121201) | Greaka | -22/+4 |
| 2024-07-06 | Rollup merge of #127275 - RalfJung:offset-from-isize-min, r=Amanieu | Matthias Krüger | -265/+118 |
| 2024-07-06 | Refactor avx512bw: reduction operations | Tobias Decking | -74/+1184 |
| 2024-07-06 | Refactor avx512bw: mask operations | Tobias Decking | -30/+447 |
| 2024-07-06 | Refactor avx512bw: integer comparison | Tobias Decking | -134/+348 |
| 2024-07-06 | Refactor avx512bw: max/min | Tobias Decking | -26/+24 |
| 2024-07-06 | Refactor avx512bw: saturating arithmetic | Tobias Decking | -284/+106 |
| 2024-07-06 | Refactor avx512bw: avg + mulhi + abs | Tobias Decking | -24/+160 |