| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Remove duplicated code in RISC-V asm bad-reg test | Taiki Endo | -128/+90 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -2/+2 |
| 2024-12-17 | tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features... | Taiki Endo | -617/+528 |
| 2024-12-12 | Rollup merge of #134070 - oli-obk:push-nquzymupzlsq, r=jieyouxu | Matthias Krüger | -0/+57 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -167/+1521 |
| 2024-12-11 | Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieu | bors | -1/+1 |
| 2024-12-11 | Clarify why a type is rejected for asm! | Oli Scherer | -5/+10 |
| 2024-12-11 | Evaluate constants in SIMD vec lengths before rejecting them | Oli Scherer | -11/+1 |
| 2024-12-11 | Add regression tests | Oli Scherer | -0/+62 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -1/+1 |
| 2024-12-10 | Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp... | León Orell Valerian Liehr | -1/+0 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -335/+328 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -9/+9 |
| 2024-11-29 | Fix target_feature handling in freg of LoongArch inline assembly | Taiki Endo | -0/+145 |
| 2024-11-29 | Support #[repr(simd)] types in input/output of PowerPC inline assembly | Taiki Endo | -335/+328 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -167/+1521 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -108/+979 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -1/+1 |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -2/+22 |
| 2024-11-24 | Fix asm goto with outputs | Gary Guo | -9/+37 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -116/+627 |
| 2024-11-22 | Support input/output in vector registers of s390x inline assembly | Taiki Endo | -108/+468 |
| 2024-11-21 | Rollup merge of #131544 - nbdd0121:asm_goto_safe_block, r=petrochenkov | Matthias Krüger | -0/+37 |
| 2024-11-15 | fix: rust-lang/rust#47446 | Sven Kanoldt | -1/+0 |
| 2024-11-10 | Stabilize Arm64EC inline assembly | Taiki Endo | -1/+1 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -41/+354 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -0/+1180 |
| 2024-11-03 | Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscv | Taiki Endo | -114/+793 |
| 2024-11-02 | Adjust tests to use minicore and rebless | Jieyou Xu | -194/+178 |
| 2024-11-02 | Add bad-reg inline assembly ui test for RISC-V and s390x | Taiki Endo | -0/+1338 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -0/+1180 |
| 2024-10-14 | Fix clobber_abi and disallow SVE-related registers in Arm64EC inline assembly | Taiki Endo | -0/+73 |
| 2024-10-11 | Make asm label blocks safe context | Gary Guo | -0/+37 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -3/+1 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -177/+144 |
| 2024-10-06 | use `naked_asm!` in naked-function tests | Folkert | -38/+58 |
| 2024-10-06 | use `naked_asm!` in `tests/ui/asm/naked-functions.rs` | Folkert | -139/+117 |
| 2024-09-30 | Rollup merge of #130895 - RalfJung:asm-tests, r=nnethercote | Matthias Krüger | -96/+22 |
| 2024-09-30 | make type-check-4 asm tests about non-const expressions | Ralf Jung | -96/+22 |
| 2024-09-29 | adjust test | Ralf Jung | -11/+4 |
| 2024-09-27 | Rollup merge of #130917 - gurry:129503-ice-wrong-span-in-macros, r=chenyukang | Matthias Krüger | -0/+54 |
| 2024-09-27 | Fix error span when arg to asm!() is a macro call | Gurinder Singh | -0/+54 |
| 2024-09-26 | Stabilize `const_refs_to_static` | Ding Xiang Fei | -93/+52 |
| 2024-09-18 | Update the minimum external LLVM to 18 | Josh Stone | -122/+22 |
| 2024-09-11 | Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieu | bors | -0/+55 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -22/+19 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -0/+55 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -22/+19 |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -6/+6 |
| 2024-09-04 | fix ICE when `asm_const` and `const_refs_to_static` are combined | Folkert de Vries | -0/+43 |