| Age | Commit message (Expand) | Author | Lines |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+2 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+1 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+1 |
| 2025-01-20 | Add NuttX support for AArch64 and ARMv7-A targets | Huang Qi | -0/+5 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -0/+1 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+1 |
| 2025-01-10 | fix ZST handling for Windows ABIs on MSVC target | Ralf Jung | -5/+10 |
| 2025-01-06 | Add new `{x86_64,i686}-win7-windows-gnu` targets | Tobias Bucher | -1/+3 |
| 2025-01-06 | Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee | bors | -0/+1 |
| 2025-01-05 | Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee | bors | -6/+24 |
| 2025-01-05 | add dedicated type for ABI target feature constraints | Ralf Jung | -4/+4 |
| 2025-01-03 | add m68k-unknown-none-elf target | kirk | -0/+1 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -0/+2 |
| 2024-12-31 | explicitly model that certain ABIs require/forbid certain target features | Ralf Jung | -6/+24 |
| 2024-12-30 | explicitly set float ABI for all ARM targets | Ralf Jung | -1/+5 |
| 2024-12-30 | add llvm_floatabi field to target spec that controls FloatABIType | Ralf Jung | -0/+41 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -1/+1 |
| 2024-12-15 | reject unsound toggling of RISCV target features | Ralf Jung | -1/+1 |
| 2024-12-15 | advice against negative features in target specs | Ralf Jung | -0/+4 |
| 2024-12-15 | apply review feedback | Ralf Jung | -18/+2 |
| 2024-12-14 | reject aarch64 target feature toggling that would change the float ABI | Ralf Jung | -0/+12 |
| 2024-12-11 | forbid toggling x87 and fpregs on hard-float targets | Ralf Jung | -0/+12 |
| 2024-12-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+2 |
| 2024-11-28 | move target JSON (de)serialization to separate file | Ralf Jung | -789/+2 |
| 2024-11-27 | ensure JSON-defined targets are consistent | Ralf Jung | -3/+364 |
| 2024-11-24 | Remove forces_embed_bitcode | DianQK | -5/+0 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-11-03 | Remove is_builtin target spec field | bjorn3 | -12/+1 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -1/+0 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -72/+73 |
| 2024-11-02 | Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov | Matthias Krüger | -5/+6 |
| 2024-11-01 | Move Mach-O platform information to rustc_codegen_ssa::back::apple | Mads Marquart | -1/+0 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -5/+7 |
| 2024-10-30 | compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi` | Jubilee Young | -1/+7 |
| 2024-10-22 | Add wasm32v1-none target (compiler-team/#791) | Graydon Hoare | -0/+1 |
| 2024-10-22 | Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubilee | bors | -0/+12 |
| 2024-10-21 | Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix | Jubilee | -0/+12 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -6/+5 |
| 2024-10-19 | cg_llvm: Reuse LLVM-C Comdat support | Jubilee Young | -0/+7 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -0/+12 |
| 2024-10-05 | Add targets: riscv32{e|em|emc} | Henri Lunnikivi | -0/+4 |
| 2024-10-04 | Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix | Jubilee | -0/+1 |
| 2024-10-02 | Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -9/+60 |
| 2024-09-29 | Do not specify an SDK version in object files | Mads Marquart | -1/+1 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+2 |
| 2024-09-23 | Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu | Michael Goulet | -0/+1 |
| 2024-09-23 | Add new Tier-3 target: `loongarch64-unknown-linux-ohos` | Xiaotian Wu | -0/+1 |
| 2024-09-23 | Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxu | Jubilee | -4/+0 |