| Age | Commit message (Expand) | Author | Lines |
| 2025-06-03 | cg_clif: convert to CanonAbi | Jubilee Young | -27/+22 |
| 2025-06-03 | compiler: simplify TargetOptions ABI functions | Jubilee Young | -108/+2 |
| 2025-06-03 | bless test for CanonAbi::X86(SysV64) change | Jubilee Young | -1/+3 |
| 2025-06-03 | miri: sed to CanonAbi | Jubilee Young | -327/+354 |
| 2025-06-03 | cg_gcc: convert to CanonAbi | Jubilee Young | -48/+31 |
| 2025-06-03 | cg_clif: convert to CanonAbi | Jubilee Young | -27/+22 |
| 2025-06-03 | cg_llvm: convert to CanonAbi | Jubilee Young | -29/+40 |
| 2025-06-03 | compiler: change Conv to CanonAbi | Jubilee Young | -65/+64 |
| 2025-06-03 | compiler: use CanonAbi for entry_abi | Jubilee Young | -22/+27 |
| 2025-06-03 | compiler: add AbiMap | Jubilee Young | -1/+190 |
| 2025-06-03 | Auto merge of #141961 - matthiaskrgr:rollup-r09j2sp, r=matthiaskrgr | bors | -241/+673 |
| 2025-06-03 | add change-entry | onur-ozkan | -0/+5 |
| 2025-06-03 | bless tidy | onur-ozkan | -50/+188 |
| 2025-06-03 | implement new `x` flag: `--skip-std-check-if-no-download-rustc` | onur-ozkan | -0/+14 |
| 2025-06-03 | Triagebot: Remove `assign.users_on_vacation` | León Orell Valerian Liehr | -4/+0 |
| 2025-06-03 | builtin dyn impl no guide inference | lcnr | -1/+62 |
| 2025-06-03 | Remove uses of `stdarch_x86_avx512` | sayantn | -8/+0 |
| 2025-06-03 | Lint reversed ordering in partial ord impl (#14945) | Samuel Tardieu | -2/+56 |
| 2025-06-03 | Run wfcheck in one big loop instead of per module | Oli Scherer | -68/+63 |
| 2025-06-04 | ci: Pin `cargo-workspaces` to `0.3.6` | Shoyu Vanilla | -1/+1 |
| 2025-06-03 | Add impl for `llvm.roundeven` in cg_clif | sayantn | -9/+9 |
| 2025-06-03 | Add impl for `llvm.roundeven` in cg_clif | sayantn | -9/+9 |
| 2025-06-04 | Lint reversed ordering in partial ord impl | donkomura | -2/+56 |
| 2025-06-03 | `missing_const_for_fn`: consider constness of instance (#14759) | Jason Newcomb | -2/+99 |
| 2025-06-03 | `zombie_processes`: do not complain about early early returns (#14912) | Jason Newcomb | -15/+21 |
| 2025-06-03 | Update stdarch submodule | sayantn | -0/+0 |
| 2025-06-03 | Merge pull request #2450 from jieyouxu/pr_message | 许杰友 Jieyou Xu (Joe) | -0/+17 |
| 2025-06-03 | Auto merge of #136942 - Kobzol:stage0-sccache, r=jieyouxu | bors | -0/+22 |
| 2025-06-03 | Rename `LifetimeSyntax` variants to lang-team-approved names | Jake Goulding | -43/+39 |
| 2025-06-03 | Rollup merge of #141956 - bjorn3:minor_cg_ssa_cleanup, r=oli-obk | Matthias Krüger | -25/+11 |
| 2025-06-03 | Rollup merge of #141931 - ArtemIsmagilov:issue-141849_2, r=nnethercote | Matthias Krüger | -90/+147 |
| 2025-06-03 | Rollup merge of #141923 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-06-03 | Rollup merge of #141918 - ArtemIsmagilov:issue-141849, r=nnethercote | Matthias Krüger | -10/+16 |
| 2025-06-03 | Rollup merge of #141914 - onur-ozkan:follow-ups, r=Kobzol | Matthias Krüger | -18/+56 |
| 2025-06-03 | Rollup merge of #141861 - jieyouxu:windows-server-2025-20250527, r=Kobzol | Matthias Krüger | -8/+2 |
| 2025-06-03 | Rollup merge of #141833 - Kivooeo:test-reform1, r=jieyouxu | Matthias Krüger | -32/+51 |
| 2025-06-03 | Rollup merge of #141724 - Sol-Ell:issue-141141-fix, r=nnethercote | Matthias Krüger | -58/+390 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -40/+68 |
| 2025-06-03 | Merge pull request #2451 from jieyouxu/rustc-pull | 许杰友 Jieyou Xu (Joe) | -1602/+3224 |
| 2025-06-03 | Merge from rustc | Jieyou Xu | -1601/+3223 |
| 2025-06-03 | Preparing for merge from rustc | Jieyou Xu | -1/+1 |
| 2025-06-03 | triagebot: configure PR welcome message for no auto/explicit reviewer | Jieyou Xu | -0/+17 |
| 2025-06-03 | Use non-2015 edition paths in tests that do not test for their resolution | Lukas Wirth | -290/+290 |
| 2025-06-03 | Add missing `dyn` keywords to tests that do not test for them Part 2 | Lukas Wirth | -31/+26 |
| 2025-06-03 | Deconstruct values in the THIR visitor | ArtemIsmagilov | -90/+147 |
| 2025-06-03 | Deconstruct values in the THIR visitor | ArtemIsmagilov | -10/+16 |
| 2025-06-03 | Move placeholder handling to a proper preprocessing step | Amanda Stjerna | -299/+414 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -4/+2 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -48/+3 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -220/+92 |