summary refs log tree commit diff
path: root/tests/ui/asm
AgeCommit message (Expand)AuthorLines
2024-01-18tests/ui/asm/inline-syntax: adapt for LLVM 18Krasimir Georgiev-14/+116
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-494/+63
2023-12-21Make named_asm_labels lint not trigger on unicode and trigger on format argsasquared31415-11/+113
2023-12-02Auto merge of #117912 - GeorgeWort:master, r=petrochenkovbors-16/+16
2023-11-28Name explicit registers in conflict register errors for inline assemblyGeorge Wort-16/+16
2023-11-25make sure we still eagerly emit errorsMichael Goulet-0/+24
2023-11-24Show number in error message even for one errorNilstrieb-7/+7
2023-10-19Fix duplicate labels emitted in `render_multispan_macro_backtrace()`Gurinder Singh-12/+2
2023-10-06Use pushsection/popsectionbjorn3-2/+2
2023-10-05Properly export function defined in test which uses global_asm!()bjorn3-1/+8
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-2/+2
2023-08-14fixed *const [type error] does not implement the Copy traitnxya-0/+16
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0
2023-06-23Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=NilstriebMatthias Krüger-0/+1
2023-06-16fix ICE on specific malformed asm clobber_abiasquared31415-91/+183
2023-06-14mark relevant tests as requiring unwindingPietro Albini-0/+1
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-1/+3
2023-03-10Rollup merge of #105798 - Amanieu:relax-asm, r=joshtriplettMatthias Krüger-260/+148
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-0/+2
2023-02-28Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebankbors-2/+0
2023-02-16Remove save-analysis.Nicholas Nethercote-3/+1
2023-02-01Stabilize `#![feature(target_feature_11)]`Léo Lanteri Thauvin-2/+0
2023-01-27Relax ordering rules for `asm!` operandsAmanieu d'Antras-260/+148
2023-01-15Tweak E0597Esteban Küber-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+8018