| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Add --print target-spec-json-schema | Noratrieb | -7/+101 |
| 2025-09-12 | Introduce `target_spec_enum` macro to avoid duplication | Noratrieb | -715/+184 |
| 2025-09-04 | Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxu | Jacob Pratt | -1/+1 |
| 2025-09-04 | Rollup merge of #146134 - maurer:nvptx-sync, r=durin42 | Stuart Cook | -1/+1 |
| 2025-09-03 | Rollup merge of #146032 - heiher:loong64-none-no-lsx, r=lqd | Stuart Cook | -1/+1 |
| 2025-09-02 | llvm: nvptx: Layout update to match LLVM | Matthew Maurer | -1/+1 |
| 2025-09-02 | Rollup merge of #146034 - taiki-e:target-spec, r=nnethercote | Guillaume Gomez | -5/+5 |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -16/+11 |
| 2025-08-30 | Update target spec metadata of Arm64EC Windows and Trusty targets | Taiki Endo | -5/+5 |
| 2025-08-30 | Explicity disable LSX feature for `loongarch64-unknown-none` target | WANG Rui | -1/+1 |
| 2025-08-29 | compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targets | no92 | -0/+92 |
| 2025-08-27 | turn pointer width into an integer in target.json | Waffle Lapkin | -6/+3 |
| 2025-08-27 | allow using `target_val!` with a rename | Waffle Lapkin | -10/+8 |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -0/+28 |
| 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-20 | Move `IntoDiagArg` earlier in the dependency chains | Josh Triplett | -0/+13 |
| 2025-08-20 | Rollup merge of #145252 - shepmaster:demote-x86_64-apple-darwin-to-tier-2, r=... | Jacob Pratt | -1/+1 |
| 2025-08-19 | Rollup merge of #145578 - vexide:armv7a-vex-v5+linked-files, r=davidtwco | 许杰友 Jieyou Xu (Joe) | -8/+19 |
| 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-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-12 | [AVR] Changed data_layout | Tom Vijlbrief | -1/+1 |
| 2025-08-11 | Add new Tier-3 target: riscv64a23-unknown-linux-gnu | Chen Zhongyao | -0/+28 |
| 2025-08-11 | Pass Apple SDK root to compiler driver via SDKROOT env var | Mads Marquart | -22/+2 |
| 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-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -1/+209 |
| 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-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-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 | -782/+631 |
| 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 | -782/+631 |
| 2025-07-18 | Update AMDGPU data layout | Nikita Popov | -1/+1 |
| 2025-07-17 | Rollup merge of #143409 - Gelbpunkt:xgot-mips64-musl, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2025-07-08 | stabilize `-Clinker-features=-lld` on x64 linux | Rémy Rakic | -2/+13 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -3/+13 |
| 2025-07-04 | Enable xgot feature for mips64 musl targets | Jens Reidel | -2/+2 |