| Age | Commit message (Expand) | Author | Lines |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+2 |
| 2025-03-06 | Make feature flag incomplete | Santiago Pastorino | -1/+1 |
| 2025-03-06 | Add ergonomic_clones feature flag | Santiago Pastorino | -0/+2 |
| 2025-03-06 | Rollup merge of #138081 - eholk:yield-feature, r=oli-obk | Michael Goulet | -0/+1 |
| 2025-03-06 | Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebank | Michael Goulet | -1/+15 |
| 2025-03-06 | Add the yield_expr feature | Eric Holk | -0/+1 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-03-05 | Add the `movrs` target feature and `movrs_target_feature` feature gate | sayantn | -0/+1 |
| 2025-03-04 | Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwU | bors | -0/+7 |
| 2025-03-04 | Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3 | bors | -0/+2 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -0/+7 |
| 2025-03-04 | List the feature in removed.rs | Alice Ryhl | -0/+2 |
| 2025-03-03 | Add timestamp to unstable feature usage metrics | Jane Losare-Lusby | -1/+15 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -0/+2 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -0/+2 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -2/+0 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -0/+2 |
| 2025-02-24 | feature: fix typo in attribute description | David Wood | -1/+1 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -4/+0 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -8/+9 |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -4/+0 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -13/+13 |
| 2025-02-22 | Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obk | bors | -1/+1 |
| 2025-02-21 | enable rustc_autodiff cross-crate encoding | Manuel Drehwald | -1/+1 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-02-18 | update version placeholders | Josh Stone | -13/+13 |
| 2025-02-17 | Rename `pattern_complexity` attr as `pattern_complexity_limit`. | Nicholas Nethercote | -2/+2 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -1/+3 |
| 2025-02-13 | Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c... | Jacob Pratt | -1/+3 |
| 2025-02-13 | Implement RFC 3624 supertrait_item_shadowing | Michael Goulet | -0/+2 |
| 2025-02-12 | Split out the `extern_system_varargs` feature | Jubilee Young | -1/+3 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -2/+2 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -3/+3 |
| 2025-02-11 | Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwU | Matthias Krüger | -0/+2 |
| 2025-02-09 | Remove lifetime_capture_rules_2024 feature | Michael Goulet | -2/+2 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -3/+3 |
| 2025-02-07 | Rollup merge of #136191 - klensy:const_a, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2025-02-06 | stabilize `feature(trait_upcasting)` | Waffle Lapkin | -3/+3 |
| 2025-02-06 | Prevent generic pattern types from being used in libstd | Oli Scherer | -0/+2 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+7 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -0/+2 |
| 2025-02-04 | Rollup merge of #134814 - sayantn:keylocker, r=oli-obk | Matthias Krüger | -0/+2 |
| 2025-02-03 | Rename rustc_contract to contract | Celina G. Val | -5/+5 |
| 2025-02-03 | Separate contract feature gates for the internal machinery | Felix S. Klock II | -0/+4 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+3 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -1/+1 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -0/+2 |
| 2025-01-30 | Rework rustc_dump_vtable | Michael Goulet | -1/+1 |