| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -51/+91 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -3/+105 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -51/+91 |
| 2024-11-03 | Remove is_builtin target spec field | bjorn3 | -12/+1 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -15/+3 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -72/+73 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -3/+105 |
| 2024-11-02 | Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov | Matthias Krüger | -146/+16 |
| 2024-11-01 | Emit warning when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+17 |
| 2024-11-01 | Move Mach-O platform information to rustc_codegen_ssa::back::apple | Mads Marquart | -19/+1 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -128/+16 |
| 2024-10-31 | Rollup merge of #132422 - maurer:sparc-layout, r=durin42 | Jubilee | -6/+6 |
| 2024-10-31 | Rollup merge of #132385 - workingjubilee:move-abi-to-rustc-abi, r=jieyouxu,co... | Jubilee | -363/+7 |
| 2024-10-31 | Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwco | Jubilee | -2/+5 |
| 2024-10-31 | llvm: Match new LLVM 128-bit integer alignment on sparc | Matthew Maurer | -6/+6 |
| 2024-10-31 | Rollup merge of #132354 - koute:master, r=workingjubilee | Matthias Krüger | -1/+2 |
| 2024-10-31 | Add `lp64e` ABI to the spec tests match | Jan Bujak | -1/+2 |
| 2024-10-30 | compiler: Lift `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi` | Jubilee Young | -363/+7 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -65/+81 |
| 2024-10-28 | Add a new `wide-arithmetic` feature for WebAssembly | Alex Crichton | -0/+1 |
| 2024-10-27 | Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu | bors | -0/+2 |
| 2024-10-26 | Rollup merge of #132174 - RalfJung:pclmulqdq, r=calebzulawski | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-10-26 | x86 target features: make pclmulqdq imply sse2 | Ralf Jung | -1/+1 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -17/+0 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -0/+17 |
| 2024-10-25 | Enable LSX feature for LoongArch Linux targets | WANG Rui | -2/+2 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+17 |
| 2024-10-24 | Rollup merge of #131169 - madsmtm:target-info-nto-vendor, r=wesleywiser | Stuart Cook | -0/+2 |
| 2024-10-23 | Auto merge of #132079 - fmease:rollup-agrd358, r=fmease | bors | -3/+208 |
| 2024-10-22 | Fix rustc_target test: wasmNN-none should support dynamic linking | Graydon Hoare | -1/+7 |
| 2024-10-22 | Address review comments on wasm32v1-none target | Graydon Hoare | -52/+15 |
| 2024-10-22 | Add wasm32v1-none target (compiler-team/#791) | Graydon Hoare | -0/+89 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on LoongArch64 | Asuna | -0/+29 |
| 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 |