rust/src/test
Manish Goregaokar 8f2c1f8469
Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa
Use aapcs for efiapi calling convention on arm

On arm, [llvm treats the C calling convention as `aapcs` on soft-float targets and `aapcs-vfp` on hard-float targets](https://github.com/rust-lang/compiler-builtins/issues/116#issuecomment-261057422). UEFI specifies in the arm calling convention that [floating point extensions aren't used](https://uefi.org/specs/UEFI/2.10/02_Overview.html#detailed-calling-convention), so always translate `efiapi` to `aapcs` on arm.

https://github.com/rust-lang/rust/issues/65815
2022-11-10 10:47:39 -05:00
..
assembly Add a codegen test for rust-lang/rust#96152 2022-11-06 16:56:47 -05:00
auxiliary
codegen Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa 2022-11-10 10:47:39 -05:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
incremental Bless more tests 2022-11-05 18:05:45 +00:00
mir-opt Add support for custom MIR parsing 2022-11-08 23:13:15 -08:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Add --print=split-debuginfo 2022-11-07 16:11:32 +01:00
run-make-fulldeps Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc 2022-11-04 18:52:26 +01:00
run-pass-valgrind Bless more tests 2022-11-05 18:05:45 +00:00
rustdoc Rollup merge of #103885 - fmease:rustdoc-various-cross-crate-reexport-fixes, r=cjgillot,GuillaumeGomez 2022-11-07 09:46:25 +09:00
rustdoc-gui Rollup merge of #104201 - GuillaumeGomez:gui-test-check-file-errors, r=notriddle 2022-11-09 21:53:37 -08:00
rustdoc-js Add regression test for reexports in search results 2022-10-30 13:58:00 +01:00
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Add regression test for missing item from private mod in JSON output 2022-10-29 11:56:08 +02:00
rustdoc-ui Rollup merge of #104052 - TaKO8Ki:fix-103997, r=notriddle 2022-11-07 18:35:26 +05:30
ui Rollup merge of #104036 - compiler-errors:option-sugg, r=petrochenkov 2022-11-10 10:47:38 -05:00
ui-fulldeps Remove #[suggestion_*] attributes 2022-10-26 15:04:09 +02:00
COMPILER_TESTS.md