summary refs log tree commit diff
path: root/src/test/run-pass/union/union-basic.rs
AgeCommit message (Expand)AuthorLines
2017-08-22Fix little-endian assumptions in run-pass/union/union-basicJosh Stone-6/+2
2017-08-03Recognize SPARC in more tests where architecture matters.Danek Duvall-0/+1
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-2/+0
2016-09-09Add s390x supportUlrich Weigand-0/+3
2016-09-03Fix type encoding/decoding for unionsVadim Petrochenkov-23/+32
2016-09-03Address comments and add requested testsVadim Petrochenkov-0/+59