about summary refs log tree commit diff
path: root/tests/ui/abi
AgeCommit message (Expand)AuthorLines
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-1/+0
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-7/+7
2025-04-06update/bless testsBennet Bleßmann-7/+28
2025-04-05Update the minimum external LLVM to 19Josh Stone-1/+0
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-1/+4
2025-03-25add FCW to warn about wasm ABI transitionRalf Jung-1/+0
2025-03-19Use explicit cpu in some asm and codegen tests.Jesus Checa Hidalgo-23/+24
2025-03-15Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkovLeón Orell Valerian Liehr-0/+1
2025-03-14rustc_target: Add target features for LoongArch v1.1WANG Rui-0/+1
2025-03-06Rollup merge of #137805 - RalfJung:layout-debug-print, r=NoratriebMichael Goulet-38/+38
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+6
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+4
2025-03-04compiler: use `is_rustic_abi` in ty_utilsJubilee Young-0/+6
2025-03-03Bless UI testsTamme Dittrich-53/+53
2025-03-03Bless UI testsTamme Dittrich-0/+583
2025-03-01Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errorsMatthias Krüger-16/+22
2025-02-28adjust Layout debug printing to match the internal field namesRalf Jung-38/+38
2025-02-28Tweak incorrect ABI suggestionEsteban Küber-16/+22
2025-02-27Delete tuple unsizingAlice Ryhl-3/+4
2025-02-24tests: use minicore moreDavid Wood-199/+184
2025-02-23Auto merge of #137225 - RalfJung:vectorcall, r=nnethercotebors-0/+1475
2025-02-20Update ui tests with `LayoutData { uninhabited: ... }` etcZachary S-0/+38
2025-02-20vectorcall ABI: error if sse2 is not availableRalf Jung-24/+63
2025-02-20mono-time abi_check: unify error paths for call and definition sitesRalf Jung-0/+1436
2025-02-16use add-core-stubs / minicore for a few more testsRalf Jung-9/+10
2025-02-09compiler: remove `abi`-specific `extern "{abi}"` suggestionsJubilee Young-24/+2
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-2/+2
2025-02-03Enable more tests on WindowsBen Kimock-2/+2
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+1
2025-01-26Auto merge of #135764 - nikic:llvm-20-test-fixes, r=wesleywiserbors-9/+92
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-7/+4
2025-01-23Fix sparcv8plus test on LLVM 20Nikita Popov-9/+92
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-153/+192
2025-01-16Add gpu-kernel calling conventionFlakebi-153/+192
2025-01-10fix ZST handling for Windows ABIs on MSVC targetRalf Jung-242/+0
2025-01-10adjust UI testsThe 8472-11/+56
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-8/+8
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-6/+0
2024-11-09Add v8plus target feature to sparc and use it in create_object_fileTaiki Endo-0/+83
2024-11-03Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscvTaiki Endo-673/+0
2024-10-31tests: use minicore in `tests/ui/abi/compatibility.rs` as an example许杰友 Jieyou Xu (Joe)-55/+14
2024-10-30tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory`Jubilee Young-38/+105
2024-10-30tests: cross-compile multi-platform ZST ABI testsJubilee Young-27/+76
2024-10-24Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiserStuart Cook-4/+4
2024-10-23Rollup merge of #132002 - RalfJung:abi-compat-option-like, r=compiler-errorsMatthias Krüger-1/+17
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-4/+4
2024-10-21abi/compatibility: also test Option-like typesRalf Jung-1/+17
2024-10-20make unsupported_calling_conventions a hard errorRalf Jung-104/+59
2024-10-15Rollup merge of #131521 - jdonszelmann:rc, r=joboetMichael Goulet-3/+3
2024-10-14Update lint message for ABI not supportedTamme Dittrich-53/+53