| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-06-26 | Tracking issue number for `iter_macro` | Pavel Grigorenko | -3/+3 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-06-25 | make RefCell unstably const | Daniel Bloom | -35/+63 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -1/+1 |
| 2025-06-25 | Add `sym::macro_pin` diagnostic item for `core::pin::pin!()` | Samuel Tardieu | -0/+1 |
| 2025-06-25 | Add Sub, Mul, Div, Rem as const_traits | Kurt Heiritz (pseudo) | -5/+19 |
| 2025-06-24 | Corrected spelling mistake in c_str.rs | MetaNova | -1/+1 |
| 2025-06-24 | Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead | Guillaume Gomez | -41/+1 |
| 2025-06-24 | Rollup merge of #137268 - bjoernager:c-string-eq-c-str, r=Amanieu | Guillaume Gomez | -0/+14 |
| 2025-06-24 | Remove the deprecated `concat_idents!` macro | Trevor Gross | -41/+1 |
| 2025-06-24 | Rollup merge of #142894 - pthariensflame:patch-1, r=jhpratt | Guillaume Gomez | -1/+1 |