| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obk | Trevor Gross | -1/+2 |
| 2025-06-20 | Rollup merge of #142494 - jdonszelmann:missing-attr-parsing-docs, r=oli-obk | Trevor Gross | -0/+19 |
| 2025-06-20 | Rollup merge of #142491 - jdonszelmann:cold, r=oli-obk | Trevor Gross | -13/+62 |
| 2025-06-20 | error on calls to ABIs that cannot be called | Folkert de Vries | -25/+52 |
| 2025-06-20 | Switch `non_upper_case_globals` suggestions to being machine-applicable | Urgau | -2/+2 |
| 2025-06-20 | Add diagnostic items for Clippy | Samuel Tardieu | -0/+7 |
| 2025-06-20 | expected word diagnostic test | Jana Dönszelmann | -3/+4 |
| 2025-06-20 | cold | Jana Dönszelmann | -13/+61 |
| 2025-06-20 | Auto merge of #142316 - compiler-errors:cache-param-env, r=lcnr | bors | -20/+177 |
| 2025-06-20 | Ensure copy* intrinsics also perform the static self-init checks | Oli Scherer | -1/+6 |
| 2025-06-20 | Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk | Trevor Gross | -100/+48 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -602/+486 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -52/+63 |
| 2025-06-20 | remove equivalent new method on context | Jana Dönszelmann | -9/+3 |
| 2025-06-19 | Avoid a bitcast FFI call in transmuting | Scott McMurray | -2/+8 |
| 2025-06-20 | Avoid some unnecessary symbol interning. | Nicholas Nethercote | -8/+9 |
| 2025-06-20 | Use a symbol for `ExpansionConfig::crate_name`. | Nicholas Nethercote | -11/+12 |
| 2025-06-20 | Fix `tests/ui/asm/naked-invalid-attr.stderr`. | Nicholas Nethercote | -2/+5 |
| 2025-06-19 | rustc_target: document public AbiMap-related fn and variants | Jubilee Young | -0/+6 |
| 2025-06-19 | Apply impl_super_outlives optimization to new trait solver | Michael Goulet | -9/+20 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -162/+114 |
| 2025-06-19 | Extract SilentEmitter | Cameron Steffen | -38/+21 |
| 2025-06-19 | Rename SilentEmitter -> FatalOnlyEmitter | Cameron Steffen | -8/+8 |
| 2025-06-19 | Extract Translator struct | Cameron Steffen | -191/+161 |
| 2025-06-19 | mbe: Refactor transcription | Trevor Gross | -348/+389 |
| 2025-06-19 | mbe: Move `transcribe_metavar_expr` directly after `transcribe` | Trevor Gross | -96/+96 |
| 2025-06-19 | Improve diagnostics for `concat_bytes!` with C string literals | Trevor Gross | -10/+41 |
| 2025-06-19 | expose abi information on ppc64 targets | ostylk | -0/+8 |
| 2025-06-19 | Remove old format_args diagnostic. | Mara Bos | -27/+11 |
| 2025-06-19 | Use expr_ref. | Mara Bos | -2/+1 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -2/+2 |
| 2025-06-19 | Update compiler/rustc_interface/src/passes.rs | Camille Gillot | -1/+1 |
| 2025-06-19 | Adjust `with_generic_param_rib`. | Nicholas Nethercote | -119/+77 |
| 2025-06-19 | completely deduplicate `Visitor` and `MutVisitor` | Deadbeef | -674/+461 |
| 2025-06-19 | Do not include NUL-terminator in computed length | Alice Ryhl | -7/+5 |
| 2025-06-19 | remove `walk_item_kind` from `MutVisitor` | Deadbeef | -49/+3 |
| 2025-06-19 | Cache instantiation of canonical binder | Michael Goulet | -20/+177 |
| 2025-06-19 | various minor target feature cleanups | Ralf Jung | -46/+28 |
| 2025-06-19 | line-wrap and extend comments, typos | Ralf Jung | -14/+22 |
| 2025-06-19 | cg_gcc: properly populate cfg(target_features) with -Ctarget-features | Ralf Jung | -47/+37 |
| 2025-06-19 | unify two -Ctarget-feature parsers | Ralf Jung | -105/+134 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -456/+324 |
| 2025-06-19 | move cfg(target_feature) computation into shared place | Ralf Jung | -119/+126 |
| 2025-06-18 | Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,... | Trevor Gross | -1/+20 |
| 2025-06-18 | Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmann | Trevor Gross | -60/+154 |
| 2025-06-18 | Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnr | Trevor Gross | -127/+178 |
| 2025-06-18 | Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgau | bors | -89/+361 |
| 2025-06-18 | Auto merge of #142685 - Kobzol:rollup-8f3g8yf, r=Kobzol | bors | -148/+167 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -82/+149 |
| 2025-06-18 | Rollup merge of #142123 - Kobzol:timings, r=nnethercote | Urgau | -2/+156 |