| Age | Commit message (Expand) | Author | Lines |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -4/+1 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -4/+1 |
| 2022-03-17 | Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-03-16 | feat: more RISC-V features | luojia65 | -0/+20 |
| 2022-03-14 | Stabilize ADX target feature | Tony Arcieri | -1/+1 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -53/+56 |
| 2022-03-04 | Rollup merge of #94339 - Amanieu:arm-d32, r=nagisa | Dylan DPC | -0/+1 |
| 2022-03-01 | Direct users towards using Rust feature names in CLI | Simonas Kazlauskas | -0/+3 |
| 2022-02-24 | ARM: Only allow using d16-d31 with asm! when supported by the target | Amanieu d'Antras | -0/+1 |
| 2022-02-21 | On ARM, use relocation_model to detect whether r9 should be reserved | Amanieu d'Antras | -1/+0 |
| 2022-02-10 | Split PAuth target feature | Adam Gemmell | -2/+13 |
| 2021-12-10 | asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by | Amanieu d'Antras | -0/+1 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -0/+1 |
| 2021-11-08 | enable `dotprod` target feature in arm | SparrowLii | -0/+1 |
| 2021-11-03 | Update aarch64 `target_feature` list for LLVM 12. | Adam Gemmell | -8/+17 |
| 2021-10-25 | enable `i8mm` on arm | SparrowLii | -0/+1 |
| 2021-10-25 | enable `i8mm` target feature on aarch64 | SparrowLii | -1/+1 |
| 2021-08-03 | Remove crypto composite feature from allowed aarch64 features. | Adam Gemmell | -2/+0 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -1/+1 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -0/+4 |
| 2021-05-19 | Ensure all crypto components (AES, PMULL, SHA1/2) are available on arm/aarch64 | Adam Gemmell | -0/+4 |
| 2021-05-19 | Rename fptoint to frintts | Adam Gemmell | -1/+1 |
| 2021-05-19 | Remove LSE2 | Adam Gemmell | -3/+1 |
| 2021-04-28 | Update list of allowed aarch64 features | Adam Gemmell | -2/+75 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -1/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -1/+1 |
| 2021-04-03 | add fp-armv8 for ARM_ALLOWED_FEATURES | surechen | -0/+1 |
| 2020-11-18 | Rollup merge of #78361 - DevJPM:master, r=workingjubilee | Mara Bos | -0/+13 |
| 2020-11-15 | Re-enable LLVM 9 target features with LLVM 9 being the minimum now | DevJPM | -2/+2 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -0/+1 |
| 2020-10-26 | Updated documentation, x86 feature detection testing, and removed LLVM 9 excl... | DevJPM | -2/+2 |
| 2020-10-25 | Updated the list of white-listed target features for x86 | DevJPM | -0/+13 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -1/+1 |
| 2020-10-09 | Move supported_target_features query provider to cg_ssa | bjorn3 | -0/+15 |
| 2020-10-04 | Move target feature whitelist from cg_llvm to cg_ssa | bjorn3 | -0/+150 |