summary refs log tree commit diff
path: root/tests/ui/asm
AgeCommit message (Expand)AuthorLines
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+38
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-4/+5
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-4/+5
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-8/+8
2024-04-10Handle more cases of "values to suggest" given a typeEsteban Küber-4/+4
2024-04-10Handle more cases of value suggestionsEsteban Küber-4/+4
2024-04-07Remove useless configs in testsUrgau-1/+1
2024-04-03Remove MIR unsafe checkMatthew Jasper-27/+2
2024-03-25Add needs-unwind annotations to a couple of testsbjorn3-0/+1
2024-03-23Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmeaseJubilee-32/+32
2024-03-20Update test for `aarch64`Veera-20/+20
2024-03-18Update test with `//@ needs-asm-support`Veera-2/+3
2024-03-18Fix ICE: `global_asm!()` Don't Panic When Unable to Evaluate ConstantVeera-1/+1
2024-03-18Add testsVeera-0/+25
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-106/+101
2024-03-07Bless aarch64 asm testGary Guo-4/+4
2024-03-03Update testsVeera-12/+12
2024-02-24Add tests for asm gotoGary Guo-21/+196
2024-02-20trigger `unsafe_code` on `global_asm!` invocationsKalle Wachsmuth-2/+0
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-174/+174
2024-02-15Rollup merge of #121088 - nikic:evex512, r=AmanieuGuillaume Gomez-0/+15
2024-02-14Implicitly enable evex512 if avx512 is enabledNikita Popov-0/+15
2024-02-14Fix two UI tests with incorrect directive / invalid revision许杰友 Jieyou Xu (Joe)-23/+20
2024-02-10manually bless an aarch64 testRalf Jung-10/+22
2024-02-10rebless after rebaseRalf Jung-0/+3
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-10/+19
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-98/+103
2024-01-30Update feature names for new stdarchAmanieu d'Antras-2/+2
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