index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
union
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-111
/
+0
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-839
/
+0
2019-05-18
Make clear that status quo ≠ guarantee
Peter Todd
-2
/
+3
2019-05-07
Add non-non-zero test to union-nonzero test
Peter Todd
-0
/
+8
2019-05-07
Document purpose of union-nonzero test
Peter Todd
-0
/
+12
2019-05-06
Test interaction of unions with non-zero/niche-filling optimization
Peter Todd
-0
/
+30
2018-12-25
Remove licenses
Mark Rousskov
-200
/
+0
2018-12-21
Stabilize #[repr(packed(N))]
Taylor Cramer
-1
/
+0
2018-09-29
Merge branch 'master' into drop
Michael Bradshaw
-0
/
+1100
2018-09-26
Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...
Felix S. Klock II
-0
/
+13
2018-09-26
Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.
Felix S. Klock II
-0
/
+1089
2018-09-06
Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...
Felix S. Klock II
-1043
/
+0
2018-06-03
Deduplicate and fix a test
Oliver Schneider
-3
/
+11
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+0
2018-05-09
use fmt::Result where applicable
Andre Bogus
-1
/
+1
2018-04-11
Implementation of `#[repr(packed(n))]` RFC 1399.
Cameron Hart
-19
/
+93
2018-01-27
Expand union test to include different types
Ryan Cumming
-7
/
+26
2018-01-27
Fix ICE on const eval of union field
Ryan Cumming
-0
/
+26
2018-01-23
Stabilized `#[repr(align(x))]` attribute (RFC 1358)
Cameron Hart
-2
/
+0
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+2
2017-09-09
Stabilize drop_types_in_const.
Eduard-Mihai Burtescu
-3
/
+9
2017-08-22
Fix little-endian assumptions in run-pass/union/union-basic
Josh Stone
-6
/
+2
2017-08-03
Recognize SPARC in more tests where architecture matters.
Danek Duvall
-0
/
+1
2017-07-17
Support repr alignment on unions.
Cameron Hart
-0
/
+72
2017-05-27
Stabilize unions with `Copy` fields and no destructor
Vadim Petrochenkov
-20
/
+0
2017-04-20
Remove float_extras
Josh Stone
-5
/
+3
2017-01-09
Make unions never have needs_drop
Manish Goregaokar
-0
/
+63
2016-12-01
Fix rust_test_helpers linkage.
Vadim Chugunov
-1
/
+1
2016-10-20
Tweak path parsing logic
Vadim Petrochenkov
-0
/
+6
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-2
/
+0
2016-09-15
Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichton
Manish Goregaokar
-7
/
+20
2016-09-10
Improve `Eq` deriving
Vadim Petrochenkov
-1
/
+12
2016-09-10
Improve shallow `Clone` deriving
Vadim Petrochenkov
-7
/
+9
2016-09-09
Add s390x support
Ulrich Weigand
-0
/
+3
2016-09-03
Fix type encoding/decoding for unions
Vadim Petrochenkov
-45
/
+33
2016-09-03
Address comments and add requested tests
Vadim Petrochenkov
-0
/
+792