| Age | Commit message (Expand) | Author | Lines |
| 2025-07-19 | Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4 | Matthias Krüger | -0/+1315 |
| 2025-07-19 | Rollup merge of #141076 - the8472:fix-zip-panic-safety2, r=workingjubilee | Matthias Krüger | -75/+121 |
| 2025-07-19 | Fix ide-assist: Deref transtive | A4-Tacks | -2/+25 |
| 2025-07-19 | Merge from rustc | The Miri Cronjob Bot | -5090/+8188 |
| 2025-07-19 | Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr | bors | -1267/+1560 |
| 2025-07-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-18 | debug impls for drop elaborators | beepster4096 | -4/+4 |
| 2025-07-18 | add unstable-books doc for offload | Manuel Drehwald | -0/+8 |
| 2025-07-18 | add gpu offload codegen host side test | Manuel Drehwald | -0/+80 |
| 2025-07-18 | gpu host code generation | Manuel Drehwald | -7/+464 |
| 2025-07-18 | add various wrappers for gpu code generation | Manuel Drehwald | -2/+140 |
| 2025-07-18 | add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (host) cod... | Manuel Drehwald | -5/+58 |
| 2025-07-18 | make more builder functions generic | Manuel Drehwald | -2/+4 |
| 2025-07-18 | enzyme submodule update | Manuel Drehwald | -0/+0 |
| 2025-07-18 | Auto merge of #144140 - GuillaumeGomez:subtree-update_cg_gcc_2025-07-18, r=Gu... | bors | -629/+82 |
| 2025-07-18 | Remove forgotten git annotations | Guillaume Gomez | -7/+0 |
| 2025-07-18 | clippy fix: bound in one place | Marijn Schouten | -6/+7 |
| 2025-07-18 | Merge ref '82310651b93a' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -79024/+868174 |
| 2025-07-18 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-18 | fix `ui/rustc_public-ir-print` outputs | Makai | -3/+3 |
| 2025-07-18 | use `RustcPublic` instead of `StableMir` | Makai | -28/+28 |
| 2025-07-18 | Update docs in `rustc_public` | Makai | -30/+31 |
| 2025-07-18 | Update docs in `rustc_public_bridge` | Makai | -12/+11 |
| 2025-07-18 | `SmirError` to `Error` | Makai | -26/+25 |
| 2025-07-18 | rename `ui/stable-mir-print` | Makai | -0/+0 |
| 2025-07-18 | rename `ui-fulldeps/stable-mir` | Makai | -0/+0 |
| 2025-07-18 | use "helper" as a more descriptive name | Makai | -26/+26 |
| 2025-07-18 | `SmirContainer` to `Container` | Makai | -7/+7 |
| 2025-07-18 | `SmirCtxt` to `CompilerCtxt`, `SmirInterface` to `CompilerInterface` | Makai | -186/+186 |
| 2025-07-18 | Rename optional-mingw-check to optional-pr-check | Chris Denton | -2/+2 |
| 2025-07-18 | Change the `memcmp` and `bcmp` return type to `c_int` | Julien THILLARD | -4/+5 |
| 2025-07-19 | rename `emit_unless` to `emit_unless_delay` | xizheyin | -15/+15 |
| 2025-07-18 | tests: assembly: cstring-merging: Disable GlobalMerge pass | Jens Reidel | -1/+1 |
| 2025-07-19 | Mitigate `#[align]` name resolution ambiguity regression with a rename | Jieyou Xu | -255/+270 |
| 2025-07-18 | mem: Use `core::ffi::c_int` | Trevor Gross | -8/+1 |
| 2025-07-18 | docs: update link to RISC-V and Xtensa installation guide | Micke | -1/+1 |
| 2025-07-18 | Remove pretty print hack for async blocks | Michael Goulet | -25/+1 |
| 2025-07-18 | Rollup merge of #144123 - oli-obk:ctfe-unsize, r=RalfJung | Matthias Krüger | -4/+5 |
| 2025-07-18 | Rollup merge of #144059 - LorrensP-2158466:remove-crate-loader, r=petrochenkov | Matthias Krüger | -158/+169 |
| 2025-07-18 | Rollup merge of #144050 - JonathanBrouwer:cross-crate-reexport, r=jdonszelmann | Matthias Krüger | -4/+38 |
| 2025-07-18 | Rollup merge of #143961 - 1c3t3a:correct-exploit-mitigations, r=rcvalle | Matthias Krüger | -11/+11 |
| 2025-07-18 | Rollup merge of #143928 - ognevny:opt-dist-build-llvm, r=Kobzol | Matthias Krüger | -56/+87 |
| 2025-07-18 | Rollup merge of #143382 - fee1-dead-contrib:push-trrymlzqmmoz, r=jhpratt | Matthias Krüger | -1/+2 |
| 2025-07-18 | Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errors | Matthias Krüger | -819/+772 |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -144/+402 |
| 2025-07-18 | Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukang | Matthias Krüger | -70/+74 |
| 2025-07-19 | Add test demonstrating current beta `#[align]` name resolution regression | Jieyou Xu | -0/+43 |
| 2025-07-18 | tests: Skip supported-crate-types test on musl hosts | Jens Reidel | -0/+5 |
| 2025-07-18 | tests: Add a regression test for crt-static with target features | Jens Reidel | -0/+32 |
| 2025-07-18 | rustc_codegen_ssa: Don't skip target-features after crt-static | Jens Reidel | -2/+2 |