| Age | Commit message (Expand) | Author | Lines |
| 2025-02-04 | Rollup merge of #134814 - sayantn:keylocker, r=oli-obk | Matthias Krüger | -0/+2 |
| 2025-02-03 | Auto merge of #136146 - RalfJung:x86-abi, r=workingjubilee | bors | -24/+103 |
| 2025-02-03 | add rustc_abi to control ABI decisions LLVM does not have flags for, and use ... | Ralf Jung | -24/+103 |
| 2025-01-31 | Rollup merge of #136194 - taiki-e:bpf-clobber-abi, r=amanieu | Matthias Krüger | -0/+13 |
| 2025-01-31 | Add amdgpu target | Flakebi | -0/+53 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+6 |
| 2025-01-29 | Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmease | bors | -0/+5 |
| 2025-01-29 | show supported register classes | Folkert de Vries | -3/+3 |
| 2025-01-29 | Rollup merge of #136170 - taiki-e:atomics-32, r=workingjubilee | León Orell Valerian Liehr | -0/+5 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -13/+11 |
| 2025-01-29 | Support clobber_abi in BPF inline assembly | Taiki Endo | -0/+13 |
| 2025-01-28 | replaces few consts with statics to reduce readonly section | klensy | -10/+10 |
| 2025-01-28 | Auto merge of #134290 - tgross35:windows-i128-callconv, r=bjorn3,wesleywiser | bors | -7/+13 |
| 2025-01-28 | Reject unsound toggling of Arm atomics-32 target feature | Taiki Endo | -0/+5 |
| 2025-01-28 | update comments | Ralf Jung | -13/+11 |
| 2025-01-28 | Use +secure-plt for powerpc-unknown-linux-gnu{,spe} | Taiki Endo | -1/+7 |
| 2025-01-27 | Windows x86: Change `i128` to return via the vector ABI | Trevor Gross | -7/+13 |
| 2025-01-27 | Mark all NuttX targets as tier 3 target and support the standard library | Huang Qi | -37/+34 |
| 2025-01-26 | Restore previous ABI for f_single_u8_arg | bjorn3 | -1/+10 |
| 2025-01-26 | Avoid using make_direct_deprecated() in extern "ptx-kernel" | bjorn3 | -16/+23 |
| 2025-01-26 | Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhpratt | bors | -77/+190 |
| 2025-01-26 | Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmease | Jacob Pratt | -3/+9 |
| 2025-01-25 | Rollup merge of #135785 - folkertdev:s390x-vector-passmode-direct, r=bjorn3 | Jacob Pratt | -3/+11 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -0/+24 |
| 2025-01-24 | Move common code to mod nto_qnx | Florian Bartels | -118/+145 |
| 2025-01-24 | Add support for QNX 7.1 with io-sock on x64 | Florian Bartels | -0/+28 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -0/+28 |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -0/+203 |
| 2025-01-24 | Rollup merge of #135757 - no1wudi:master, r=compiler-errors | Matthias Krüger | -0/+203 |
| 2025-01-24 | Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc... | Matthias Krüger | -1/+3 |
| 2025-01-23 | Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqd | Matthias Krüger | -2/+2 |
| 2025-01-22 | Enable kernel sanitizers for aarch64-unknown-none-softfloat | Jubilee Young | -1/+3 |
| 2025-01-22 | Rollup merge of #134396 - mustartt:byval-pointer-natural-alignment, r=wesleyw... | Matthias Krüger | -1/+3 |
| 2025-01-20 | Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm` | Wesley Wiser | -2/+2 |
| 2025-01-20 | on s390x, use `PassMode::Direct` for vector types | Folkert de Vries | -3/+11 |
| 2025-01-20 | Add NuttX support for AArch64 and ARMv7-A targets | Huang Qi | -0/+203 |
| 2025-01-17 | Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35 | bors | -0/+12 |
| 2025-01-17 | Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubilee | bors | -0/+5 |
| 2025-01-16 | use indirect return for `i128` and `f128` on wasm32 | Folkert de Vries | -0/+12 |
| 2025-01-16 | Target option to require explicit cpu | Flakebi | -0/+6 |
| 2025-01-16 | Add gpu-kernel calling convention | Flakebi | -0/+5 |
| 2025-01-12 | on Windows, consistently pass ZST by-ref | Ralf Jung | -16/+10 |
| 2025-01-10 | fix ZST handling for Windows ABIs on MSVC target | Ralf Jung | -28/+40 |
| 2025-01-09 | Rollup merge of #134609 - tbu-:pr_win7_gnu, r=davidtwco | Matthias Krüger | -1/+70 |
| 2025-01-08 | Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubilee | Jacob Pratt | -0/+8 |
| 2025-01-07 | arm: add unstable soft-float target feature | Ralf Jung | -0/+8 |
| 2025-01-07 | Reserve x18 register for aarch64 wrs vxworks target | B I Mohammed Abbas | -1/+1 |
| 2025-01-06 | Add new `{x86_64,i686}-win7-windows-gnu` targets | Tobias Bucher | -1/+70 |
| 2025-01-06 | Add `kl` and `widekl` target features, and the feature gate | Sayantan Chakraborty | -0/+2 |
| 2025-01-06 | Auto merge of #135085 - knickish:m68k_unknown_none, r=workingjubilee | bors | -0/+34 |