about summary refs log tree commit diff
path: root/src/test/ui/simple_global_asm.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-29/+0
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-2/+1
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-01-13Update tests for extern block lintingMark Rousskov-4/+10
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+24