about summary refs log tree commit diff
path: root/tests/ui/asm
AgeCommit message (Expand)AuthorLines
2025-04-05Update the minimum external LLVM to 19Josh Stone-1407/+112
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+5
2025-03-21Rollup merge of #138570 - folkertdev:naked-function-target-feature-gate, r=Am...Matthias Krüger-7/+21
2025-03-17Stabilize asm_gotoGary Guo-4/+3
2025-03-16add `naked_functions_target_feature` unstable featureFolkert de Vries-7/+21
2025-03-15Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkovbors-3/+0
2025-03-15Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkovLeón Orell Valerian Liehr-16/+17
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-3/+0
2025-03-14rustc_target: Add target features for LoongArch v1.1WANG Rui-16/+17
2025-03-10Pass InferCtxt to InlineAsmCtxt to properly taint on errorMichael Goulet-14/+49
2025-03-06Exclude global_asm from mir_keysMichael Goulet-1/+27
2025-03-06Construct MIR error body for global_asm correctlyMichael Goulet-0/+20
2025-02-26Bless testsGary Guo-5/+29
2025-02-24Better error message for unsized pointersMichael Goulet-0/+37
2025-02-24Properly support thin ptrs that are only thin due to their param-env in asm m...Michael Goulet-0/+12
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-0/+58
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-2/+0
2025-02-11Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr...Matthias Krüger-0/+8
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-38/+57
2025-01-29show supported register classesFolkert de Vries-0/+8
2025-01-28Remove duplicated code in RISC-V asm bad-reg testTaiki Endo-128/+90
2025-01-27Stabilize target_feature_11Caleb Zulawski-2/+0
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-2/+2
2024-12-17tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features...Taiki Endo-617/+528
2024-12-12Rollup merge of #134070 - oli-obk:push-nquzymupzlsq, r=jieyouxuMatthias Krüger-0/+57
2024-12-12Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errorsbors-167/+1521
2024-12-11Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieubors-1/+1
2024-12-11Clarify why a type is rejected for asm!Oli Scherer-5/+10
2024-12-11Evaluate constants in SIMD vec lengths before rejecting themOli Scherer-11/+1
2024-12-11Add regression testsOli Scherer-0/+62
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-1/+1
2024-12-10Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp...León Orell Valerian Liehr-1/+0
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-335/+328
2024-11-29Support floats in input/output in vector registers of PowerPC inline assemblyTaiki Endo-9/+9
2024-11-29Fix target_feature handling in freg of LoongArch inline assemblyTaiki Endo-0/+145
2024-11-29Support #[repr(simd)] types in input/output of PowerPC inline assemblyTaiki Endo-335/+328
2024-11-26Pass end position of span through inline ASM cookiebeetrees-167/+1521
2024-11-25Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=AmanieuMatthias Krüger-108/+979
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-1/+1
2024-11-24Support use of asm goto with outputs and `options(noreturn)`Gary Guo-2/+22
2024-11-24Fix asm goto with outputsGary Guo-9/+37
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-116/+627
2024-11-22Support input/output in vector registers of s390x inline assemblyTaiki Endo-108/+468
2024-11-21Rollup merge of #131544 - nbdd0121:asm_goto_safe_block, r=petrochenkovMatthias Krüger-0/+37
2024-11-15fix: rust-lang/rust#47446Sven Kanoldt-1/+0
2024-11-10Stabilize Arm64EC inline assemblyTaiki Endo-1/+1
2024-11-07Basic inline assembly support for SPARC and SPARC64Taiki Endo-41/+354
2024-11-05Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubileebors-0/+1180
2024-11-03Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscvTaiki Endo-114/+793
2024-11-02Adjust tests to use minicore and reblessJieyou Xu-194/+178