| Age | Commit message (Expand) | Author | Lines |
| 2025-09-10 | s390x: mark soft-float target feature as incompatible | Ralf Jung | -0/+8 |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -0/+43 |
| 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-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 #144761 - tgross35:cfg-outline-atomics, r=davidtwco | Guillaume Gomez | -0/+4 |
| 2025-08-11 | Add new Tier-3 target: riscv64a23-unknown-linux-gnu | Chen Zhongyao | -0/+113 |
| 2025-08-09 | rustc_target: Add the `32s` target feature for LoongArch | WANG Rui | -0/+1 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -1/+68 |
| 2025-07-31 | aarch64: Make `outline-atomics` a known target feature | Trevor Gross | -0/+4 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -24/+24 |
| 2025-06-21 | add nvptx_target_feature | Jed Brown | -1/+68 |
| 2025-06-19 | various minor target feature cleanups | Ralf Jung | -16/+4 |
| 2025-06-19 | line-wrap and extend comments, typos | Ralf Jung | -0/+1 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -16/+14 |
| 2025-06-13 | Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco | Matthias Krüger | -10/+29 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -2/+2 |
| 2025-06-09 | Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35 | Trevor Gross | -3/+3 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -10/+29 |
| 2025-06-07 | Stabilize `sha512_sm_x86`, and the `sha512`, `sm3` and `sm4` target features | sayantn | -3/+3 |
| 2025-06-07 | Stabilize the `keylocker_x86` flag, and the `kl` and `widekl` target features | sayantn | -2/+2 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -3/+3 |
| 2025-06-04 | Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubilee | Matthias Krüger | -10/+16 |
| 2025-05-22 | aarch64-softfloat: forbid enabling the neon target feature | Ralf Jung | -5/+7 |
| 2025-05-19 | add s390x z17 target features | Folkert de Vries | -10/+16 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -22/+22 |
| 2025-05-09 | Partially stabilize LoongArch target features | WANG Rui | -7/+7 |
| 2025-05-06 | Added `apxf` target feature support, under flag `apx_target_feature` | Madhav Madhusoodanan | -0/+1 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -0/+20 |
| 2025-05-02 | Rollup merge of #140507 - a4lg:riscv-feature-addition-batch-3, r=Amanieu | Stuart Cook | -1/+11 |
| 2025-05-02 | Rollup merge of #140389 - sayantn:avx512fp16, r=Amanieu | Stuart Cook | -1/+1 |
| 2025-05-02 | Rollup merge of #138872 - a4lg:riscv-fix-incompatible-abi-zfinx, r=workingjub... | Stuart Cook | -4/+4 |
| 2025-05-01 | rustc_target: RISC-V "Zfinx" is incompatible with {ILP32,LP64}[FD] ABIs | Tsukasa OI | -4/+4 |
| 2025-05-01 | rustc_target: RISC-V: Add BF16 extensions | Tsukasa OI | -0/+3 |
| 2025-05-01 | rustc_target: RISC-V: Add atomics/memory-related extensions | Tsukasa OI | -0/+7 |
| 2025-05-01 | rustc_target: Adjust RISC-V feature implication (Za64rs and Za128rs) | Tsukasa OI | -1/+1 |
| 2025-05-01 | Remove `avx512dq` and `avx512vl` implication for `avx512fp16` | Sayantan Chakraborty | -1/+1 |
| 2025-04-29 | Add comment to remind filtering unsupported features when adding new ones | WANG Rui | -0/+3 |
| 2025-04-26 | Add the `avx10.1` and `avx10.2` target features | sayantn | -0/+20 |
| 2025-04-24 | Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-04-22 | rustc_target: Adjust RISC-V feature implication | Tsukasa OI | -5/+5 |
| 2025-04-20 | make abi_unsupported_vector_types a hard error | Ralf Jung | -1/+1 |
| 2025-04-16 | rustc_target: RISC-V: feature addition batch 2 | Tsukasa OI | -1/+11 |
| 2025-04-02 | Rollup merge of #138823 - a4lg:riscv-feature-addition-base-i, r=Amanieu | Stuart Cook | -4/+9 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+6 |
| 2025-04-02 | rustc_target: RISC-V: add base "I"-related important extensions | Tsukasa OI | -4/+9 |
| 2025-03-20 | rustc_target: Use zvl*b target features in vector ABI check | Taiki Endo | -2/+14 |
| 2025-03-20 | rustc_target: Add more RISC-V vector-related features | Taiki Endo | -1/+37 |
| 2025-03-17 | rustc_target: Add target feature constraints for LoongArch | WANG Rui | -0/+22 |