about summary refs log tree commit diff
path: root/tests/ui/asm
AgeCommit message (Expand)AuthorLines
2024-07-12Rollup merge of #126922 - asquared31415:asm_binary_label, r=estebankJubilee-53/+255
2024-07-11Fix aarch64 testEsteban Küber-24/+40
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-22/+22
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-33/+55
2024-07-09add lint for inline asm labels that look like binaryasquared31415-53/+255
2024-06-26Automatically taint InferCtxt when errors are emittedOli Scherer-12/+59
2024-06-22compiler: Fix arm32 asm issues by hierarchically sorting reg classesJubilee Young-0/+33
2024-06-19Fix broken aarch64 unwind testGary Guo-1/+1
2024-06-19Remove c_unwind from tests and fix testsGary Guo-1/+1
2024-06-13Add `f16` and `f128` inline ASM support for `x86` and `x86-64`beetrees-5/+5
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