| Age | Commit message (Expand) | Author | Lines |
| 2025-01-27 | Mark all NuttX targets as tier 3 target and support the standard library | Huang Qi | -37/+34 |
| 2025-01-26 | Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmease | Jacob Pratt | -3/+9 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+22 |
| 2025-01-24 | Move common code to mod nto_qnx | Florian Bartels | -117/+49 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+27 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+27 |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -0/+198 |
| 2025-01-22 | Enable kernel sanitizers for aarch64-unknown-none-softfloat | Jubilee Young | -1/+3 |
| 2025-01-20 | Add NuttX support for AArch64 and ARMv7-A targets | Huang Qi | -0/+198 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -0/+67 |
| 2025-01-07 | Reserve x18 register for aarch64 wrs vxworks target | B I Mohammed Abbas | -1/+1 |
| 2025-01-06 | Add new `{x86_64,i686}-win7-windows-gnu` targets | Tobias Bucher | -0/+67 |
| 2025-01-06 | Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee | bors | -0/+33 |
| 2025-01-05 | Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obk | bors | -0/+72 |
| 2025-01-05 | change to static relocation model | kirk | -1/+2 |
| 2025-01-04 | Apply suggestions from workingjubilee's code review | knickish | -0/+2 |
| 2025-01-03 | Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-01-03 | add m68k-unknown-none-elf target | kirk | -0/+30 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -0/+72 |
| 2024-12-30 | musleabi* targets: we no longer need to set gnueabi* for LLVM now that we set... | Ralf Jung | -25/+6 |
| 2024-12-30 | explicitly set float ABI for all ARM targets | Ralf Jung | -61/+142 |
| 2024-12-29 | Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxu | bors | -2/+3 |
| 2024-12-25 | Make x86_64-unknown-linux-gno panic=abort and mark as no_std | Noratrieb | -2/+3 |
| 2024-12-25 | Enable LSX feature for LoongArch OpenHarmony target | WANG Rui | -1/+1 |
| 2024-12-21 | Align `{i686,x86_64}-win7-windows-msvc` to their parent targets | Tobias Bucher | -6/+8 |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -2/+2 |
| 2024-12-15 | compiler: Set `target_abi = "ilp32e"` on all riscv32e targets | Jubilee Young | -3/+9 |
| 2024-12-14 | Rollup merge of #133293 - psumbera:solaris-maintainer, r=workingjubilee,jieyo... | Matthias Krüger | -2/+2 |
| 2024-12-14 | Auto merge of #134305 - matthiaskrgr:rollup-bja3lsz, r=matthiaskrgr | bors | -4/+37 |
| 2024-12-14 | Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxu | Matthias Krüger | -4/+37 |
| 2024-12-13 | Fix powerpc64 big-endian FreeBSD ABI | Taiki Endo | -1/+1 |
| 2024-12-11 | wasm(32|64): update alignment string | Augie Fackler | -7/+8 |
| 2024-12-10 | rustc_target: ppc64 target string fixes for LLVM 20 | Augie Fackler | -9/+9 |
| 2024-12-06 | Promote powerpc64le-unknown-linux-musl to tier 2 with host tools | Jens Reidel | -2/+2 |
| 2024-12-05 | Mark all Linux/Android/BSD/Fuchsia as supporting "std" in target-spec metadata | Taiki Endo | -18/+18 |
| 2024-12-05 | Fix "std" support status of some tier 3 targets | Taiki Endo | -10/+10 |
| 2024-11-30 | Switch rtems target to panic unwind | Jan Sommer | -1/+1 |
| 2024-11-30 | Rollup merge of #133571 - madsmtm:visionos-support-std, r=Noratrieb | Ralf Jung | -2/+2 |
| 2024-11-28 | Add +forced-atomics feature to esp32s2 | Scott Mabin | -0/+1 |
| 2024-11-28 | Mark visionOS as supporting `std` | Mads Marquart | -2/+2 |
| 2024-11-26 | Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed... | Taiki Endo | -1/+0 |
| 2024-11-23 | Update linux_musl base to dynamically link the crt by default | Wesley Wiser | -4/+37 |
| 2024-11-22 | Updates Solaris target information, adds Solaris maintainer | Petr Sumbera | -2/+2 |
| 2024-11-21 | Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigand | Matthias Krüger | -6/+0 |
| 2024-11-21 | Rollup merge of #131736 - hoodmane:emscripten-wasm-bigint, r=workingjubilee | Matthias Krüger | -1/+2 |
| 2024-11-20 | Fix LLVM target triple for `x86_64-win7-windows-msvc` | Kleis Auke Wolthuizen | -1/+1 |
| 2024-11-14 | Support s390x z13 vector ABI | Taiki Endo | -6/+0 |
| 2024-11-12 | use gnu ld for m68k target | kirk | -2/+9 |
| 2024-11-11 | Emscripten: link with -sWASM_BIGINT | Hood Chatham | -1/+2 |
| 2024-11-09 | Rollup merge of #132785 - durin42:llvm-20-more-alignments, r=nikic | Matthias Krüger | -4/+4 |