| Age | Commit message (Expand) | Author | Lines |
| 2025-07-18 | tests: Add a regression test for crt-static with target features | Jens Reidel | -0/+32 |
| 2025-07-17 | Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease | bors | -193/+185 |
| 2025-07-17 | Auto merge of #144058 - matthiaskrgr:rollup-xezozsk, r=matthiaskrgr | bors | -358/+601 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -193/+185 |
| 2025-07-17 | Rollup merge of #143984 - JonathanBrouwer:fix-feature-gate-ice, r=Urgau | Matthias Krüger | -0/+46 |
| 2025-07-17 | Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obk | Matthias Krüger | -10/+9 |
| 2025-07-17 | Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ... | Matthias Krüger | -348/+462 |
| 2025-07-17 | Rollup merge of #143880 - Enselic:fn-parameters-on-different-lines-debuginfo,... | Matthias Krüger | -0/+22 |
| 2025-07-17 | Rollup merge of #143793 - fmease:lta-opaq-inf-recur, r=oli-obk | Matthias Krüger | -0/+29 |
| 2025-07-17 | Rollup merge of #143431 - xizheyin:143392, r=compiler-errors | Matthias Krüger | -0/+33 |
| 2025-07-17 | Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors | bors | -9/+9 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -333/+544 |
| 2025-07-17 | Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnr | León Orell Valerian Liehr | -244/+70 |
| 2025-07-17 | Rollup merge of #143922 - nnethercote:join_path, r=petrochenkov | León Orell Valerian Liehr | -1/+1 |
| 2025-07-17 | Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli... | León Orell Valerian Liehr | -28/+32 |
| 2025-07-17 | Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkov | León Orell Valerian Liehr | -12/+48 |
| 2025-07-17 | Rollup merge of #143678 - Kivooeo:char-overflow, r=SparrowLii | León Orell Valerian Liehr | -11/+169 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -37/+201 |
| 2025-07-17 | Rollup merge of #142304 - Enselic:panic-main-revisions, r=compiler-errors | León Orell Valerian Liehr | -0/+23 |
| 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 | 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 | Rollup merge of #142936 - aDotInTheVoid:rdj-shatts-forrealthistime, r=Guillau... | Samuel Tardieu | -57/+104 |
| 2025-07-16 | const heap: fix ICE on forgotten make_global | Ralf Jung | -23/+5 |
| 2025-07-16 | trait_sel: `MetaSized` always holds temporarily | David Wood | -244/+70 |
| 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-15 | rustdoc-json: Structured attributes | Alona Enraght-Moony | -57/+104 |
| 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 | 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 | -59/+361 |
| 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 #143837 - jieyouxu:symbol-apis, r=ChrisDenton | Samuel Tardieu | -4/+109 |
| 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 |