| Age | Commit message (Expand) | Author | Lines |
| 2025-06-19 | Auto merge of #140772 - mati865:gnullvm-host, r=Kobzol | bors | -21/+121 |
| 2025-06-19 | Adjust some run-make tests on cross-compile | Jieyou Xu | -79/+143 |
| 2025-06-18 | Merge pull request #710 from FractalFir/abi-cafe | antoyo | -2/+68 |
| 2025-06-19 | Merge pull request #2476 from rust-lang/tshepang-patch-1 | Tshepang Mbambo | -2/+2 |
| 2025-06-19 | fix markup | Tshepang Mbambo | -2/+2 |
| 2025-06-18 | Fix `core::iter::Fuse`'s `Default` impl to do what it's docs say it does. | Zachary S | -1/+23 |
| 2025-06-18 | Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgau | bors | -181/+772 |
| 2025-06-18 | Remove useless conditions about Clippy | Jakub Beránek | -42/+11 |
| 2025-06-18 | Remove `override_build_kind` | Jakub Beránek | -23/+5 |
| 2025-06-18 | Auto merge of #142685 - Kobzol:rollup-8f3g8yf, r=Kobzol | bors | -1446/+917 |
| 2025-06-18 | Rollup merge of #142674 - hkBst:remove-duplicate-crashtest, r=bjorn3 | Urgau | -82/+5 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -82/+220 |
| 2025-06-18 | Rollup merge of #142123 - Kobzol:timings, r=nnethercote | Urgau | -2/+188 |
| 2025-06-18 | Rollup merge of #141614 - rperier:lint_type-ir-to-type-middle, r=compiler-errors | Urgau | -5/+111 |
| 2025-06-18 | Rollup merge of #138237 - reitermarkus:remove-escape-debug-inner, r=tgross35 | Urgau | -92/+210 |
| 2025-06-18 | Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin | Urgau | -0/+43 |
| 2025-06-18 | expand: Remove some unnecessary generic parameters | Vadim Petrochenkov | -46/+46 |
| 2025-06-18 | Emit the usages suggestions as tool-only suggestions | Urgau | -36/+28 |
| 2025-06-18 | Make feature suggestion more consistent. | Camille GILLOT | -87/+40 |
| 2025-06-18 | Reviews | Boxy | -10/+13 |
| 2025-06-19 | fix: Closure capturing for let exprs | Shoyu Vanilla | -1/+43 |
| 2025-06-18 | Rollup merge of #142674 - hkBst:remove-duplicate-crashtest, r=bjorn3 | Jakub Beránek | -82/+5 |
| 2025-06-18 | Rollup merge of #142672 - Kobzol:bootstrap-tool-clarification, r=jieyouxu | Jakub Beránek | -10/+21 |
| 2025-06-18 | Rollup merge of #142666 - jieyouxu:skip-triagebot-check, r=Kobzol | Jakub Beránek | -1/+4 |
| 2025-06-18 | Rollup merge of #142660 - joboet:rotating-joboet, r=tgross35 | Jakub Beránek | -1/+0 |
| 2025-06-18 | Rollup merge of #142627 - Kobzol:bootstrap-metadata, r=jieyouxu | Jakub Beránek | -45/+83 |
| 2025-06-18 | Rollup merge of #142624 - Kobzol:bootstrap-fix-host, r=jieyouxu | Jakub Beránek | -704/+285 |
| 2025-06-18 | Rollup merge of #142619 - klensy:or_fun_call, r=nnethercote | Jakub Beránek | -28/+32 |
| 2025-06-18 | Rollup merge of #142591 - Shourya742:2025-06-14-add-spawn-execution-api, r=Ko... | Jakub Beránek | -118/+176 |
| 2025-06-18 | Rollup merge of #142383 - scottmcm:operandref-builder, r=workingjubilee | Jakub Beránek | -80/+134 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -11/+10 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -377/+116 |
| 2025-06-18 | Rollup merge of #140774 - workingjubilee:should-force-frame-pointers-favor-th... | Jakub Beránek | -0/+61 |
| 2025-06-18 | Reduce uses of `hir_crate`. | Camille GILLOT | -34/+27 |
| 2025-06-18 | `evaluate_goal`: accept different inputs | lcnr | -7/+6 |
| 2025-06-18 | reevaluate: reset `encountered_overflow` | lcnr | -45/+97 |
| 2025-06-18 | update comment | lcnr | -9/+7 |
| 2025-06-18 | actually use a doc comment | lcnr | -13/+13 |
| 2025-06-18 | {aarch64,x86_64}-pc-windows-gnullvm: build host tools | Mateusz Mikuła | -21/+121 |
| 2025-06-18 | Auto merge of #142669 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-18, r=Gu... | bors | -10357/+11916 |
| 2025-06-18 | Merge pull request #2474 from BoxyUwU/ambig_unambig_ty_consts | Boxy | -6/+70 |
| 2025-06-18 | Reviews | Boxy | -12/+12 |
| 2025-06-18 | hir_analysis: add `#![rustc_no_implicit_bounds]` | David Wood | -9/+16 |
| 2025-06-18 | Preserve caches in a call to shrink_to_fit | Tomasz Miąsko | -1/+1 |
| 2025-06-18 | remove duplicate crash test | Marijn Schouten | -82/+5 |
| 2025-06-18 | Implement lint against direct uses of rustc_type_ir in compiler crates | Romain Perier | -5/+111 |
| 2025-06-18 | GCC backend: Remove `add_eval` if no function is created | Guillaume Gomez | -1/+0 |
| 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 | Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c... | Guillaume Gomez | -10357/+11917 |