rust/src/librustc_mir
kennytm eb1ec730a9
Rollup merge of #54298 - RalfJung:miri-field-align, r=eddyb
miri: correctly compute expected alignment for field

This is the miri version of https://github.com/rust-lang/rust/pull/53998. A test is added by https://github.com/solson/miri/pull/457.

r? @eddyb
2018-09-20 21:36:29 +08:00
..
borrow_check Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakis 2018-09-20 09:02:46 +00:00
build Auto merge of #54286 - nnethercote:BitSet, r=pnkfelix 2018-09-18 03:52:39 +00:00
dataflow Auto merge of #54255 - spastorino:use-of-moved-value-error, r=nikomatsakis 2018-09-20 09:02:46 +00:00
hair On nightly with NLL, suggest #![feature(bind_by_move_pattern_guards)] when it might fix the code. 2018-09-17 13:46:50 +02:00
interpret miri: correctly compute expected alignment for field 2018-09-17 18:05:17 +02:00
monomorphize Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. 2018-09-18 07:08:09 +10:00
transform Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. 2018-09-18 07:08:09 +10:00
util Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. 2018-09-18 07:08:09 +10:00
Cargo.toml
const_eval.rs
diagnostics.rs
lib.rs Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb 2018-09-14 09:47:21 +00:00
shim.rs