| Age | Commit message (Expand) | Author | Lines |
| 2025-07-19 | Rollup merge of #144092 - Gelbpunkt:musl-stage0, r=Kobzol | Matthias Krüger | -1/+6 |
| 2025-07-19 | Rollup merge of #144083 - RalfJung:miri-sleep, r=oli-obk | Matthias Krüger | -3/+3 |
| 2025-07-19 | Rollup merge of #144073 - erickt:ignore-test-on-fuchsia, r=lqd | Matthias Krüger | -0/+3 |
| 2025-07-19 | Rollup merge of #143704 - compiler-errors:cycle-exotic, r=cjgillot | Matthias Krüger | -16/+242 |
| 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 `empty_with_brackets` span handling (#15311) | dswij | -4/+8 |
| 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-19 | generate arrays of type-erased function pointers | Folkert de Vries | -83/+73 |
| 2025-07-19 | split rust code into crates | Folkert de Vries | -38/+79 |
| 2025-07-19 | update `Cargo.lock` | Folkert de Vries | -2/+2 |
| 2025-07-19 | combine rust files into one compilation | Folkert de Vries | -194/+199 |
| 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 | Merge pull request #1862 from folkertdev/combine-c-files | Amanieu d'Antras | -231/+261 |
| 2025-07-18 | Remove forgotten git annotations | Guillaume Gomez | -7/+0 |
| 2025-07-18 | Remove forgotten git annotations | Guillaume Gomez | -7/+0 |
| 2025-07-18 | Merge pull request #1860 from folkertdev/stdarch-test-cleanup | Amanieu d'Antras | -138/+397 |
| 2025-07-18 | clippy fix: bound in one place | Marijn Schouten | -6/+7 |
| 2025-07-18 | Warn about `const` instability wrt MSRV (#15297) | Jason Newcomb | -29/+107 |
| 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 | Simplify `must_use_candidate` spans. | Jason Newcomb | -29/+64 |
| 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 |