about summary refs log tree commit diff
path: root/src/test/run-pass/union
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-111/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-839/+0
2019-05-18Make clear that status quo ≠ guaranteePeter Todd-2/+3
2019-05-07Add non-non-zero test to union-nonzero testPeter Todd-0/+8
2019-05-07Document purpose of union-nonzero testPeter Todd-0/+12
2019-05-06Test interaction of unions with non-zero/niche-filling optimizationPeter Todd-0/+30
2018-12-25Remove licensesMark Rousskov-200/+0
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-1/+0
2018-09-29Merge branch 'master' into dropMichael Bradshaw-0/+1100
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+13
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+1089
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-1043/+0
2018-06-03Deduplicate and fix a testOliver Schneider-3/+11
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+0
2018-05-09use fmt::Result where applicableAndre Bogus-1/+1
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-19/+93
2018-01-27Expand union test to include different typesRyan Cumming-7/+26
2018-01-27Fix ICE on const eval of union fieldRyan Cumming-0/+26
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-2/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-3/+9
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-07-17Support repr alignment on unions.Cameron Hart-0/+72
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-20/+0
2017-04-20Remove float_extrasJosh Stone-5/+3
2017-01-09Make unions never have needs_dropManish Goregaokar-0/+63
2016-12-01Fix rust_test_helpers linkage.Vadim Chugunov-1/+1
2016-10-20Tweak path parsing logicVadim Petrochenkov-0/+6
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2016-09-15Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichtonManish Goregaokar-7/+20
2016-09-10Improve `Eq` derivingVadim Petrochenkov-1/+12
2016-09-10Improve shallow `Clone` derivingVadim Petrochenkov-7/+9
2016-09-09Add s390x supportUlrich Weigand-0/+3
2016-09-03Fix type encoding/decoding for unionsVadim Petrochenkov-45/+33
2016-09-03Address comments and add requested testsVadim Petrochenkov-0/+792