about summary refs log tree commit diff
path: root/src/test/assembly/asm/global_asm.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-33/+0
2022-10-17Stabilize asm_symAmanieu d'Antras-2/+4
2022-05-03Collect function instance used in `global_asm!` sym operandTomasz Miąsko-0/+5
The constants used in SymFn operands have FnDef type, so the type of the constant identifies the function.
2022-04-16Update tests for sym support in global_asm!Amanieu d'Antras-1/+12
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-1/+3
They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros.
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-1/+1
2021-10-22Update the minimum external LLVM to 11Josh Stone-1/+0
2021-05-13Add tests for global_asm!Amanieu d'Antras-0/+14