| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigand | Matthias Krüger | -0/+322 |
| 2024-11-14 | Support s390x z13 vector ABI | Taiki Endo | -0/+322 |
| 2024-11-14 | tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li... | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-11-10 | Stabilize Arm64EC inline assembly | Taiki Endo | -1/+1 |
| 2024-11-09 | Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=Amanieu | Jubilee | -1/+1 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -3/+4 |
| 2024-11-08 | Stabilize s390x inline assembly | Taiki Endo | -1/+1 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+168 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -3/+0 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -4/+13 |
| 2024-11-03 | Remove the `wasm32-wasi` target from rustc | Alex Crichton | -3/+0 |
| 2024-11-02 | Rollup merge of #132457 - taiki-e:needless-feature, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-11-01 | Remove needless #![feature(asm_experimental_arch)] from loongarch64 inline as... | Taiki Endo | -1/+1 |
| 2024-11-01 | Move remaining inline assembly test files into asm directory | Taiki Endo | -0/+0 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -4/+13 |
| 2024-10-31 | tests/assembly: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-10-28 | riscv-soft-abi-with-float-features.rs: adapt for LLVM 20 | Krasimir Georgiev | -3/+8 |
| 2024-10-23 | Auto merge of #132079 - fmease:rollup-agrd358, r=fmease | bors | -0/+108 |
| 2024-10-22 | Add wasm32v1-none target (compiler-team/#791) | Graydon Hoare | -0/+3 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on LoongArch64 | Asuna | -1/+13 |
| 2024-10-23 | Set `signext` or `zeroext` for integer arguments on RISC-V | Asuna | -0/+96 |
| 2024-10-22 | Auto merge of #131871 - RalfJung:x86-32-float, r=workingjubilee | bors | -2/+4 |
| 2024-10-22 | adjust asm test | Ralf Jung | -2/+4 |
| 2024-10-21 | Rollup merge of #131807 - beetrees:riscv-target-abi, r=workingjubilee | Jubilee | -0/+46 |
| 2024-10-19 | Auto merge of #131211 - bjorn3:rust_abi_follow_c_rules, r=nikic,jieyouxu | bors | -1/+1 |
| 2024-10-19 | Fix test expectations for 32bit x86 | bjorn3 | -1/+1 |
| 2024-10-17 | Always specify `llvm_abiname` for RISC-V targets | beetrees | -0/+46 |
| 2024-10-11 | Rollup merge of #131208 - mustartt:aix-call-abi, r=davidtwco | Matthias Krüger | -4/+39 |
| 2024-10-11 | compiletest: Remove the magic hacks for finding output with `lto=thin` | Zalathar | -7/+0 |
| 2024-10-07 | add aix aggregate test | Henry Jiang | -4/+39 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -4/+4 |
| 2024-10-05 | Add assembly tests to satisfy 'tidy' | Henri Lunnikivi | -0/+9 |
| 2024-10-04 | Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix | Jubilee | -0/+3 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+6 |
| 2024-09-24 | Rollup merge of #130752 - tdittr:cmse-assembly-tests, r=jieyouxu | Trevor Gross | -5/+81 |
| 2024-09-23 | Rollup merge of #130750 - heiher:loong-linux-ohos-tier3, r=jieyouxu | Michael Goulet | -0/+3 |
| 2024-09-23 | Improve assembly test for CMSE ABIs | Tamme Dittrich | -5/+81 |
| 2024-09-23 | Add new Tier-3 target: `loongarch64-unknown-linux-ohos` | Xiaotian Wu | -0/+3 |
| 2024-09-23 | Rollup merge of #130657 - arttet:fix/fuchsia, r=jieyouxu | Jubilee | -6/+0 |
| 2024-09-21 | Add assembly test for the cmse unstable features | Folkert | -0/+26 |
| 2024-09-21 | Remove x86_64-fuchsia and aarch64-fuchsia target aliases | Artyom Tetyukhin | -6/+0 |
| 2024-09-20 | Add arm64e-apple-tvos target | Artyom Tetyukhin | -0/+3 |
| 2024-09-20 | Add Vxworks RISC-V targets | B I Mohammed Abbas | -0/+6 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -9/+0 |
| 2024-09-16 | Add x86_64-unknown-trusty as tier 3 | Nicole LeGare | -0/+3 |
| 2024-09-16 | Ignore reduce-fadd-unordered on SGX platform | Raoul Strackx | -0/+1 |
| 2024-09-15 | Rollup merge of #130325 - workingjubilee:plus-minus-zero-redux, r=RalfJung,ji... | Jubilee | -0/+29 |
| 2024-09-15 | Use -0.0 in `intrinsics::simd::reduce_add_unordered` | Jubilee Young | -0/+29 |
| 2024-09-12 | small_data_threshold.rs: Adapt to LLVM head changes | Tim Neumann | -2/+2 |
| 2024-09-12 | Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errors | bors | -0/+92 |