| Age | Commit message (Expand) | Author | Lines |
| 2024-10-02 | Rollup merge of #131166 - madsmtm:target-info-switch-vendor, r=jieyouxu | Jubilee | -0/+1 |
| 2024-10-03 | Fix target_os for mipsel-sony-psx | Mads Marquart | -2/+1 |
| 2024-10-02 | Fix target_abi in SOLID targets | Mads Marquart | -0/+2 |
| 2024-10-02 | Fix target_env in avr-unknown-gnu-atmega328 | Mads Marquart | -0/+2 |
| 2024-10-02 | Fix target_vendor in non-idf Xtensa ESP32 targets | Mads Marquart | -0/+3 |
| 2024-10-02 | Fix target_vendor in QNX Neutrino targets | Mads Marquart | -0/+2 |
| 2024-10-02 | Fix target_vendor for aarch64-nintendo-switch-freestanding | Mads Marquart | -0/+1 |
| 2024-10-02 | Rollup merge of #131016 - madsmtm:no-sdk-version-in-object, r=jieyouxu | Matthias Krüger | -18/+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 | -18/+1 |
| 2024-09-27 | Rollup merge of #130435 - madsmtm:move-apple-link-args, r=petrochenkov | Matthias Krüger | -120/+2 |
| 2024-09-26 | Move Apple linker args from `rustc_target` to `rustc_codegen_ssa` | Mads Marquart | -120/+2 |
| 2024-09-26 | Update FIXME comment in s390x_unknown_linux_*.rs | Taiki Endo | -6/+4 |
| 2024-09-25 | Rollup merge of #130809 - heiher:update-triple-ohos, r=jieyouxu | Matthias Krüger | -8/+4 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -5/+55 |
| 2024-09-25 | Vxworks riscv target specs: remove redundant zicsr feature | B I Mohammed Abbas | -4/+4 |
| 2024-09-25 | Update llvm triple for OpenHarmony targets | WANG Rui | -8/+4 |
| 2024-09-23 | Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu | Michael Goulet | -0/+25 |
| 2024-09-23 | Add new Tier-3 target: `loongarch64-unknown-linux-ohos` | Xiaotian Wu | -0/+25 |
| 2024-09-23 | Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxu | Jubilee | -6/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -541/+503 |
| 2024-09-21 | Rollup merge of #130650 - BlackHoleFox:apple-target-desc-consistency, r=jieyouxu | Jubilee | -18/+18 |
| 2024-09-21 | Fixup Apple target's description strings | BlackHoleFox | -18/+18 |
| 2024-09-21 | disallow cmse ABIs on unsupported platforms | Folkert | -2/+4 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -8/+16 |
| 2024-09-21 | Remove x86_64-fuchsia and aarch64-fuchsia target aliases | Artyom Tetyukhin | -6/+0 |
| 2024-09-20 | Add arm64e-apple-tvos target | Artyom Tetyukhin | -0/+26 |
| 2024-09-20 | Update std support for all vxworks target archs | B I Mohammed Abbas | -7/+7 |
| 2024-09-20 | Add Vxworks RISC-V targets | B I Mohammed Abbas | -0/+50 |
| 2024-09-19 | Support 128-bit atomics on s390x | Taiki Endo | -2/+2 |
| 2024-09-16 | Add x86_64-unknown-trusty as tier 3 | Nicole LeGare | -0/+39 |
| 2024-09-14 | Fix target-cpu fpu features on Armv8-R. | Chris Copeland | -6/+6 |
| 2024-09-13 | Rollup merge of #130266 - heiher:loong-medium-cmodel, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2024-09-12 | Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie... | Stuart Cook | -2/+8 |
| 2024-09-12 | Auto merge of #129369 - madsmtm:apple-cc-linker-pass-target, r=jieyouxu | bors | -10/+34 |
| 2024-09-12 | target: default to the medium code model on LoongArch targets | WANG Xuerui | -4/+6 |
| 2024-09-10 | Add -Z small-data-threshold | Paul Menage | -0/+76 |
| 2024-09-09 | Pass deployment target when linking with cc on Apple targets | Mads Marquart | -10/+34 |
| 2024-09-09 | Fix default/minimum deployment target for Aarch64 simulator targets | Mads Marquart | -2/+8 |
| 2024-09-09 | Rollup merge of #130092 - zslayton:master, r=jieyouxu | Jubilee | -1/+1 |
| 2024-09-08 | added support for GNU/Hurd on x86_64 | Samuel Thibault | -0/+27 |
| 2024-09-07 | Fixes typo in wasm32-wasip2 doc comment | Zack Slayton | -1/+1 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -362/+354 |
| 2024-09-05 | Apple: Add comments for `-platform_version` linker argument | Mads Marquart | -12/+35 |
| 2024-09-05 | Apple: Refactor deployment target version parsing | Mads Marquart | -351/+295 |
| 2024-09-05 | Apple: Improve comments for `-arch` linker argument | Mads Marquart | -11/+36 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -0/+37 |
| 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/+37 |