| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -21/+19 |
| 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-12 | Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errors | bors | -0/+76 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -7/+5 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -21/+19 |
| 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 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -7/+5 |
| 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 #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -362/+354 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 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 |
| 2024-09-03 | Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau | bors | -345/+346 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_target`. | Nicholas Nethercote | -345/+346 |
| 2024-09-02 | Rollup merge of #129878 - Sajjon:sajjon_fix_typos_batch_3, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 3) | Alexander Cyon | -4/+4 |
| 2024-09-02 | Rollup merge of #129842 - no1wudi:master, r=saethlin | Matthias Krüger | -1/+0 |
| 2024-09-01 | Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlin | bors | -32/+44 |
| 2024-09-01 | Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elf | Huang Qi | -1/+0 |
| 2024-08-30 | Squashed `aarch64_unknown_nto_qnx700` support | Yuri Astrakhan | -32/+44 |
| 2024-08-29 | riscv64imac: allow shadow call stack sanitizer | Ding Xiang Fei | -2/+2 |
| 2024-08-28 | Rollup merge of #129712 - randomPoison:trusty-tier-3-fix, r=saethlin | Jubilee | -2/+2 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -5/+73 |
| 2024-08-28 | Correct trusty targets to be tier 3 | Nicole LeGare | -2/+2 |
| 2024-08-27 | Rollup merge of #129649 - RalfJung:unadjusted-abi-mismatch, r=petrochenkov | Matthias Krüger | -2/+19 |