| Age | Commit message (Expand) | Author | Lines |
| 2024-07-10 | core: Limit remaining f16 doctests to x86_64 linux | Ulrich Weigand | -0/+15 |
| 2024-07-10 | size_of_val_raw: for length 0 this is safe to call | Ralf Jung | -0/+10 |
| 2024-07-10 | Rollup merge of #127091 - Sky9x:fused-error-sources-iter, r=dtolnay | Jacob Pratt | -0/+7 |
| 2024-07-08 | Auto merge of #127235 - martn3:no-mips-f16, r=tgross35,scottmcm | bors | -6/+9 |
| 2024-07-08 | Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -400/+315 |
| 2024-07-07 | Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgr | bors | -1/+15 |
| 2024-07-07 | Rollup merge of #127354 - nicholasbishop:bishop-sized-doc, r=Nilstrieb | Matthias Krüger | -0/+14 |
| 2024-07-07 | Rollup merge of #127179 - tgross35:typeid-debug-hex, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -15/+107 |
| 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 | Stabilize const_cstr_from_ptr (CStr::from_ptr, CStr::count_bytes) | David Tolnay | -4/+4 |
| 2024-07-06 | offset_from intrinsic: always allow pointers to point to the same address | Ralf Jung | -18/+19 |
| 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-05 | Rollup merge of #125751 - pitaj:new_range_api, r=jhpratt | Jubilee | -2/+1163 |
| 2024-07-05 | Rollup merge of #127363 - GuillaumeGomez:improve-fmt-code-readability, r=Amanieu | Michael Goulet | -7/+15 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -1/+0 |
| 2024-07-05 | add `new_range_api` for RFC 3550 | Peter Jaszkowiak | -2/+1163 |
| 2024-07-05 | Improve readability of some fmt code examples | Guillaume Gomez | -7/+15 |
| 2024-07-05 | Describe Sized requirements for mem::offset_of | Nicholas Bishop | -0/+14 |
| 2024-07-04 | impl FusedIterator and a size hint for the error sources iter | Sky | -0/+7 |
| 2024-07-04 | core: erase redundant stability attrs in va_list | Jubilee Young | -106/+0 |
| 2024-07-04 | library: outline VaList into ffi::va_list | Jubilee Young | -400/+421 |
| 2024-07-05 | Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubilee | bors | -6/+13 |
| 2024-07-04 | Document safety of a few intrinsics | Celina G. Val | -2/+16 |
| 2024-07-04 | Move a few intrinsics to use Rust abi | Celina G. Val | -57/+146 |
| 2024-07-04 | mark `can_not_overflow` as `#[rustc_const_stable(...)]` | Bennet Bleßmann | -2/+1 |
| 2024-07-04 | stabilize `const_int_from_str` | Skgland | -4/+5 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -1/+0 |
| 2024-07-04 | also remove redundant requirements from offset() | Ralf Jung | -196/+100 |
| 2024-07-04 | offset_from: "the difference must fit in an isize" is a corollary | Ralf Jung | -70/+19 |
| 2024-07-04 | chore: remove repeat words | cuishuang | -2/+2 |
| 2024-07-04 | Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercote | bors | -5/+6 |
| 2024-07-03 | core: Limit four f16 doctests to x86_64 linux | Martin Nordholts | -6/+9 |
| 2024-07-03 | Rollup merge of #127204 - dimpolo:stabilize_atomic_bool_fetch_not, r=jhpratt | Jacob Pratt | -2/+1 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -25/+75 |
| 2024-07-02 | Add edge-case examples to `{count,leading,trailing}_{ones,zeros}` methods | Nick Fitzgerald | -6/+35 |
| 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 | Optimize SipHash by reordering compress instructions | mat | -5/+6 |
| 2024-07-01 | Rollup merge of #127128 - elomatreb:elomatreb/stabilize-duration_abs_diff, r=... | Guillaume Gomez | -2/+3 |
| 2024-07-01 | Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se | Guillaume Gomez | -6/+6 |
| 2024-07-01 | Stabilize atomic_bool_fetch_not | dimi | -2/+1 |
| 2024-07-01 | Rollup merge of #127182 - danielhuang:patch-4, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-06-30 | Update ip_addr.rs | Daniel Huang | -2/+2 |
| 2024-06-30 | Print `TypeId` as hex for debugging | Trevor Gross | -1/+1 |
| 2024-06-30 | Rollup merge of #127069 - Sky9x:fmt-pointer-use-addr, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-06-30 | Rollup merge of #126895 - betelgeuse:improve_simd_gather_documentation, r=Ama... | Matthias Krüger | -3/+0 |
| 2024-06-30 | Rollup merge of #127134 - tgross35:typeid-debug, r=Nilstrieb | Matthias Krüger | -1/+12 |