| Age | Commit message (Expand) | Author | Lines |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on RISC-V | Asuna | -0/+28 |
| 2024-10-23 | Introduce `adjust_for_rust_abi` in `rustc_target` | Asuna | -3/+151 |
| 2024-10-22 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -1/+1 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -1/+1 |
| 2024-10-22 | Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubilee | bors | -49/+113 |
| 2024-10-21 | Rollup merge of #131807 - beetrees:riscv-target-abi, r=workingjubilee | Jubilee | -0/+24 |
| 2024-10-21 | Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix | Jubilee | -49/+89 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -6/+5 |
| 2024-10-20 | Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=Zalathar | Stuart Cook | -0/+7 |
| 2024-10-19 | cg_llvm: Reuse LLVM-C Comdat support | Jubilee Young | -0/+7 |
| 2024-10-18 | compiler: Revert -Zregparm handling for extern Rust | Jubilee Young | -22/+0 |
| 2024-10-18 | Default to the medium code model on OpenHarmony LoongArch target | WANG Rui | -1/+2 |
| 2024-10-18 | rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) | Andrew Zhogin | -49/+111 |
| 2024-10-17 | Enable XRay instrumentation for LoongArch Linux targets | WANG Rui | -0/+3 |
| 2024-10-17 | Rollup merge of #131583 - heiher:loong-issue-118053, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-10-17 | Always specify `llvm_abiname` for RISC-V targets | beetrees | -0/+24 |
| 2024-10-16 | rustc_target: Add pauth-lr aarch64 target feature | Kajetan Puchalski | -0/+2 |
| 2024-10-16 | llvm: Match aarch64 data layout to new LLVM layout | Matthew Maurer | -38/+62 |
| 2024-10-14 | Rollup merge of #131667 - taiki-e:aarch64-inline-asm-reg-emit, r=Amanieu | Matthias Krüger | -3/+57 |
| 2024-10-14 | Rollup merge of #131332 - taiki-e:arm64ec-clobber-abi, r=Amanieu | Matthias Krüger | -20/+34 |
| 2024-10-14 | Rollup merge of #131473 - workingjubilee:move-that-abi-up, r=saethlin | Matthias Krüger | -525/+18 |
| 2024-10-14 | Fix AArch64InlineAsmReg::emit | Taiki Endo | -3/+57 |
| 2024-10-14 | Fix clobber_abi and disallow SVE-related registers in Arm64EC inline assembly | Taiki Endo | -20/+34 |
| 2024-10-13 | Setting up indirect access to external data for loongarch64-linux-{musl,ohos} | WANG Rui | -0/+2 |
| 2024-10-12 | Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-Simulacrum | Trevor Gross | -3/+18 |
| 2024-10-11 | Rollup merge of #131310 - taiki-e:msp430-clobber-abi, r=Amanieu | Trevor Gross | -0/+10 |
| 2024-10-11 | compiler: Wire `{TyAnd,}Layout` into `rustc_abi` | Jubilee Young | -248/+12 |
| 2024-10-11 | compiler: Empty out rustc_target::abi | Jubilee Young | -269/+0 |
| 2024-10-11 | compiler: Move impl of ToJson for abi::Endian | Jubilee Young | -8/+6 |
| 2024-10-11 | Rollup merge of #131208 - mustartt:aix-call-abi, r=davidtwco | Matthias Krüger | -3/+13 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -1/+3 |
| 2024-10-08 | compiler: Seal off the rustc_target::abi enum glob imports | Jubilee Young | -3/+2 |
| 2024-10-08 | Rollup merge of #131170 - madsmtm:target-info-esp32-vendor, r=workingjubilee | Stuart Cook | -0/+3 |
| 2024-10-06 | Enable sanitizers for loongarch64-unknown-* | WANG Rui | -3/+18 |
| 2024-10-06 | Support clobber_abi in MSP430 inline assembly | Taiki Endo | -0/+10 |
| 2024-10-05 | Update target fns to latest main | Henri Lunnikivi | -3/+21 |
| 2024-10-05 | Add comment: data_layout | Henri Lunnikivi | -0/+9 |
| 2024-10-05 | Add targets: riscv32{e|em|emc} | Henri Lunnikivi | -0/+79 |
| 2024-10-04 | Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelix | Jubilee | -1/+0 |
| 2024-10-04 | Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkov | Jubilee | -0/+2 |
| 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 |