about summary refs log tree commit diff
path: root/tests/codegen/union-aggregate.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-108/+0
2025-07-07Let `rvalue_creates_operand` return true for *all* `Rvalue::Aggregate`sScott McMurray-0/+23
2025-07-03Allow all MIR `Aggregate`s to take the operand path (if layout permits)Scott McMurray-0/+85