| Age | Commit message (Expand) | Author | Lines |
| 2025-03-31 | replace version placeholder | Boxy | -8/+8 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -4/+8 |
| 2025-03-23 | Stabilize precise_capturing_in_traits | Michael Goulet | -2/+2 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+8 |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -0/+2 |
| 2025-03-20 | Auto merge of #138515 - petrochenkov:cfgtrace, r=nnethercote | bors | -0/+8 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+8 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -0/+8 |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -2/+2 |
| 2025-03-16 | add `naked_functions_target_feature` unstable feature | Folkert de Vries | -0/+2 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-11 | Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxu | Jakub Beránek | -1/+1 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-10 | add tracking issue for unqualified_local_imports | Ralf Jung | -1/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+0 |
| 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-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 |