| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-09-21 | disallow cmse ABIs on unsupported platforms | Folkert | -2/+4 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+1 |
| 2024-09-21 | Remove x86_64-fuchsia and aarch64-fuchsia target aliases | Artyom Tetyukhin | -4/+0 |
| 2024-09-20 | Add arm64e-apple-tvos target | Artyom Tetyukhin | -0/+2 |
| 2024-09-20 | Add Vxworks RISC-V targets | B I Mohammed Abbas | -0/+2 |
| 2024-09-16 | Add x86_64-unknown-trusty as tier 3 | Nicole LeGare | -0/+1 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -0/+76 |
| 2024-09-08 | added support for GNU/Hurd on x86_64 | Samuel Thibault | -0/+1 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -2/+2 |
| 2024-09-05 | Apple: Refactor deployment target version parsing | Mads Marquart | -2/+2 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -0/+2 |
| 2024-09-03 | Rollup merge of #129863 - RalfJung:target-spec-features, r=wesleywiser | Matthias Krüger | -3/+4 |
| 2024-09-03 | update comment regarding TargetOptions.features | Ralf Jung | -3/+4 |
| 2024-09-03 | rtems: Add spec file for arm_rtems6_eabihf | Jan Sommer | -0/+2 |
| 2024-09-02 | Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 3) | Alexander Cyon | -1/+1 |
| 2024-08-30 | Squashed `aarch64_unknown_nto_qnx700` support | Yuri Astrakhan | -0/+1 |
| 2024-08-23 | Add Trusty OS as tier 3 target | Nicole LeGare | -0/+3 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -5/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -15/+17 |
| 2024-07-19 | Add NuttX based targets for RISC-V and ARM | Huang Qi | -0/+13 |
| 2024-07-18 | Add powerpc-unknown-linux-muslspe compile target | Josef Schlehofer | -0/+1 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -16/+1 |
| 2024-06-23 | compiler: Add FramePointer::ratchet | Jubilee Young | -0/+14 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -0/+3 |