| Age | Commit message (Expand) | Author | Lines |
| 2025-03-15 | Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkov | León Orell Valerian Liehr | -0/+5 |
| 2025-03-14 | rustc_target: Add target features for LoongArch v1.1 | WANG Rui | -0/+5 |
| 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/+5 |
| 2025-03-05 | Simplify `implied_target_features`. | Nicholas Nethercote | -7/+5 |
| 2025-03-02 | rustc_target: Add msync target feature and enable it on powerpcspe targets | Taiki Endo | -0/+1 |
| 2025-02-24 | Rollup merge of #137417 - taiki-e:riscv-atomic, r=Amanieu | Michael Goulet | -0/+5 |
| 2025-02-22 | rustc_target: Add more RISC-V atomic-related features | Taiki Endo | -0/+5 |
| 2025-02-21 | add more s390x target features | Folkert de Vries | -1/+20 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -0/+8 |
| 2025-02-11 | Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwco | Jacob Pratt | -0/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -6/+10 |
| 2025-02-07 | rustc_target: Add the fp16 target feature for AArch32 | Kajetan Puchalski | -0/+1 |
| 2025-02-07 | Rollup merge of #136191 - klensy:const_a, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2025-02-04 | Rollup merge of #134814 - sayantn:keylocker, r=oli-obk | Matthias Krüger | -0/+2 |
| 2025-02-03 | Auto merge of #136146 - RalfJung:x86-abi, r=workingjubilee | bors | -16/+36 |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -16/+36 |
| 2025-01-29 | Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmease | bors | -0/+5 |
| 2025-01-28 | replaces few consts with statics to reduce readonly section | klensy | -9/+9 |
| 2025-01-28 | Reject unsound toggling of Arm atomics-32 target feature | Taiki Endo | -0/+5 |
| 2025-01-28 | update comments | Ralf Jung | -13/+11 |
| 2025-01-07 | arm: add unstable soft-float target feature | Ralf Jung | -0/+8 |
| 2025-01-06 | Add `kl` and `widekl` target features, and the feature gate | Sayantan Chakraborty | -0/+2 |
| 2025-01-05 | add dedicated type for ABI target feature constraints | Ralf Jung | -10/+18 |
| 2024-12-31 | arm: use target.llvm_floatabi over soft-float target feature | Ralf Jung | -9/+20 |
| 2024-12-31 | add ABI target features *before* -Ctarget-features | Ralf Jung | -0/+3 |
| 2024-12-31 | x86-64 hardfloat actually requires sse2 | Ralf Jung | -1/+10 |
| 2024-12-31 | clean up target feature system; most of the toggleability is now handled by t... | Ralf Jung | -431/+343 |
| 2024-12-31 | explicitly model that certain ABIs require/forbid certain target features | Ralf Jung | -113/+95 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -1/+1 |
| 2024-12-16 | Rollup merge of #134337 - RalfJung:riscv-target-features, r=workingjubilee | Matthias Krüger | -4/+71 |
| 2024-12-16 | tweak comments | Ralf Jung | -3/+7 |
| 2024-12-15 | reject unsound toggling of RISCV target features | Ralf Jung | -3/+66 |
| 2024-12-15 | Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxu | bors | -1/+17 |
| 2024-12-15 | apply review feedback | Ralf Jung | -12/+12 |
| 2024-12-15 | Add m68k_target_feature | Taiki Endo | -1/+17 |
| 2024-12-14 | reject aarch64 target feature toggling that would change the float ABI | Ralf Jung | -1/+23 |
| 2024-12-14 | target_features: control separately whether enabling and disabling a target f... | Ralf Jung | -22/+55 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -337/+441 |
| 2024-12-11 | apply review feedback | Ralf Jung | -12/+22 |
| 2024-12-11 | forbid toggling x87 and fpregs on hard-float targets | Ralf Jung | -2/+34 |
| 2024-12-11 | generalize 'forbidden feature' concept so that even (un)stable feature can be... | Ralf Jung | -335/+397 |
| 2024-12-11 | ABI checks: add support for loongarch | WANG Rui | -1/+3 |
| 2024-12-09 | Add the `power8-crypto` target feature | Sayantan Chakraborty | -0/+1 |
| 2024-11-26 | Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed... | Taiki Endo | -0/+6 |
| 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 |