rust/src/librustc_mir/interpret
bors 4d71c164a8 Auto merge of #69550 - RalfJung:scalar, r=oli-obk
interpret engine: Scalar cleanup

* Remove `to_ptr`
* Make `to_bits` private

r? @oli-obk
2020-03-04 04:10:58 +00:00
..
intrinsics remove Panic variant from InterpError 2020-02-13 10:54:37 +01:00
cast.rs Rollup merge of #69565 - RalfJung:assert, r=eddyb 2020-03-03 21:26:10 +01:00
eval_context.rs use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
intern.rs Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb 2020-03-02 09:37:35 +00:00
intrinsics.rs remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private 2020-02-28 16:07:12 +01:00
machine.rs fmt 2020-02-23 22:39:57 +01:00
memory.rs Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk 2020-03-01 20:53:04 +00:00
mod.rs Promoteds can contain raw pointers, but these must still only point to immutable allocations 2020-01-15 10:48:22 +01:00
operand.rs Auto merge of #69550 - RalfJung:scalar, r=oli-obk 2020-03-04 04:10:58 +00:00
operator.rs Rollup merge of #69565 - RalfJung:assert, r=eddyb 2020-03-03 21:26:10 +01:00
place.rs downgrade some assertions to debug_ again 2020-02-29 10:25:57 +01:00
snapshot.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
step.rs miri engine: turn some debug_assert into assert 2020-02-28 22:54:10 +01:00
terminator.rs Rollup merge of #69565 - RalfJung:assert, r=eddyb 2020-03-03 21:26:10 +01:00
traits.rs Use Instance.ty_env instead of Instance.monomorphic_ty in interpreter 2020-01-05 18:09:57 -05:00
validity.rs Auto merge of #69550 - RalfJung:scalar, r=oli-obk 2020-03-04 04:10:58 +00:00
visitor.rs miri value visitor: fix some wrong assumptions about layout; improve error messages 2020-02-18 09:50:11 +01:00