| Age | Commit message (Expand) | Author | Lines |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2025-07-18 | add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (host) cod... | Manuel Drehwald | -4/+5 |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -5/+0 |
| 2025-07-17 | Retire stability_index query. | Camille GILLOT | -1/+0 |
| 2025-07-04 | Save metadata among work products. | Camille GILLOT | -1/+14 |
| 2025-07-04 | Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkov | bors | -2/+1 |
| 2025-07-02 | Hash resolutions. | Camille GILLOT | -2/+1 |
| 2025-06-30 | Rollup merge of #143228 - nnethercote:macro-stats-build-scripts, r=Kobzol | Matthias Krüger | -1/+11 |
| 2025-06-30 | Handle build scripts better in `-Zmacro-stats` output. | Nicholas Nethercote | -1/+11 |
| 2025-06-30 | Improve macro-stats printing. | Nicholas Nethercote | -6/+16 |
| 2025-06-24 | Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkov | Jubilee | -2/+2 |
| 2025-06-24 | Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr | bors | -29/+29 |
| 2025-06-24 | Rollup merge of #142944 - nnethercote:stats-tweaks, r=lqd | Guillaume Gomez | -1/+1 |
| 2025-06-24 | rustc_session: Add a structure for keeping both explicit and default sysroots | Vadim Petrochenkov | -29/+29 |
| 2025-06-24 | Tweak `-Zinput-stats` and `-Zmeta-stats` output. | Nicholas Nethercote | -1/+1 |
| 2025-06-24 | Make stats code nicer. | Nicholas Nethercote | -1/+1 |
| 2025-06-24 | Tweak `-Zmacro-stats` measurement. | Nicholas Nethercote | -2/+2 |
| 2025-06-23 | Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercote | Jubilee | -1/+5 |
| 2025-06-23 | Add codegen timing section | Jakub Beránek | -1/+5 |
| 2025-06-20 | Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obk | Trevor Gross | -4/+4 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -4/+2 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkov | Trevor Gross | -4/+2 |
| 2025-06-20 | Rollup merge of #142687 - cjgillot:less-hir_crate, r=oli-obk | Trevor Gross | -2/+2 |
| 2025-06-20 | Use a symbol for `ExpansionConfig::crate_name`. | Nicholas Nethercote | -1/+1 |
| 2025-06-19 | Extract SilentEmitter | Cameron Steffen | -2/+0 |
| 2025-06-19 | Rename SilentEmitter -> FatalOnlyEmitter | Cameron Steffen | -2/+2 |
| 2025-06-19 | Update compiler/rustc_interface/src/passes.rs | Camille Gillot | -1/+1 |
| 2025-06-18 | Rollup merge of #142123 - Kobzol:timings, r=nnethercote | Urgau | -0/+2 |
| 2025-06-18 | Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin | Urgau | -0/+1 |
| 2025-06-18 | Reduce uses of `hir_crate`. | Camille GILLOT | -1/+1 |
| 2025-06-16 | Emit linker timing section | Jakub Beránek | -0/+2 |
| 2025-06-15 | Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub... | León Orell Valerian Liehr | -8/+11 |
| 2025-06-14 | Remove all support for wasm's legacy ABI | bjorn3 | -2/+1 |
| 2025-06-12 | Introduce `-Zmacro-stats`. | Nicholas Nethercote | -3/+79 |
| 2025-06-11 | Use `rustc_thread_pool` instead of `rustc-rayon-core` | Celina G. Val | -4/+4 |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -1/+0 |
| 2025-06-08 | Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkov | Jubilee | -16/+10 |
| 2025-06-07 | Auto merge of #141950 - oli-obk:big-body-owner-loop, r=compiler-errors | bors | -7/+0 |
| 2025-06-06 | Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unused | Josh Triplett | -0/+1 |
| 2025-06-06 | Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkov | bors | -1/+0 |
| 2025-06-06 | Fix review comments | bjorn3 | -11/+6 |
| 2025-06-05 | Replace all uses of sysroot_candidates with get_or_default_sysroot | bjorn3 | -8/+7 |
| 2025-06-03 | Rollup merge of #141943 - nnethercote:rm-pre-expansion-ast-stats, r=compiler-... | Matthias Krüger | -5/+1 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -5/+2 |
| 2025-06-03 | Only borrow EncodedMetadata in codegen_crate | bjorn3 | -6/+12 |
| 2025-06-03 | Move coroutine_by_move_body_def_id into the big check_crate body owner loop | Oli Scherer | -7/+0 |
| 2025-06-03 | Remove pre-expansion AST stats. | Nicholas Nethercote | -5/+1 |
| 2025-06-02 | Rollup merge of #141865 - Nadrieril:dont-steal-thir, r=oli-obk | Jakub Beránek | -0/+1 |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -0/+1 |