about summary refs log tree commit diff
path: root/src/test/ui/asm/srcloc.rs
AgeCommit message (Expand)AuthorLines
2021-09-24Add inline asm! tests for aarch64Adam Gemmell-124/+0
2021-03-27Rollup merge of #83328 - tmiasko:asm-test, r=joshtriplettYuki Okushi-1/+1
2021-03-25Mark inline asm tests as requiring LLVM 10.0.1Amanieu d'Antras-1/+1
2021-03-20Use a single codegen unit to reduce non-determinism in srcloc.rs testTomasz Miąsko-1/+1
2020-06-15asm: Allow multiple template strings; interpret them as newline-separatedJosh Triplett-0/+80
2020-06-09Handle assembler warnings properlyAmanieu d'Antras-0/+3
2020-05-29Improve inline asm error diagnosticsAmanieu d'Antras-0/+41