| Age | Commit message (Expand) | Author | Lines |
| 2025-06-20 | Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35 | Jakub Beránek | -9/+3 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -21/+26 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -2/+2 |
| 2025-06-20 | Auto merge of #142316 - compiler-errors:cache-param-env, r=lcnr | bors | -20/+177 |
| 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-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 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -162/+114 |
| 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 | 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 |
| 2025-06-18 | Rollup merge of #141614 - rperier:lint_type-ir-to-type-middle, r=compiler-errors | Urgau | -5/+46 |
| 2025-06-18 | Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin | Urgau | -0/+10 |
| 2025-06-18 | Make feature suggestion more consistent. | Camille GILLOT | -83/+24 |
| 2025-06-18 | Reviews | Boxy | -3/+0 |
| 2025-06-18 | Rollup merge of #142619 - klensy:or_fun_call, r=nnethercote | Jakub Beránek | -24/+27 |
| 2025-06-18 | Rollup merge of #142383 - scottmcm:operandref-builder, r=workingjubilee | Jakub Beránek | -78/+134 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -46/+6 |
| 2025-06-18 | Reduce uses of `hir_crate`. | Camille GILLOT | -16/+23 |
| 2025-06-18 | Implement lint against direct uses of rustc_type_ir in compiler crates | Romain Perier | -5/+46 |
| 2025-06-18 | GCC backend: Remove `add_eval` if no function is created | Guillaume Gomez | -1/+0 |
| 2025-06-18 | Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c... | Guillaume Gomez | -10357/+11917 |
| 2025-06-18 | convert the `optimize` attribute to a new parser | Jana Dönszelmann | -52/+63 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -60/+154 |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -98/+114 |
| 2025-06-18 | Fix span of AddrOf in format_args!() expansion. | Mara Bos | -1/+1 |
| 2025-06-18 | Allow storing `format_args!()` in `let`. | Mara Bos | -135/+104 |
| 2025-06-18 | Auto merge of #138165 - jdonszelmann:inline, r=oli-obk | bors | -340/+697 |
| 2025-06-18 | AsyncDrop trait without sync Drop generates an error | Andrew Zhogin | -1/+20 |
| 2025-06-17 | CodeGen: rework Aggregate implemention for rvalue_creates_operand cases | Scott McMurray | -78/+134 |
| 2025-06-17 | fix clippy | Jana Dönszelmann | -11/+6 |