| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-21 | Add `f16` inline ASM support for 32-bit ARM | beetrees | -5/+7 |
| 2024-06-21 | Rollup merge of #126617 - sayantn:veorq, r=workingjubilee | Matthias Krüger | -0/+5 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -0/+118 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -2/+2 |
| 2024-06-19 | Add the target-features | Sayantan Chakraborty | -0/+5 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+28 |
| 2024-06-16 | Several fixes to the redox target specs | Jeremy Soller | -1/+3 |
| 2024-06-13 | Add `f16` and `f128` inline ASM support for `x86` and `x86-64` | beetrees | -11/+23 |
| 2024-06-13 | feat: Add std Xtensa targets support | Sergio Gasquez | -0/+118 |
| 2024-06-12 | Rollup merge of #126324 - zmodem:loongarch, r=nikic | Michael Goulet | -4/+4 |
| 2024-06-12 | Rollup merge of #125869 - alexcrichton:add-p1-to-wasi-targets, r=wesleywiser | Michael Goulet | -0/+2 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -0/+218 |
| 2024-06-12 | Rollup merge of #125980 - kjetilkjeka:nvptx_remove_direct_passmode, r=davidtwco | Jubilee | -8/+39 |
| 2024-06-12 | Adjust LoongArch64 data layouts for LLVM update | Hans Wennborg | -4/+4 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -23/+0 |
| 2024-06-06 | Improve naming and path operations in crate loader | Nilstrieb | -9/+5 |
| 2024-06-01 | Add `target_env = "p1"` to the `wasm32-wasip1` target | Alex Crichton | -0/+2 |
| 2024-05-31 | NVPTX: Avoid PassMode::Direct for C ABI | Kjetil Kjeka | -8/+39 |
| 2024-05-30 | Add f16/f128 handling in a couple places | Nicholas Bishop | -0/+2 |
| 2024-05-29 | Add no_std Xtensa targets support | Sergio Gasquez | -0/+93 |
| 2024-05-29 | Teach rustc about the Xtensa call ABI. | Scott Mabin | -0/+125 |
| 2024-05-28 | Rollup merge of #117671 - kjetilkjeka:nvptx_c_abi_avoid_direct, r=davidtwco | Matthias Krüger | -5/+4 |
| 2024-05-24 | Stop using the avx512er and avx512pf x86 target features | Hans Wennborg | -2/+0 |
| 2024-05-21 | Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvalle | bors | -0/+35 |
| 2024-05-21 | Rollup merge of #124772 - madsmtm:apple-platform-support-docs, r=oli-obk | Matthias Krüger | -0/+5 |
| 2024-05-17 | Add source for mutually-exclusive list | David Koloski | -0/+2 |
| 2024-05-16 | enable rust-lld on `x86_64-unknown-linux-gnu` when requested | Rémy Rakic | -0/+13 |
| 2024-05-15 | Improved the documentation of the FnAbi struct | Michał Kostrubiec | -4/+9 |
| 2024-05-15 | Sort mutually-exclusive pairs, update fixed tests | David Koloski | -23/+23 |
| 2024-05-15 | Relax restrictions on multiple sanitizers | David Koloski | -0/+33 |
| 2024-05-11 | Add x86_64-unknown-linux-none target | Federico Maria Morrone | -0/+28 |
| 2024-05-11 | Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFox | bors | -97/+103 |
| 2024-05-11 | Rollup merge of #124233 - mati865:fix-support-for-upcoming-mingw-w64, r=petro... | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-05-10 | NVPTX: Avoid PassMode::Direct for args in C abi | Kjetil Kjeka | -5/+4 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -14/+16 |
| 2024-05-10 | Rollup merge of #124915 - nnethercote:rustc_target-cleanups, r=bjorn3 | Matthias Krüger | -17/+5 |