about summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed/inline_asm.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2022-10-07make const_err a hard errorRalf Jung-2/+2
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-17/+3
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-4/+4
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-10-15Bless testsCameron Steffen-4/+4
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-4/+4
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2020-06-01test miri-unleash TLS accessesRalf Jung-1/+12
2020-05-03warn about each skipped feature gateRalf Jung-11/+9
2020-04-30deduplicate warningsRalf Jung-5/+8
2020-04-21Assign correct span to new illegal opsDylan MacKenzie-8/+5
2020-04-19Bless new miri_unleashed testDylan MacKenzie-1/+12
2020-04-19Fix commentRalf Jung-1/+1
2020-04-19miri-unleash test for llvm_asmRalf Jung-0/+11