about summary refs log tree commit diff
path: root/tests/codegen/regparm-inreg.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-125/+0
2025-04-20make abi_unsupported_vector_types a hard errorRalf Jung-1/+1
2025-02-24tests: use minicore moreDavid Wood-4/+4
minicore makes it much easier to add new language items to all of the existing `no_core` tests.
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-10-18compiler: Revert -Zregparm handling for extern RustJubilee Young-7/+0
2024-10-18compiler: Enable test for regparm on different hostsJubilee Young-1/+0
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-0/+133