about summary refs log tree commit diff
path: root/tests/codegen/placement-new.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-39/+0
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-10-22add codegen testSlanterns-0/+12
2024-10-10allocate before calling T::default in <Arc<T>>::default()Joshua Wong-2/+2
2024-10-10allocate before calling T::default in <Box<T>>::default()Joshua Wong-2/+2
2024-10-10add initial tests for placement new changesJoshua Wong-0/+27