rust/src/test
bors fd625dda9a auto merge of #13271 : stepancheg/rust/align, r=pcwalton
This patch fixes issue #13186.

When generating constant expression for enum, it is possible that
alignment of expression may be not equal to alignment of type.  In that
case space after last struct field must be padded to match size of value
and size of struct. This commit adds that padding.

See detailed explanation in src/test/run-pass/trans-tag-static-padding.rs
2014-05-05 10:06:39 -07:00
..
auxiliary rustc: Crawl static initializers for reachability 2014-05-02 15:40:07 -07:00
bench auto merge of #13921 : TeXitoi/rust/shootout-spectralnorm-tweaks, r=alexcrichton 2014-05-04 12:06:50 -07:00
codegen
compile-fail auto merge of #13936 : Armavica/rust/lint_check-range, r=kballard 2014-05-05 01:41:39 -07:00
debug-info rustc: Enable -f{function,data}-sections 2014-04-29 10:29:00 -07:00
pretty Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
run-fail Move task::task() to TaskBuilder::new() 2014-04-23 20:02:02 -07:00
run-make auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestinger 2014-05-04 17:11:42 -07:00
run-pass auto merge of #13271 : stepancheg/rust/align, r=pcwalton 2014-05-05 10:06:39 -07:00
run-pass-fulldeps syntax: implement ToSource for more things in the quasiquoter. 2014-05-02 22:54:55 +10:00