| Age | Commit message (Expand) | Author | Lines |
| 2025-07-04 | Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35 | Jacob Pratt | -4/+0 |
| 2025-07-04 | Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcm | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcm | Jacob Pratt | -0/+67 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -49/+2 |
| 2025-07-03 | Always use the pure Rust fallback instead of `llvm.{maximum,minimum}` | Urgau | -2/+2 |
| 2025-07-03 | Use `slice_buffer_to_str` in `GenericRadix::fmt_int` | Guillaume Gomez | -18/+8 |
| 2025-07-03 | Implement `int_format_into` feature | Guillaume Gomez | -42/+286 |
| 2025-07-03 | stabilize `const_slice_reverse` | Deadbeef | -1/+2 |
| 2025-07-03 | simplify receivers for some array method calls | Marijn Schouten | -4/+4 |
| 2025-07-03 | remove redundant #[must_use] | Marijn Schouten | -4/+0 |
| 2025-07-03 | Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=... | Jana Dönszelmann | -0/+3 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -16/+16 |
| 2025-07-03 | Link to 2024 edition page for `!` fallback changes | clubby789 | -5/+3 |
| 2025-07-03 | use unsigned_abs instead of `abs` on signed int to silence clippy | Marijn Schouten | -1/+1 |
| 2025-07-03 | wrapping shift: remove first bitmask and table | Marijn Schouten | -42/+6 |
| 2025-07-03 | minicore: use core's `diagnostic::on_unimplemented` messages | Folkert de Vries | -0/+3 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -16/+16 |
| 2025-07-03 | Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obk | Matthias Krüger | -4/+11 |
| 2025-07-03 | Rollup merge of #143321 - hkBst:typo-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-07-02 | Rollup merge of #138340 - oli-obk:one-size-fits-all, r=m-ou-se | Matthias Krüger | -29/+5 |
| 2025-07-02 | Rollup merge of #131923 - ranger-ross:impl-copy-hash-interrorkind, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -4/+11 |
| 2025-07-02 | Remove some unsized tuple impls now that we don't support unsizing tuples any... | Oli Scherer | -29/+5 |
| 2025-07-02 | remove deprecated from core::ffi::c_str | Marijn Schouten | -17/+9 |
| 2025-07-02 | byte-addresses memory -> byte-addressed memory | Marijn Schouten | -1/+1 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -18/+18 |
| 2025-07-01 | Test upper overflow in `strict_sub_signed` | Nurzhan Saken | -1/+1 |
| 2025-07-01 | Ignore `float_minimum_maximum` doctests on i586 | Josh Stone | -2/+2 |
| 2025-07-01 | Update version placeholders | Josh Stone | -16/+16 |
| 2025-07-01 | Rollup merge of #141867 - Diggsey:db-improve-future-docs, r=tgross35 | Guillaume Gomez | -7/+16 |
| 2025-07-01 | Rollup merge of #136801 - sorairolake:add-random-for-tuple, r=joshtriplett | Guillaume Gomez | -0/+13 |
| 2025-07-01 | Add `uX::strict_sub_signed` | Nurzhan Sakén | -4/+41 |
| 2025-07-01 | core: Add `BorrowedCursor::with_unfilled_buf` | Benoît du Garreau | -0/+51 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -1/+1 |
| 2025-06-30 | Mention as_chunks in the docs for chunks | Scott McMurray | -0/+32 |
| 2025-06-30 | Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqk | bors | -0/+5 |
| 2025-06-30 | Stabilize `mixed_integer_ops_unsigned_sub` | Nurzhan Sakén | -8/+8 |
| 2025-06-30 | Remove the nullary intrinsic const eval logic and treat them like other intri... | Oli Scherer | -4/+4 |
| 2025-06-30 | Stop backends from needing to support nullary intrinsics | Oli Scherer | -20/+20 |
| 2025-06-29 | Show auto trait and blanket impls for `!` | zachs18 | -0/+5 |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+42 |
| 2025-06-28 | Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-Simulacrum | Matthias Krüger | -13/+25 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+16 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -0/+16 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -39/+77 |
| 2025-06-26 | Rollup merge of #143067 - GrigorenkoPV:142269, r=workingjubilee | Michael Goulet | -3/+3 |
| 2025-06-26 | Rollup merge of #143015 - samueltardieu:pin-macro-diag-item, r=Urgau | Michael Goulet | -0/+1 |
| 2025-06-26 | Rollup merge of #142549 - the8472:intersperse-fold-tweak, r=tgross35 | Michael Goulet | -1/+10 |
| 2025-06-26 | Rollup merge of #137843 - Daniel-Aaron-Bloom:const_cell, r=oli-obk | Michael Goulet | -35/+63 |