| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -0/+696 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -1/+1 |
| 2025-07-16 | fix `-Zsanitizer=kcfi` on `#[naked]` functions | Folkert de Vries | -0/+31 |
| 2025-07-16 | Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead | Samuel Tardieu | -42/+45 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -10/+10 |
| 2025-07-16 | Port `#[coverage]` to the new attribute system | Sasha Pourcelot | -377/+228 |
| 2025-07-16 | const heap: fix ICE on forgotten make_global | Ralf Jung | -12/+5 |
| 2025-07-16 | trait_sel: `MetaSized` always holds temporarily | David Wood | -244/+70 |
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -440/+440 |
| 2025-07-16 | type_id_eq: check that the hash fully matches the type | Ralf Jung | -10/+9 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -12/+0 |
| 2025-07-15 | Add regression test | Jonathan Brouwer | -0/+46 |
| 2025-07-16 | Comment more code and make tests clearer | Deadbeef | -11/+24 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -8/+177 |
| 2025-07-15 | Add tests, some of them fail... | Michael Goulet | -0/+1206 |
| 2025-07-15 | Gate things properly | Michael Goulet | -4/+104 |
| 2025-07-15 | Consider outlives assumptions when proving auto traits for coroutine interiors | Michael Goulet | -160/+25 |
| 2025-07-15 | Auto merge of #143877 - xizheyin:143813, r=scottmcm,saethlin | bors | -0/+55 |
| 2025-07-15 | Add tests | tiif | -0/+583 |
| 2025-07-15 | Lint against having both #[unstable_feature_bound] and #[stable] on the same ... | tiif | -0/+24 |
| 2025-07-15 | Make stability attribute not to error when unstable feature bound is in effect | tiif | -0/+46 |
| 2025-07-15 | Setup unstable feature bound attribute | tiif | -0/+43 |
| 2025-07-15 | Implement resolver warnings about reexporting private dependencies | David Mládek | -12/+48 |
| 2025-07-15 | Auto merge of #143958 - samueltardieu:rollup-lh1s143, r=samueltardieu | bors | -55/+252 |
| 2025-07-15 | Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscross | Samuel Tardieu | -6/+15 |
| 2025-07-15 | Rollup merge of #143927 - oli-obk:const-dyn-trait-hir-ty, r=fmease | Samuel Tardieu | -2/+26 |
| 2025-07-15 | Rollup merge of #143905 - xizheyin:143828, r=compiler-errors | Samuel Tardieu | -44/+160 |
| 2025-07-15 | Rollup merge of #143736 - oli-obk:uninspectable-type-id, r=RalfJung | Samuel Tardieu | -3/+42 |
| 2025-07-15 | Rollup merge of #142301 - Gelbpunkt:duplicated-path-in-error-musl, r=workingj... | Samuel Tardieu | -0/+9 |
| 2025-07-15 | constify `Index` trait and its slice impls | Oli Scherer | -35/+37 |
| 2025-07-15 | constify some methods using `SliceIndex` | Oli Scherer | -7/+8 |
| 2025-07-15 | New example for E0536 | Jonathan Brouwer | -7/+6 |
| 2025-07-15 | Changes to diagnostics | Jonathan Brouwer | -97/+156 |
| 2025-07-15 | Add tests for UB check in `set_len`, `from_raw_parts_in`, `from_parts_in` | xizheyin | -0/+55 |
| 2025-07-15 | Recover and suggest use `;` to construct array type | xizheyin | -82/+124 |
| 2025-07-14 | update `cfg_select!` documentation | Folkert de Vries | -6/+15 |
| 2025-07-14 | tests: Fix duplicated-path-in-error fail with musl | Jens Reidel | -0/+9 |
| 2025-07-14 | Rollup merge of #143903 - vtjl10:master, r=jieyouxu | Samuel Tardieu | -1/+1 |
| 2025-07-14 | Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=... | Samuel Tardieu | -6/+9 |
| 2025-07-14 | Reword mismatched-lifetime-syntaxes text based on feedback | Jake Goulding | -348/+462 |
| 2025-07-14 | Preserve constness in trait objects up to hir ty lowering | Oli Scherer | -2/+26 |
| 2025-07-14 | Rollup merge of #143875 - fee1-dead-contrib:push-zvqrmzrprpzt, r=compiler-errors | Jakub Beránek | -33/+33 |
| 2025-07-14 | Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmann | Jakub Beránek | -38/+54 |
| 2025-07-14 | Update SUMMARY.md | fuder.eth | -1/+1 |
| 2025-07-14 | Give all bytes of TypeId provenance | Oli Scherer | -3/+42 |
| 2025-07-14 | Add test array-type-no-semi.rs | xizheyin | -0/+74 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -33/+36 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -71/+68 |
| 2025-07-13 | Fixes for Arm64EC | Daniel Paoliello | -2/+6 |
| 2025-07-14 | moved tests | Kivooeo | -0/+0 |