| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 | 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 | 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 |
| 2025-06-17 | make error codes reflect reality better | Jana Dönszelmann | -104/+195 |
| 2025-06-17 | Rollup merge of #142635 - bjorn3:add_back_wasm_spec_abi, r=workingjubilee | Jacob Pratt | -0/+11 |
| 2025-06-17 | Rollup merge of #142631 - xizheyin:142143, r=Urgau | Jacob Pratt | -7/+21 |
| 2025-06-17 | Rollup merge of #142608 - workingjubilee:redescribe-rustc_target-more-accurat... | Jacob Pratt | -22/+25 |
| 2025-06-17 | Rollup merge of #142588 - ZuseZ4:generic-ctx-imprv, r=oli-obk | Jacob Pratt | -9/+6 |
| 2025-06-17 | Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkov | Jacob Pratt | -36/+54 |
| 2025-06-17 | use consistent attr errors in all attribute parsers | Jana Dönszelmann | -109/+141 |
| 2025-06-17 | fix bugs in inline/force_inline and diagnostics of all attr parsers | Jana Dönszelmann | -107/+352 |
| 2025-06-17 | convert entire codebase to parsed inline attrs | Jana Dönszelmann | -88/+67 |
| 2025-06-17 | implement rustc_force_inline parser | Jana Dönszelmann | -2/+5 |
| 2025-06-17 | implement inline parser | Jonathan Dönszelmann | -4/+16 |
| 2025-06-17 | Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubilee | bors | -57/+89 |
| 2025-06-17 | Temporarily add back -Zwasm-c-abi=spec | bjorn3 | -0/+11 |
| 2025-06-18 | Dont suggest remove semi inside macro expansion for redundant semi lint | xizheyin | -7/+21 |
| 2025-06-17 | Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk | bors | -391/+1001 |
| 2025-06-17 | Dont replace escaping bound vars in item sigs | Boxy | -84/+67 |
| 2025-06-17 | Test whether we use DeepRejectCtxt | Boxy | -4/+8 |
| 2025-06-17 | Don't build `ParamEnv` and do trait solving in `ItemCtxt`s | Boxy | -127/+194 |
| 2025-06-17 | apply clippy::or_fun_call | klensy | -24/+27 |
| 2025-06-17 | Rollup merge of #142598 - ostylk:fix/ppc64_llvmabi, r=nikic,workingjubilee | Jubilee | -0/+26 |
| 2025-06-17 | Rollup merge of #142595 - workingjubilee:revert-warning-138139, r=ChrisDenton | Jubilee | -19/+0 |
| 2025-06-17 | Rollup merge of #142587 - compiler-errors:try-visit-expr-fields, r=jieyouxu | Jubilee | -3/+3 |
| 2025-06-17 | Rollup merge of #142586 - compiler-errors:remove-visit-struct-field-def, r=fm... | Jubilee | -18/+2 |
| 2025-06-17 | Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmease | Jubilee | -4/+1 |
| 2025-06-17 | Rollup merge of #142570 - jieyouxu:disunion, r=estebank | Jubilee | -10/+41 |
| 2025-06-17 | Rollup merge of #142542 - cjgillot:invalidate-simplify-cfg, r=SparrowLii | Jubilee | -3/+16 |
| 2025-06-16 | compiler: Redescribe rustc_target search algo more accurately | Jubilee Young | -14/+7 |
| 2025-06-16 | compiler: Redescribe rustc_target::spec more accurately | Jubilee Young | -8/+18 |