| Age | Commit message (Expand) | Author | Lines |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -1/+1 |
| 2025-08-24 | Replace the `llvm::Bool` typedef with a proper newtype | Zalathar | -1/+1 |
| 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 | -5/+1 |
| 2025-08-11 | Add new Tier-3 target: riscv64a23-unknown-linux-gnu | Chen Zhongyao | -1/+5 |
| 2025-08-09 | rustc_target: Add the `32s` target feature for LoongArch | WANG Rui | -0/+1 |
| 2025-08-08 | Rollup merge of #144987 - tgross35:llvm21-f16-f128, r=nikic | Trevor Gross | -11/+13 |
| 2025-08-07 | Enable f16 and f128 on targets that were fixed in LLVM21 | Trevor Gross | -11/+13 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -6/+12 |
| 2025-07-26 | Rollup merge of #144383 - ZuseZ4:disable-f128-on-amdgcn, r=oli-obk | Jacob Pratt | -0/+2 |
| 2025-07-26 | Disable has_reliable_f128_math on musl targets | Jens Reidel | -0/+3 |
| 2025-07-23 | disable cfg.has_reliable_f128 on amdgcn | Manuel Drehwald | -0/+2 |
| 2025-06-30 | Disable f16 on Aarch64 without neon for llvm < 20.1.1 | Trevor Gross | -0/+8 |
| 2025-06-21 | target-feature: enable rust target features implied by target-cpu | Jed Brown | -6/+3 |
| 2025-06-21 | add nvptx_target_feature | Jed Brown | -0/+9 |
| 2025-06-19 | various minor target feature cleanups | Ralf Jung | -11/+11 |
| 2025-06-19 | line-wrap and extend comments, typos | Ralf Jung | -5/+5 |
| 2025-06-19 | cg_gcc: properly populate cfg(target_features) with -Ctarget-features | Ralf Jung | -16/+16 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -120/+40 |
| 2025-06-19 | move cfg(target_feature) computation into shared place | Ralf Jung | -80/+7 |
| 2025-06-09 | -Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable... | Andrew Zhogin | -15/+10 |
| 2025-05-19 | add s390x z17 target features | Folkert de Vries | -0/+8 |
| 2025-05-06 | Added `apxf` target feature support, under flag `apx_target_feature` | Madhav Madhusoodanan | -0/+12 |
| 2025-05-05 | feat: Added capability to add multiple dependencies for an LLVMFeature | Madhav Madhusoodanan | -17/+20 |
| 2025-05-04 | Rollup merge of #139675 - sayantn:avx10, r=Amanieu | Stuart Cook | -0/+3 |
| 2025-05-01 | Rollup merge of #140460 - heiher:issue-140455, r=Urgau | Guillaume Gomez | -0/+6 |
| 2025-04-29 | Filter out LoongArch features not supported by the current LLVM version | WANG Rui | -0/+6 |
| 2025-04-29 | Enable `target_has_reliable_f16_math` on x86 | Trevor Gross | -7/+3 |
| 2025-04-27 | Implement the internal feature `cfg_target_has_reliable_f16_f128` | Trevor Gross | -3/+86 |
| 2025-04-26 | Add the `avx10.1` and `avx10.2` target features | sayantn | -0/+3 |
| 2025-04-05 | Update the minimum external LLVM to 19 | Josh Stone | -15/+2 |
| 2025-04-02 | Rollup merge of #138003 - sayantn:new-amx, r=Amanieu | Stuart Cook | -0/+7 |
| 2025-03-20 | rustc_target: Add more RISC-V vector-related features | Taiki Endo | -1/+3 |
| 2025-03-05 | Add the `movrs` target feature and `movrs_target_feature` feature gate | sayantn | -0/+1 |
| 2025-03-05 | Add the new `amx` target features | sayantn | -0/+6 |
| 2025-03-05 | Remove out of date comment. | Nicholas Nethercote | -1/+0 |
| 2025-03-05 | Use `collect` to initialize `features`. | Nicholas Nethercote | -28/+25 |
| 2025-03-05 | Change signature of `target_features_cfg`. | Nicholas Nethercote | -24/+30 |
| 2025-03-05 | Simplify `implied_target_features`. | Nicholas Nethercote | -3/+3 |
| 2025-03-05 | Avoid double interning of feature names. | Nicholas Nethercote | -8/+7 |
| 2025-02-24 | codegen_llvm: avoid `Deref` impls w/ extern type | David Wood | -3/+4 |
| 2025-02-22 | rustc_target: Add more RISC-V atomic-related features | Taiki Endo | -0/+2 |
| 2025-02-11 | Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwco | Jacob Pratt | -0/+1 |
| 2025-02-10 | rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm module | Daniel Paoliello | -1/+1 |
| 2025-02-07 | rustc_target: Add the fp16 target feature for AArch32 | Kajetan Puchalski | -0/+1 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -50/+6 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -1/+4 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -1/+4 |
| 2025-01-05 | add dedicated type for ABI target feature constraints | Ralf Jung | -7/+10 |
| 2024-12-31 | add ABI target features *before* -Ctarget-features | Ralf Jung | -6/+6 |