| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -0/+1 |
| 2025-04-17 | Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrieril | Matthias Krüger | -0/+1 |
| 2025-04-17 | Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwco | Matthias Krüger | -0/+1 |
| 2025-04-16 | Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`. | Nicholas Nethercote | -1/+0 |
| 2025-04-15 | Add `explicit_extern_abis` unstable feature | Obei Sideg | -0/+1 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -0/+1 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+2 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -0/+1 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -0/+1 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -14/+12 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -0/+2 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -0/+2 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -14/+12 |
| 2025-04-07 | Add `naked_functions_rustic_abi` feature gate | Folkert de Vries | -0/+1 |
| 2025-04-04 | Auto merge of #120706 - Bryanskiy:leak, r=lcnr | bors | -0/+9 |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+9 |
| 2025-04-03 | Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscross | Matthias Krüger | -0/+1 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+1 |
| 2025-04-01 | Improve `is_doc_keyword`. | Nicholas Nethercote | -1/+5 |
| 2025-03-31 | hygiene: Rename semi-transparent to semi-opaque | Vadim Petrochenkov | -0/+1 |
| 2025-03-31 | Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhpratt | bors | -1/+1 |
| 2025-03-30 | Simplify expansion for format_args!(). | Mara Bos | -0/+4 |
| 2025-03-30 | Remove attribute `#[rustc_error]` | Vadim Petrochenkov | -1/+1 |
| 2025-03-28 | Add the feature gate for the `super let` experiment. | Mara Bos | -0/+1 |
| 2025-03-27 | Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercote | Jacob Pratt | -0/+1 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -0/+1 |
| 2025-03-26 | Implement lint against using Interner and InferCtxtLike in random compiler cr... | Michael Goulet | -0/+2 |
| 2025-03-24 | Move `is_used_keyword_conditional`. | Nicholas Nethercote | -4/+4 |
| 2025-03-24 | Alphabetize the keywords list. | Nicholas Nethercote | -8/+21 |
| 2025-03-24 | Fix some formatting. | Nicholas Nethercote | -2/+2 |
| 2025-03-24 | Improve keyword comments a little. | Nicholas Nethercote | -5/+4 |
| 2025-03-24 | Remove `is_any_keyword` methods. | Nicholas Nethercote | -17/+7 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -1/+0 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2025-03-21 | Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am... | Matthias Krüger | -0/+1 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+1 |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -0/+1 |
| 2025-03-16 | add `naked_functions_target_feature` unstable feature | Folkert de Vries | -0/+1 |
| 2025-03-12 | Reduce FormattingOptions to 64 bits. | Mara Bos | -1/+0 |
| 2025-03-12 | Introduce `sym::dummy` and `Ident::dummy`. | Nicholas Nethercote | -0/+22 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -0/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+1 |
| 2025-03-10 | Limit formatting width and precision to 16 bits. | Mara Bos | -0/+1 |
| 2025-03-07 | Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehuss | Jacob Pratt | -0/+1 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+2 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+1 |
| 2025-03-06 | Add ergonomic_clones feature flag | Santiago Pastorino | -0/+1 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -0/+4 |
| 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/+1 |