Files
rust/src/libsyntax
Cameron Hart 4358e35fda Implementation of repr struct alignment RFC 1358.
The main changes around rustc::ty::Layout::struct and rustc_trans:adt:
* Added primitive_align field which stores alignment before repr align
* Always emit field padding when generating the LLVM struct fields
* Added methods for adjusting field indexes from the layout index to the
  LLVM struct field index

The main user of this information is rustc_trans::adt::struct_llfields
which determines the LLVM fields to be used by LLVM, including padding
fields.
2017-04-21 07:32:32 +10:00
..
2017-04-12 19:12:49 -05:00
2017-03-23 11:28:00 -07:00
2017-03-14 04:39:21 +00:00
2016-11-21 09:00:56 +00:00
2017-03-29 00:41:10 +00:00
2017-03-29 00:41:10 +00:00
2017-03-29 00:41:10 +00:00
2017-03-29 00:41:10 +00:00
2017-03-29 00:41:10 +00:00
2017-04-12 19:12:49 -05:00