summary refs log tree commit diff
path: root/tests/ui/asm
AgeCommit message (Expand)AuthorLines
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-4/+4
2025-05-05Resolve instance for SymFn in global/naked asmMichael Goulet-0/+62
2025-05-03allow `#[rustfmt::skip]` in combination with `#[naked]`Folkert de Vries-0/+6
2025-05-01Rollup merge of #140552 - folkertdev:naked-function-rustc_std_internal_symbol...Guillaume Gomez-1/+7
2025-05-01allow `#[rustc_std_internal_symbol]` in combination with `#[naked]`Folkert de Vries-1/+7
2025-05-01Remove redundant min-llvm-version annotations for LoongArch testsWANG Rui-17/+16
2025-04-28Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnrChris Denton-0/+19
2025-04-27Move inline_asm to typeck, properly handle aliasesMichael Goulet-0/+19
2025-04-23fix ICE in attribute name printingFolkert de Vries-1/+27
2025-04-20stabilize `naked_functions`Folkert de Vries-141/+140
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-222/+204
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-0/+2
2025-04-14Allow (but don't require) `#[unsafe(naked)]` so that `compiler-builtins` can ...Folkert de Vries-28/+28
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-39/+39
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-7/+7
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-39/+39
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