| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix | Jubilee | -0/+39 |
| 2024-10-04 | Fix target_abi in sparc-unknown-none-elf | Mads Marquart | -1/+0 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -2/+2 |
| 2024-10-03 | control libunwind linkage mode via `crt-static` on gnullvm targets | Mateusz Mikuła | -0/+2 |
| 2024-10-03 | update call | Henry Jiang | -1/+2 |
| 2024-10-03 | Add AIX Calling Convention | Henry Jiang | -3/+12 |
| 2024-10-03 | Add comment noting the situation with target_os = "psx" | Mads Marquart | -0/+4 |
| 2024-10-03 | Rollup merge of #131173 - madsmtm:target-info-solid_asp3-abi, r=lcnr | Matthias Krüger | -0/+2 |
| 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 | Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgr | bors | -9/+60 |
| 2024-10-01 | Rollup merge of #130005 - davidlattimore:protected-vis-flag, r=Urgau | Matthias Krüger | -9/+60 |
| 2024-10-01 | Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu | Guillaume Gomez | -12/+128 |
| 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-28 | rustc_target: Add RISC-V atomic-related features | Taiki Endo | -1/+4 |
| 2024-09-27 | Rollup merge of #130873 - taiki-e:ppc64-atomic, r=Amanieu | Matthias Krüger | -0/+2 |
| 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 | rustc_target: Add powerpc64 atomic-related features | Taiki Endo | -0/+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 | -557/+515 |
| 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/+19 |
| 2024-09-21 | Remove x86_64-fuchsia and aarch64-fuchsia target aliases | Artyom Tetyukhin | -6/+0 |
| 2024-09-21 | Support clobber_abi and vector/access registers (clobber-only) in s390x inlin... | Taiki Endo | -12/+128 |
| 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-18 | compiler: s/make_indirect_byval/pass_by_stack_offset/ | Jubilee Young | -8/+7 |
| 2024-09-18 | compiler: Use make_indirect for the wasm ABI | Jubilee Young | -1/+1 |
| 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 |