about summary refs log tree commit diff
path: root/tests/codegen/vec-optimizes-away.rs
AgeCommit message (Collapse)AuthorLines
2024-02-23Ignore less tests in debug buildsBen Kimock-1/+0
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-23Remove uses of no-system-llvmNikita Popov-1/+0
It looks like none of these are actually needed.
2023-05-11Prevent insta-stable no alloc shim supportbjorn3-1/+2
You will need to add the following as replacement for the old __rust_* definitions when not using the alloc shim. #[no_mangle] static __rust_no_alloc_shim_is_unstable: u8 = 0;
2023-01-11Move /src/test to /testsAlbert Larsan-0/+12