about summary refs log tree commit diff
path: root/tests/run-make/no-alloc-shim
AgeCommit message (Collapse)AuthorLines
2025-06-24Fix function signature for rust_eh_personalitybjorn3-1/+7
While cg_llvm is very lax about mismatched function signatures, cg_clif will crash when there is any mismatch. It could be turned into an error, but without Cranelift changes can't just be ignored.
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-10/+18
2025-01-21remove support for the #[start] attributeRalf Jung-1/+1
2024-12-23remove unused imports from rmake testsRémy Rakic-1/+1
2024-08-14rewrite no-alloc-shim to rmakeOneirical-24/+55
2023-05-11Ignore test on MSVC for nowbjorn3-0/+68
I can't figure out how to link with the MSVC toolchain