summary refs log tree commit diff
path: root/src/test/ui/asm
AgeCommit message (Expand)AuthorLines
2022-10-19Fixup a few tests needing asm supportJosh Stone-0/+2
2022-10-17Stabilize asm_symAmanieu d'Antras-23/+18
2022-10-01bless ui testsMaybe Waffle-10/+10
2022-09-26fix #102087, Suggest Default::default() when binding isn't initializedyukang-0/+20
2022-09-16Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandryMichael Howell-0/+1
2022-09-16Adding needs-unwind arg to applicable compiler ui testsAndrew Pollack-0/+1
2022-09-09Rollup merge of #101253 - lyming2007:issue-101163, r=AmanieuMatthias Krüger-36/+36
2022-09-08fix the suggestion of format for asm_sub_registerYiming Lei-36/+36
2022-09-03Fix global_asm macro pretty printingMichael Goulet-0/+12
2022-08-29Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errorsnils-2/+2
2022-08-14Update the minimum external LLVM to 13Josh Stone-4/+0
2022-08-08Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiaskobors-58/+45
2022-08-03Bless ui tests.Camille GILLOT-58/+45
2022-08-02Properly reject the `may_unwind` option in `global_asm!`Amanieu d'Antras-36/+36
2022-07-21Auto merge of #99059 - Amanieu:fix-96797, r=Mark-Simulacrumbors-0/+26
2022-07-21Add test for #96797Amanieu d'Antras-0/+26
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-27/+27
2022-07-14Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkovDylan DPC-2/+40
2022-07-14Fix spans for asm diagnosticsAmanieu d'Antras-2/+40
2022-07-13use gathered body_owners in par_body_ownersMiguel Guarniz-27/+27
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-0/+29
2022-07-11Fix sized check ICE in intrisicckMichael Goulet-0/+45
2022-07-11Add test for issue 99071Amanieu d'Antras-0/+29
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-2/+2
2022-07-07fix arm testEsteban Küber-6/+10
2022-07-07Tweak wording and spansEsteban Küber-4/+4
2022-07-07On partial uninit error point at where we need initEsteban Küber-6/+10
2022-07-07Bless aarch64 test.Camille GILLOT-1/+1
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-06-16diagnostics: fix trailing spaceklensy-1/+1
2022-06-12Fix some test annotationsbjorn3-3/+4
2022-05-29Use type_is_copy_modulo_regions check in intrisicckMichael Goulet-0/+12
2022-05-27Update tests on aarch64Oli Scherer-127/+183
2022-05-24Update messagesOli Scherer-4/+4
2022-05-24Make a test independent of 64/32 bitOli Scherer-14/+4
2022-05-24Add the transmute and asm checks to typeck as deferred checksOli Scherer-214/+449
2022-05-07Permit asm_const and asm_sym to reference outer generic paramsGary Guo-13/+33
2022-04-19Rollup merge of #95740 - Amanieu:kreg0, r=nagisaDylan DPC-10/+10
2022-04-19asm: Add a kreg0 register class on x86 which includes k0Amanieu d'Antras-10/+10
2022-04-16Update tests for sym support in global_asm!Amanieu d'Antras-57/+103
2022-04-03Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiaskoDylan DPC-1/+38
2022-04-01Add regression test for naked functions with invalid asm syntaxjam1garner-1/+13
2022-04-01Reword purpose description of noreturn in naked functionjam1garner-5/+5
2022-04-01Don't emit non-asm contents error for naked function composed of errorsjam1garner-1/+26
2022-03-31Add error message suggestion for missing noreturn in naked functionjam1garner-0/+25
2022-03-23Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,AmanieuDylan DPC-1/+1
2022-03-22Fold aarch64 feature +fp into +neonJubilee Young-1/+1
2022-03-21Add needs-asm-support directive to tests where necessarybjorn3-68/+79
2022-03-03Cleanup feature gates.Camille GILLOT-33/+32
2022-02-21Add testsAmanieu d'Antras-0/+64