]> git.lizzy.rs Git - rust.git/commit
auto merge of #5314 : jld/rust/adt-simplification, r=pcwalton
authorbors <bors@rust-lang.org>
Mon, 11 Mar 2013 18:54:49 +0000 (11:54 -0700)
committerbors <bors@rust-lang.org>
Mon, 11 Mar 2013 18:54:49 +0000 (11:54 -0700)
commitce24ebb8589cb6533359b0e398e6da88e9c228ef
treea7de086a90ab6808afd080579b9235fd86e38b12
parent2ebb67487c1530822d83d6da6f71fa62cb68f2cd
parent9eaa608b041165df6ddfc064561f31315c5cb21b
auto merge of #5314 : jld/rust/adt-simplification, r=pcwalton

Struct and enum representations have some complicatedness that's no longer needed.  Now that everything's in one place and has access to anything we'd want to know about the type, flatten some of that out.  Slight changes to representations in some cases.