| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+29 |
| 2024-08-14 | Promote Mac Catalyst targets to tier 2, and ship with rustup | Mads Marquart | -2/+2 |
| 2024-08-13 | Rollup merge of #128643 - beetrees:ppc64-abi-fix, r=bjorn3 | Matthias Krüger | -55/+12 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -1/+3 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+3 |
| 2024-08-11 | Refactor `powerpc64` call ABI handling | beetrees | -55/+12 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -5/+4 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-08-10 | Update std and compiler | Nadrieril | -1/+1 |
| 2024-08-09 | fix incorrect value | Evelyn Harthbrooke | -1/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -5/+4 |
| 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-05 | Rollup merge of #122049 - Amanieu:riscv64-musl-tier2, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-08-04 | Implement a implicit target feature mechanism | daxpedda | -0/+11 |
| 2024-08-04 | Stabilize Wasm relaxed SIMD | daxpedda | -1/+1 |
| 2024-08-03 | Make riscv64gc-unknown-linux-musl dynamically linked by default | Amanieu d'Antras | -0/+1 |
| 2024-08-02 | Move ZST ABI handling to `rustc_target` | beetrees | -18/+55 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+3 |
| 2024-08-01 | Rollup merge of #128296 - heiher:update-metadata, r=Urgau | Matthias Krüger | -6/+6 |
| 2024-07-30 | Match LLVM ABI in `extern "C"` functions for `f128` on Windows | beetrees | -3/+7 |
| 2024-07-29 | Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 | bors | -0/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -133/+181 |
| 2024-07-28 | Update target-spec metadata for loongarch64 targets | WANG Rui | -6/+6 |
| 2024-07-23 | Auto merge of #127755 - no1wudi:master, r=michaelwoerister | bors | -0/+400 |
| 2024-07-22 | Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwco | Trevor Gross | -0/+12 |
| 2024-07-19 | Add NuttX based targets for RISC-V and ARM | Huang Qi | -0/+400 |
| 2024-07-18 | Add powerpc-unknown-linux-muslspe compile target | Josef Schlehofer | -0/+29 |
| 2024-07-17 | cleanup: remove support for 3DNow! cpu features | Augie Fackler | -3/+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-15 | Auto merge of #127265 - harmou01:dev/harmou01/target-spec-metadata, r=Nilstrieb | bors | -887/+903 |
| 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-07-11 | Remove extern "wasm" ABI | Nikita Popov | -38/+19 |
| 2024-07-03 | Fill out target-spec metadata for all targets | Harry Moulton | -887/+903 |
| 2024-07-02 | Use the aligned size for alloca at args when the pass mode is cast. | DianQK | -1/+7 |
| 2024-06-24 | rustc_target: Build sparc_unknown_linux_gnu with -mcpu=v9 and -m32 | John Paul Adrian Glaubitz | -1/+1 |
| 2024-06-24 | rustc_target: Rewrite sparc_unknown_linux_gnu spec to use TargetOptions | John Paul Adrian Glaubitz | -8/+11 |
| 2024-06-24 | Rollup merge of #126849 - workingjubilee:correctly-classify-arm-low-dregs, r=... | Matthias Krüger | -40/+40 |
| 2024-06-23 | compiler: Add FramePointer::ratchet | Jubilee Young | -0/+14 |
| 2024-06-22 | compiler: Fix arm32 asm issues by hierarchically sorting reg classes | Jubilee Young | -40/+40 |
| 2024-06-22 | Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu | Guillaume Gomez | -5/+7 |
| 2024-06-21 | Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=Amanieu | Jubilee | -3/+4 |
| 2024-06-21 | Add `f16` inline ASM support for RISC-V | beetrees | -3/+4 |