| Age | Commit message (Expand) | Author | Lines |
| 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-18 | Add VEXos "linked files" support to `armv7a-vex-v5` | Lewis McClelland | -8/+19 |
| 2025-08-15 | Demote x86_64-apple-darwin to Tier 2 with host tools | Jake Goulding | -1/+1 |
| 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/+43 |
| 2025-08-12 | [AVR] Changed data_layout | Tom Vijlbrief | -1/+1 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -48/+48 |
| 2025-08-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -0/+188 |
| 2025-08-05 | Add aarch64_be-unknown-none-softfloat target | Jens Reidel | -0/+43 |
| 2025-08-01 | Rollup merge of #144410 - Gelbpunkt:musl-tier3-dynamic, r=jieyouxu | Ralf Jung | -15/+0 |
| 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-18 | Update AMDGPU data layout | Nikita Popov | -1/+1 |
| 2025-07-04 | Enable xgot feature for mips64 musl targets | Jens Reidel | -2/+2 |
| 2025-06-19 | expose abi information on ppc64 targets | ostylk | -0/+8 |
| 2025-06-16 | explicitly set llvm_abiname option on existing ppc64 targets | ostylk | -0/+8 |
| 2025-06-11 | compiler: Update all targets to the new c_int_width type | Jubilee Young | -6/+6 |
| 2025-06-08 | Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubilee | Jubilee | -4/+4 |
| 2025-06-08 | Rollup merge of #142053 - heiher:loong32-none, r=wesleywiser | Jubilee | -0/+59 |
| 2025-06-07 | store `target.min_global_align` as an `Align` | Folkert de Vries | -4/+4 |
| 2025-06-07 | Rollup merge of #141797 - workingjubilee:apple-likes-frame-pointers-but-not-t... | Jacob Pratt | -35/+16 |
| 2025-06-06 | compiler: set Apple frame pointers by architecture | Jubilee Young | -35/+16 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+59 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -2/+3 |
| 2025-06-03 | compiler: use CanonAbi for entry_abi | Jubilee Young | -2/+3 |
| 2025-05-31 | Enable non-leaf Frame Pointers for mingw-w64 Arm64 Windows | Mateusz Mikuła | -1/+7 |
| 2025-05-24 | Enable xray support for Mac | quininer | -0/+2 |
| 2025-05-23 | Rollup merge of #140832 - workingjubilee:aarch64-linux-should-use-frame-point... | Matthias Krüger | -8/+46 |
| 2025-05-17 | aarch64-linux: Default to FramePointer::NonLeaf | Jubilee Young | -8/+46 |
| 2025-05-15 | [win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disab... | Daniel Paoliello | -6/+1 |
| 2025-05-09 | Enable non-leaf Frame Pointers for Arm64EC Windows | Daniel Paoliello | -1/+7 |
| 2025-05-08 | Enable non-leaf Frame Pointers for Arm64 Windows | Daniel Paoliello | -1/+7 |
| 2025-05-07 | [win][arm64] Disable MSVC Linker 'Arm Hazard' warning | Daniel Paoliello | -1/+6 |
| 2025-05-05 | Use more accurate ELF flags on MIPS | Sam Roberts | -1/+12 |
| 2025-04-29 | Replace the \01__gnu_mcount_nc to LLVM intrinsic for additional ARM targets | Björn Barwinski | -0/+2 |
| 2025-04-18 | Disable has_thread_local on i686-win7-windows-msvc | roblabla | -0/+6 |
| 2025-04-17 | Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-16 | rustc_target: Use "B" shorthand on the RISC-V Android target | Tsukasa OI | -1/+1 |
| 2025-04-10 | Add minimal x86_64-lynx-lynxos178 support. | Tim Newsome | -0/+34 |
| 2025-04-02 | Demote i686-pc-windows-gnu to Tier 2 | Noratrieb | -1/+1 |
| 2025-04-02 | rustc_target: RISC-V: add base "I"-related important extensions | Tsukasa OI | -14/+14 |
| 2025-03-31 | Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-03-30 | Auto merge of #137836 - madsmtm:openwrt-target-vendor, r=jieyouxu | bors | -0/+1 |
| 2025-03-29 | Rollup merge of #138431 - madsmtm:uclibc-llvm-target, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -1/+1 |
| 2025-03-14 | Rollup merge of #136892 - erickt:fuchsia-target, r=jieyouxu | Jacob Pratt | -21/+40 |
| 2025-03-12 | Fix uclibc LLVM target triples | Mads Marquart | -4/+4 |
| 2025-03-12 | Fix armv7-sony-vita-newlibeabihf LLVM target triple | Mads Marquart | -1/+1 |
| 2025-03-12 | Fix RISC-V VxWorks LLVM target triples | Mads Marquart | -2/+2 |