rust/compiler/rustc_middle
Manish Goregaokar 37df2753fc
Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddyb
Added -Z randomize-layout flag

An implementation of #77316, it currently randomly shuffles the fields of `repr(rust)` types based on their `DefPathHash`
r? ``@eddyb``
2021-10-01 09:18:16 -07:00
..
benches
src Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddyb 2021-10-01 09:18:16 -07:00
Cargo.toml Implemented -Z randomize-layout 2021-09-30 14:50:06 -05:00
README.md

For more information about how rustc works, see the rustc dev guide.