about summary refs log tree commit diff
path: root/tests/ui/simd-abi-checks-empty-list.rs
AgeCommit message (Collapse)AuthorLines
2025-02-20mono-time abi_check: unify error paths for call and definition sitesRalf Jung-18/+0
also move the existing tests to a more sensible location
2025-02-16use add-core-stubs / minicore for a few more testsRalf Jung-5/+4
2025-02-15abi_unsupported_vector_types: say which type is the problemRalf Jung-1/+1
2024-11-12ABI checks: add support for tier2 archesLuca Versari-0/+19
See #131800 for the data collection behind this change. Also adds a test that exercise the "empty list of features" path.