| Age | Commit message (Expand) | Author | Lines |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -0/+6 |
| 2025-04-10 | Add minimal x86_64-lynx-lynxos178 support. | Tim Newsome | -0/+3 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -0/+3 |
| 2025-03-03 | Remove i586-pc-windows-msvc | Noratrieb | -3/+0 |
| 2025-02-24 | tests: use minicore more | David Wood | -10/+15 |
| 2025-02-20 | Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubilee | Jubilee | -3/+3 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -3/+3 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -3/+3 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -0/+3 |
| 2025-02-12 | Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJung | Guillaume Gomez | -3/+3 |
| 2025-02-10 | Add cygwin target. | 王宇逸 | -0/+3 |
| 2025-02-07 | Replace i686-unknown-redox target with i586-unknown-redox | Jeremy Soller | -3/+3 |
| 2025-01-31 | Add amdgpu target | Flakebi | -0/+21 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+6 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+3 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+3 |
| 2025-01-20 | Add NuttX support for AArch64 and ARMv7-A targets | Huang Qi | -0/+15 |
| 2025-01-06 | Add new `{x86_64,i686}-win7-windows-gnu` targets | Tobias Bucher | -0/+6 |
| 2025-01-06 | Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee | bors | -0/+3 |
| 2025-01-05 | Auto merge of #135074 - wzssyqa:mips-mti, r=oli-obk | bors | -0/+6 |
| 2025-01-03 | Force code generation in assembly generation smoke-tests | Matthew Maurer | -0/+4 |
| 2025-01-03 | add m68k-unknown-none-elf target | kirk | -0/+3 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -0/+6 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -3/+0 |
| 2024-10-22 | Add wasm32v1-none target (compiler-team/#791) | Graydon Hoare | -0/+3 |
| 2024-10-05 | Add assembly tests to satisfy 'tidy' | Henri Lunnikivi | -0/+9 |
| 2024-10-04 | Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix | Jubilee | -0/+3 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+6 |
| 2024-09-23 | Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu | Michael Goulet | -0/+3 |
| 2024-09-23 | Add new Tier-3 target: `loongarch64-unknown-linux-ohos` | Xiaotian Wu | -0/+3 |
| 2024-09-21 | Remove x86_64-fuchsia and aarch64-fuchsia target aliases | Artyom Tetyukhin | -6/+0 |
| 2024-09-20 | Add arm64e-apple-tvos target | Artyom Tetyukhin | -0/+3 |
| 2024-09-20 | Add Vxworks RISC-V targets | B I Mohammed Abbas | -0/+6 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -2/+0 |
| 2024-09-16 | Add x86_64-unknown-trusty as tier 3 | Nicole LeGare | -0/+3 |
| 2024-09-08 | added support for GNU/Hurd on x86_64 | Samuel Thibault | -0/+3 |
| 2024-09-03 | rtems: Add spec file for arm_rtems6_eabihf | Jan Sommer | -0/+3 |
| 2024-08-30 | Squashed `aarch64_unknown_nto_qnx700` support | Yuri Astrakhan | -0/+3 |
| 2024-08-23 | Add Trusty OS as tier 3 target | Nicole LeGare | -0/+6 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+3 |
| 2024-07-19 | Add NuttX based targets for RISC-V and ARM | Huang Qi | -0/+36 |
| 2024-07-18 | Add powerpc-unknown-linux-muslspe compile target | Josef Schlehofer | -0/+3 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -0/+9 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+3 |
| 2024-06-13 | feat: Add std Xtensa targets support | Sergio Gasquez | -0/+9 |
| 2024-05-29 | Add no_std Xtensa targets support | Sergio Gasquez | -1/+12 |
| 2024-05-12 | test: Add assembly tests for x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+3 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+8 |
| 2024-03-20 | Add bare metal riscv32 target. | Roy Buitenhuis | -0/+3 |
| 2024-03-18 | Update visionOS MachO tests to require LLVM 18 | Adam Gastineau | -0/+2 |