| Age | Commit message (Expand) | Author | Lines |
| 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 | Mark format! with must_use hint | lukas | -3/+3 |
| 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 | -5/+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 | -3/+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 | Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol | bors | -2/+0 |
| 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 |
| 2024-06-30 | Rollup merge of #126906 - GrigorenkoPV:fixme-split_at_first, r=Mark-Simulacrum | Matthias Krüger | -6/+2 |
| 2024-06-30 | Rollup merge of #126705 - safinaskar:panic, r=Mark-Simulacrum | Matthias Krüger | -5/+2 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -1/+1 |
| 2024-06-29 | Print `TypeId` as a `u128` for `Debug` | Trevor Gross | -1/+12 |
| 2024-06-29 | Rollup merge of #127122 - TDecking:div_ceil, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -0/+47 |
| 2024-06-29 | Stabilize `duration_abs_diff` | Ole Bertram | -3/+3 |