summary refs log tree commit diff
path: root/tests/ui/asm
AgeCommit message (Expand)AuthorLines
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