| Age | Commit message (Expand) | Author | Lines |
| 2024-12-18 | tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by usi... | Taiki Endo | -487/+88 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -0/+14 |
| 2024-12-03 | Update the definition of `borrowing_sub` | Tobias Decking | -2/+23 |
| 2024-12-02 | Add `core::arch::breakpoint` and test | Josh Triplett | -0/+14 |
| 2024-12-01 | Rollup merge of #133674 - scottmcm:chain-carrying-add, r=Amanieu | Matthias Krüger | -0/+33 |
| 2024-11-30 | Fix chaining `carrying_add`s | Scott McMurray | -0/+33 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -0/+66 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -2/+235 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+1 |
| 2024-11-22 | Support input/output in vector registers of s390x inline assembly | Taiki Endo | -3/+195 |
| 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 |