| Age | Commit message (Expand) | Author | Lines |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -0/+71 |
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -4/+4 |
| 2025-08-25 | Add aarch64_be-unknown-linux-musl target | J. Neuschäfer | -0/+41 |
| 2025-08-22 | Add aarch64_be-unknown-hermit target | Jens Reidel | -0/+26 |
| 2025-08-21 | Rollup merge of #144613 - pantsman0:nintendo_switch_cpu_features, r=wesleywiser | Jacob Pratt | -1/+1 |
| 2025-08-21 | Promote aarch64-pc-windows-msvc to Tier 1 | Daniel Paoliello | -1/+1 |
| 2025-08-21 | Fix LoongArch C function ABI when passing/returning structs containing floats | WANG Rui | -32/+105 |
| 2025-08-21 | Rollup merge of #145390 - joshtriplett:rustc-diag-value-earlier, r=lcnr | Jacob Pratt | -0/+14 |
| 2025-08-20 | Auto merge of #145259 - nikic:read-only-capture, r=wesleywiser | bors | -0/+1 |
| 2025-08-20 | Move `IntoDiagArg` earlier in the dependency chains | Josh Triplett | -0/+14 |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -0/+1 |
| 2025-08-20 | Rollup merge of #145252 - shepmaster:demote-x86_64-apple-darwin-to-tier-2, r=... | Jacob Pratt | -1/+1 |
| 2025-08-19 | Auto merge of #145601 - jieyouxu:rollup-t5mbqhc, r=jieyouxu | bors | -8/+19 |
| 2025-08-19 | Rollup merge of #145578 - vexide:armv7a-vex-v5+linked-files, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -8/+19 |
| 2025-08-19 | Rollup merge of #145099 - heiher:loong-32s, r=folkertdev | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-08-19 | completely remove rva23s64 | Zhongyao Chen | -70/+0 |
| 2025-08-19 | remove rva23s64 from riscv64a23-unknown-linux-gnu target | Zhongyao Chen | -1/+1 |
| 2025-08-18 | Add VEXos "linked files" support to `armv7a-vex-v5` | Lewis McClelland | -8/+19 |
| 2025-08-18 | change riscv64a23 target reqirements comments: linux kernel 6.8.0, glibc 2.39 | Zhongyao Chen | -1/+1 |
| 2025-08-15 | Demote x86_64-apple-darwin to Tier 2 with host tools | Jake Goulding | -1/+1 |
| 2025-08-15 | Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkin | Stuart Cook | -6/+0 |
| 2025-08-14 | Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscross | bors | -2/+2 |
| 2025-08-14 | Stabilize `sse4a` and `tbm` target features | sayantn | -2/+2 |
| 2025-08-13 | Rollup merge of #145241 - tomtor:avr-layout, r=nikic | Guillaume Gomez | -1/+1 |
| 2025-08-13 | Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi... | Guillaume Gomez | -0/+44 |
| 2025-08-13 | Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwco | Guillaume Gomez | -0/+4 |
| 2025-08-12 | [AVR] Changed data_layout | Tom Vijlbrief | -1/+1 |
| 2025-08-11 | Add new Tier-3 target: riscv64a23-unknown-linux-gnu | Chen Zhongyao | -0/+141 |
| 2025-08-11 | Pass Apple SDK root to compiler driver via SDKROOT env var | Mads Marquart | -22/+2 |
| 2025-08-09 | rustc_target: Add the `32s` target feature for LoongArch | WANG Rui | -0/+1 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -68/+77 |
| 2025-08-08 | Remove bitcode_llvm_cmdline | bjorn3 | -6/+0 |
| 2025-08-08 | Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiser | Stuart Cook | -1/+209 |
| 2025-08-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -1/+209 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -1/+68 |
| 2025-08-05 | Add aarch64_be-unknown-none-softfloat target | Jens Reidel | -0/+44 |
| 2025-08-01 | Rollup merge of #144410 - Gelbpunkt:musl-tier3-dynamic, r=jieyouxu | Ralf Jung | -15/+0 |
| 2025-07-31 | aarch64: Make `outline-atomics` a known target feature | Trevor Gross | -0/+4 |
| 2025-07-29 | Rollup merge of #144640 - FractalFir:m68k_arch, r=Urgau | Jacob Pratt | -0/+1 |
| 2025-07-29 | Add support for the m68k architecture in 'object_architecture' | FractalFir | -0/+1 |
| 2025-07-29 | Add the CRC instructions. | Philip Woolford | -1/+1 |
| 2025-07-29 | Enable features that are always available in a live system. | Philip Woolford | -1/+1 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -48/+41 |
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -48/+41 |
| 2025-07-26 | Rollup merge of #144429 - Gelbpunkt:outline-atomics-aarch64-musl, r=Amanieu | Jacob Pratt | -1/+1 |
| 2025-07-25 | Enable outline-atomics for aarch64-unknown-linux-musl | Jens Reidel | -1/+1 |
| 2025-07-24 | Make tier 3 musl targets link dynamically by default | Jens Reidel | -15/+0 |
| 2025-07-24 | Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-dead | León Orell Valerian Liehr | -827/+654 |
| 2025-07-22 | Rollup merge of #142454 - tomtor:avr-update, r=tgross35 | Matthias Krüger | -0/+67 |
| 2025-07-21 | Use serde for target spec json deserialize | Noratrieb | -827/+654 |