about summary refs log tree commit diff
path: root/src/test/run-pass/union/union-basic.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-59/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+1
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+68
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-66/+0
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