| Age | Commit message (Expand) | Author | Lines |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -0/+2 |
| 2025-04-13 | error on unsafe attributes in pre-2024 editions | Folkert de Vries | -9/+24 |
| 2025-04-09 | replace version placeholder | Boxy | -8/+8 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -0/+2 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -1/+1 |
| 2025-04-06 | update docs | Bennet Bleßmann | -1/+1 |
| 2025-04-04 | fixup! Implement `super let`. | Mara Bos | -1/+1 |
| 2025-04-03 | Stabilize `cfg_boolean_literals` | clubby789 | -2/+2 |
| 2025-04-03 | Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross | Matthias Krüger | -0/+2 |
| 2025-04-02 | Mark super_let feature as incomplete. | Mara Bos | -1/+1 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+1 |
| 2025-04-01 | Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obk | bors | -2/+3 |
| 2025-03-31 | hygiene: Rename semi-transparent to semi-opaque | Vadim Petrochenkov | -1/+1 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -3/+3 |
| 2025-03-28 | Add the feature gate for the `super let` experiment. | Mara Bos | -0/+2 |
| 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-21 | remove `feature(inline_const_pat)` | lcnr | -2/+3 |
| 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) | -3/+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/+3 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 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 |