| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | ABI checks: add support for some tier3 arches, warn on others. | Luca Versari | -14/+23 |
| 2024-11-12 | ABI checks: add support for tier2 arches | Luca Versari | -3/+21 |
| 2024-11-11 | Auto merge of #132880 - RalfJung:implied-features, r=workingjubilee | bors | -0/+5 |
| 2024-11-11 | target_features: explain what exacty 'implied' means here | Ralf Jung | -0/+5 |
| 2024-11-10 | Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target... | Alex Crichton | -2/+3 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -0/+17 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -0/+1 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+9 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -51/+91 |
| 2024-11-01 | Emit warning when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+17 |
| 2024-10-28 | Add a new `wide-arithmetic` feature for WebAssembly | Alex Crichton | -0/+1 |
| 2024-10-27 | Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu | bors | -0/+2 |
| 2024-10-26 | x86 target features: make pclmulqdq imply sse2 | Ralf Jung | -1/+1 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -17/+0 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+17 |
| 2024-10-16 | rustc_target: Add pauth-lr aarch64 target feature | Kajetan Puchalski | -0/+2 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -1/+3 |
| 2024-09-28 | rustc_target: Add RISC-V atomic-related features | Taiki Endo | -1/+4 |
| 2024-09-26 | rustc_target: Add powerpc64 atomic-related features | Taiki Endo | -0/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+7 |
| 2024-08-27 | rustc_target: Remove fpmr target feature | Kajetan Puchalski | -2/+0 |
| 2024-08-27 | rustc_target: Add SME aarch64 features | Kajetan Puchalski | -0/+26 |
| 2024-08-27 | rustc_target: Add various aarch64 features | Kajetan Puchalski | -5/+49 |
| 2024-08-07 | Fix typo | Caleb Zulawski | -1/+1 |
| 2024-08-07 | Remove redundant implied features | Caleb Zulawski | -2/+4 |
| 2024-08-07 | Don't use LLVM to compute -Ctarget-feature | Caleb Zulawski | -1/+7 |
| 2024-08-07 | Don't use LLVM's target features | Caleb Zulawski | -0/+25 |
| 2024-08-07 | Refactor and fill out target feature lists | Caleb Zulawski | -341/+272 |
| 2024-08-07 | Add missing features | Caleb Zulawski | -0/+26 |
| 2024-08-07 | Add implied target features to target_feature attribute | Caleb Zulawski | -6/+52 |
| 2024-08-04 | Implement a implicit target feature mechanism | daxpedda | -0/+11 |
| 2024-08-04 | Stabilize Wasm relaxed SIMD | daxpedda | -1/+1 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-17 | rustc_codegen_llvm: properly passing backchain attribute to LLVM ... | liushuyu | -0/+3 |
| 2024-07-17 | rustc_target: add known safe s390x target features | liushuyu | -0/+9 |
| 2024-07-12 | Added the `xop` target feature and `xop_target_feature` gate | sayantn | -0/+1 |
| 2024-07-11 | Add the feature gate and target-features | sayantn | -0/+5 |
| 2024-06-19 | Add the target-features | Sayantan Chakraborty | -0/+5 |
| 2024-05-24 | Stop using the avx512er and avx512pf x86 target features | Hans Wennborg | -2/+0 |
| 2024-04-18 | Stabilize Wasm phase 4 & 5 proposals | daxpedda | -4/+5 |
| 2024-04-17 | llvm: update riscv target feature to match LLVM 19 | Augie Fackler | -1/+1 |
| 2024-03-07 | Auto merge of #119199 - dpaoliello:arm64ec, r=petrochenkov | bors | -2/+2 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -2/+2 |
| 2024-03-06 | loongarch: add frecipe and relax target feature | WANG Rui | -0/+2 |
| 2024-02-15 | Update aarch64 target feature docs to match LLVM | Adam Gemmell | -4/+4 |
| 2024-02-12 | Add lahfsahf and prfchw target feature | Chris Denton | -0/+2 |
| 2024-01-13 | add avx512fp16 to x86 target features | usamoi | -0/+1 |
| 2023-12-14 | Move rustc_codegen_ssa target features to rustc_target | Urgau | -0/+429 |