| Age | Commit message (Expand) | Author | Lines |
| 2025-06-13 | Rollup merge of #142439 - scrabsha:rust/sasha/uwkqrkztvqry, r=RalfJung | Jubilee | -0/+4 |
| 2025-06-13 | 100% safe implementation of RepeatN | Soveu | -118/+43 |
| 2025-06-13 | doc: mention that intrinsics should not be called in user code | Sasha Pourcelot | -0/+4 |
| 2025-06-13 | Auto merge of #142442 - matthiaskrgr:rollup-6yodjfx, r=matthiaskrgr | bors | -37/+31 |
| 2025-06-13 | Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr | bors | -33/+156 |
| 2025-06-13 | Rollup merge of #142410 - RalfJung:align_of, r=WaffleLapkin,workingjubilee | Matthias Krüger | -18/+10 |
| 2025-06-13 | Rollup merge of #142158 - xizheyin:141617, r=jdonszelmann | Matthias Krüger | -18/+18 |
| 2025-06-13 | Rollup merge of #141491 - tamird:cstr-debug-bstr, r=joshtriplett | Matthias Krüger | -1/+3 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -2/+26 |
| 2025-06-12 | Rollup merge of #142402 - sorairolake:remove-blank-line, r=workingjubilee | Matthias Krüger | -3/+0 |
| 2025-06-12 | Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscross | Matthias Krüger | -0/+1 |
| 2025-06-12 | Rollup merge of #142252 - fu5ha:doc-cas-ops, r=ibraheemdev | Matthias Krüger | -33/+146 |
| 2025-06-12 | Rollup merge of #141947 - zachs18:patch-4, r=workingjubilee,traviscross | Matthias Krüger | -0/+3 |
| 2025-06-12 | Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay | Matthias Krüger | -0/+7 |
| 2025-06-12 | Delegate `<CStr as Debug>` to `ByteStr` | Tamir Duberstein | -1/+3 |
| 2025-06-12 | intrinsics: rename min_align_of to align_of | Ralf Jung | -18/+10 |
| 2025-06-12 | Tracking the old name of renamed unstable library attribute | xizheyin | -18/+18 |
| 2025-06-12 | chore(doctest): Remove redundant blank lines | Shun Sakai | -3/+0 |
| 2025-06-12 | Allow `unpredictable_function_pointer_comparisons` lint in more places | Urgau | -0/+1 |
| 2025-06-12 | Auto merge of #136594 - pascaldekloe:fmt-int128, r=tgross35 | bors | -152/+128 |
| 2025-06-11 | Fix Debug for Location. | Mara Bos | -1/+12 |
| 2025-06-11 | stabilize gai | Boxy | -1/+0 |
| 2025-06-11 | faster fmt::Display of 128-bit integers, without unsafe pointer | Pascal S. de Kloe | -152/+128 |
| 2025-06-11 | Add trim_prefix and trim_suffix for slice and str. | Deven T. Corzine | -0/+160 |
| 2025-06-11 | feat: Add `bit_width` for unsigned integer types | Shun Sakai | -0/+24 |
| 2025-06-10 | core docs: improve clarity of considerations about atomic CAS operations | Gray Olson | -33/+146 |
| 2025-06-10 | Rollup merge of #142262 - aDotInTheVoid:nomemchr, r=Noratrieb | León Orell Valerian Liehr | -0/+1 |
| 2025-06-10 | Rollup merge of #142101 - lolbinarycat:core-dedup-ptr-docs-139190-pt2, r=work... | León Orell Valerian Liehr | -126/+68 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-06-10 | Rollup merge of #134442 - epage:change, r=workingjubilee | León Orell Valerian Liehr | -0/+13 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -2/+2 |
| 2025-06-09 | Specify the behavior of `file!` | Ed Page | -0/+13 |
| 2025-06-09 | Mark `core::slice::memchr` as `#[doc(hidden)]` | Alona Enraght-Moony | -0/+1 |
| 2025-06-09 | core::ptr: deduplicate more method docs | binarycat | -126/+68 |
| 2025-06-09 | Rollup merge of #142238 - RalfJung:nonnull_provenance, r=workingjubilee | Trevor Gross | -3/+4 |
| 2025-06-09 | Rollup merge of #141001 - hkBst:nonzero-char, r=dtolnay | Trevor Gross | -0/+3 |
| 2025-06-09 | Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35 | Trevor Gross | -1/+0 |
| 2025-06-09 | Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgr | bors | -46/+2 |
| 2025-06-09 | Rollup merge of #142192 - Urgau:dedup-f16-f128-test-attrs, r=tgross35 | Matthias Krüger | -46/+2 |
| 2025-06-09 | stabilize nonnull_provenance | Ralf Jung | -3/+4 |
| 2025-06-09 | Rollup merge of #142160 - Urgau:check-cfg-bootstrap-only-rustc, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-06-08 | Rollup merge of #142162 - RalfJung:unsafe-pinned-get, r=workingjubilee,travis... | Jubilee | -17/+16 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -3/+7 |
| 2025-06-08 | Remove rustc's notion of "preferred" alignment AKA `__alignof` | Jubilee Young | -9/+0 |
| 2025-06-08 | Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3 | bors | -985/+211 |
| 2025-06-08 | De-duplicate f16 & f128 doctest attributes | Urgau | -46/+2 |
| 2025-06-07 | Rollup merge of #142154 - RalfJung:no-more-cfg-bootstrap, r=oli-obk | Guillaume Gomez | -3/+0 |
| 2025-06-07 | Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case... | Guillaume Gomez | -2/+2 |
| 2025-06-07 | Rollup merge of #141447 - y86-dev:option-layout-docs, r=RalfJung | Guillaume Gomez | -1/+1 |
| 2025-06-07 | centralize aliasing rules discussion in UnsafeCell docs | Ralf Jung | -15/+11 |